Hi Rajeev, Apple doesn't really give you a lot of choice about the JVM; you basically get what they give you. :-)
The current version of Java 6 is: $ /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Commands/ java -version java version "1.6.0_17" Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-9M3125) Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode) (Apple only distributes Java 6 on 64-bit Intel systems.) We recently moved completely to Java 6; our app no longer builds or runs with Java 5. This is Eclipse 3.5 Cocoa. FWIW, here's my eclipse.ini: $ cd /Applications/eclipse/Eclipse.app/Contents/MacOS $ cat eclipse.ini -startup ../../../plugins/ org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar --launcher.library ../../../plugins/ org.eclipse.equinox.launcher.cocoa.macosx_1.0.1.R35x_v20090707 -product org.eclipse.epp.package.java.product -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m -vmargs -Dosgi.requiredJavaVersion=1.5 -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -XX:MaxPermSize=256m -Xms512m -Xmx1024m -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts On Dec 18, 11:16 am, Rajeev Dayal <[email protected]> wrote: > Hi Jim, > > A couple of questions: > > -What version of Java 6 is installed on your machine (do a java -version to > find out)? Do you experience the same problem with a different version of > Java 6 (not sure if Apple allows you to have multiple minor JDK versions on > your system at the same time), or with Java 5? > -Is your machine 64-bit (I think it has to be in order run Java 6 on > Leopard)? > -Are you using the Cocoa or Carbon version of Eclipse? Does the problem go > away with one versus another? > > Thanks, > Rajeev > > > > On Fri, Dec 18, 2009 at 11:46 AM, Rajeev Dayal <[email protected]> wrote: > > I'll look into this and see if I can reproduce it. > > > On Fri, Dec 18, 2009 at 9:38 AM, Jim Douglas <[email protected]> wrote: > > >> Which files did you edit? > > >> On Dec 17, 11:59 am, Madprof <[email protected]> wrote: > >> > FWIW, I get the same behavior. I did a quick fix by editing > >> > the .launch and build.xml files so that .XstartOnFirstThread were > >> > suppressed. OTOH, I'm kinda freaked out by this; would like assurance > >> > that this is really a bug in the toolkit and that -XstartOnFirstThread > >> > is really supposed to work. > > >> -- > > >> You received this message because you are subscribed to the Google Groups > >> "Google Web Toolkit" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]<google-web-toolkit%2Bunsubs > >> [email protected]> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
