--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
I use IntelliJ as IDE but basically what I do is to start the Tomcat
as normal and to start the GWT class com.google.gwt.dev.DevMode with
the following params.
-noserver -gen /Users/hennebrueder/workspaces/default/bund-apfel/
target/bund-apfel-gen -war /Users/hennebrueder/workspaces/default/bund-
apfel/target/bund-apfel -startupUrl apfel/Editor.html
de.laliluna.bund.Editor
Here is the full java command which includes all libs as well.
/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java
-Xmx512m -Dfile.encoding=MacRoman -classpath /System/Library/
Frameworks/JavaVM.framework/Versions/1.6/Home/lib/deploy.jar:/System/
Library/Frameworks/JavaVM.framework/Versions/1.6/Home/lib/dt.jar:/
System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/lib/
javaws.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6/
Home/lib/jce.jar:/System/Library/Frameworks/JavaVM.framework/Versions/
1.6/Home/lib/management-agent.jar:/System/Library/Frameworks/
JavaVM.framework/Versions/1.6/Home/lib/plugin.jar:/System/Library/
Frameworks/JavaVM.framework/Versions/1.6/Home/lib/sa-jdi.jar:/System/
Library/Frameworks/JavaVM.framework/Versions/1.6/Home/../Classes/
charsets.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6/
Home/../Classes/classes.jar:/System/Library/Frameworks/
JavaVM.framework/
..../Users/hennebrueder/.m2/repository/hsqldb/hsqldb/1.8.0.7/
hsqldb-1.8.0.7.jar com.google.gwt.dev.DevMode -noserver -gen /Users/
hennebrueder/workspaces/default/bund-apfel/target/bund-apfel-gen -war /
Users/hennebrueder/workspaces/default/bund-apfel/target/bund-apfel -
startupUrl apfel/Editor.html de.laliluna.bund.Editor
Best Regards
Sebastian Hennebrueder