Debugging libgdx / html project in Netbeans

I created a sample libgdx / html project in NetBeans 8 and I followed this tutorial https://github.com/libgdx/libgdx/wiki/Gradle-and-NetBeans . When I try to start it with the right mouse button on the HTML project, then Tasks / superDev, NetBeans compiles everything without error and gives a click link. I click the link, but the browser says "The web page is not available". Here are the last log lines from the NetBeans compilation output:

 Invoking Linker Cross-Site-Iframe
    Ignoring the following script tags in the gwt.xml file
 soundmanager2-setup.js
 soundmanager2-jsmin.js

 Link succeeded
 Compilation succeeded -- 30,218s
 Compile completed in 31349 ms
 2014-10-15 17:07:19.171:INFO:oejs.Server:jetty-8.y.z-SNAPSHOT
 2014-10-15 17:07:19.529:INFO:oejs.AbstractConnector:Started                                                        
 SelectChannelConnector@127.0.0.1:9876

 The code server is ready.
 Next, visit: http://localhost:9876/

      

+3


source to share


1 answer


I can feel your pain. Try uploading files to Mozilla Thimble or some other code editing system. This way it will show if it will execute correctly or not.



<a class = "Squirrel Tech">Need more help? Just reply.</a>
      

Run codeHide result


0


source







All Articles