Difference between revisions of "Debugging with GWT"
From OpenKM Documentation
Line 1: | Line 1: | ||
Go to '''run configurations''' and add new '''java application''' configuration as you can see in this screenshoot | Go to '''run configurations''' and add new '''java application''' configuration as you can see in this screenshoot | ||
+ | |||
Set the Main class | Set the Main class | ||
Line 5: | Line 6: | ||
<center>[[File:Okm_dev_guide_014.jpeg|770px]]</center> | <center>[[File:Okm_dev_guide_014.jpeg|770px]]</center> | ||
+ | |||
Set the program arguments | Set the program arguments | ||
-port 8080 -noserver -port 8080 -startupUrl /OpenKM/com.openkm.frontend.Main/index.html com.openkm.frontend.Main com.openkm.login.Main | -port 8080 -noserver -port 8080 -startupUrl /OpenKM/com.openkm.frontend.Main/index.html com.openkm.frontend.Main com.openkm.login.Main | ||
+ | |||
and the VM arguments | and the VM arguments |
Revision as of 16:35, 10 March 2010
Go to run configurations and add new java application configuration as you can see in this screenshoot
Set the Main class
com.google.gwt.dev.DevMode
Set the program arguments
-port 8080 -noserver -port 8080 -startupUrl /OpenKM/com.openkm.frontend.Main/index.html com.openkm.frontend.Main com.openkm.login.Main
and the VM arguments
-Xmx1000m -Xmx1024M