guw / gwt-tooling

Automatically exported from code.google.com/p/gwt-tooling
0 stars 0 forks source link

Add support for MacOS X #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new GWT Browser launch configuration
2. Run 

What is the expected output? 
A running GWT browser
What do you see instead?
Exception in thread "main" java.lang.NoClassDefFoundError: 
com/google/gwt/dev/GWTShell

What version of the product are you using?
GWT Tooling  1.3.2.200704031413

 On what operating system?
OS X 10.4

Please provide any additional information below.

Adding gwt-dev-OS.jar fixes the problem.

Original issue reported on code.google.com by nick.cha...@gmail.com on 29 Apr 2007 at 5:43

GoogleCodeExporter commented 9 years ago

Original comment by eclipseguru@gmail.com on 15 Jun 2007 at 12:51

GoogleCodeExporter commented 9 years ago
This can be manually solved by adding gwt-dev-mac.jar manually to the project; 
GWT Tooling could try and do 
this automatically (gwt-dev-linux.jar is not added on Macs, as it does not 
exist, so maybe just adding *both* 
gwt-dev-linux.jar *and* gwt-dev-mac.jar would be the one thing to do in the 
Wizard).

I do have one more problem, now that I can get rather far: How can I pass 
"-XstartOnFirstThread" to the VM 
running GWTShell (this is necessary for GWT on MacOSX)?

Original comment by Marcel.W...@googlemail.com on 30 Oct 2007 at 4:59

GoogleCodeExporter commented 9 years ago
Try to go to Run/Open Run Dialog and check the argument tab, you should be able 
to add it there.

Original comment by s...@adviseo.fr on 6 Nov 2007 at 12:48

GoogleCodeExporter commented 9 years ago

Original comment by eclipseguru@gmail.com on 17 Jan 2008 at 9:52

GoogleCodeExporter commented 9 years ago
Fix committed to trunk. MacOSX will now be recognized and gwt-dev-mac.jar will 
be
used on that platform. Additionally "-XstartOnFirstThread" will be added when
launching the GWT Browser if it's not already specified in the config.

Original comment by eclipseguru@gmail.com on 17 Jan 2008 at 12:49