Re: Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-08-18 Thread Dustin Boling
Great workaround! I dropped Java 1.5.0 into /System/Library/Frameworks/JavaVM.framework/ Versions/ replacing the existing 1.5.0 symlink. Opened Eclipse Preferences Java Installed JREs, and selected JVM 1.5.0 Rebuilt the project and it runs in hosted mode just fine. Thanks!

Re: Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-08-14 Thread johnw188
I had an easier solution, as I'm dual booting Leopard and Snow Leopard. I simply copied over my Leopard Java 1.5 install to snow leopard's /System/Library/Frameworks/JavaVM.framework/Versions/, added the new library to Eclipse, and selected it in my GWT project. Everything works great, as far as

Re: Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-08-05 Thread kugutsumen
On Aug 3, 1:27 pm, brett.wooldridge brett.wooldri...@gmail.com wrote: Jesus Christ, you're considering hacking the Java6 binaries? The 32bit 1.6 JRE is just a separate JRE directory and I also needed it for others java applications that didn't work with 64bit 1.6.  Before I got anywhere near

Re: Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-08-05 Thread kugutsumen
Oh you're using 10.5.7. I had no problem on my Leopard machine. I might bug you later about getting OOPHM to work though. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-08-03 Thread brett.wooldridge
Jesus Christ, you're considering hacking the Java6 binaries? Before I got anywhere near that I would go with the new Out Of Process Hosted Mode. See http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM That's a million times simpler (and less sketchy) than hacking your Java6 in OS X.

Re: Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-08-03 Thread brett.wooldridge
Just as clarification, I use Java 6, 64-bit Eclipse Galileo, and OOPHM on OS X 10.5.7. On Aug 3, 3:27 pm, brett.wooldridge brett.wooldri...@gmail.com wrote: Jesus Christ, you're considering hacking the Java6 binaries?  Before I got anywhere near that I would go with the new Out Of Process

Re: Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-08-02 Thread pohl
GWT 0.0.0 At revision 5593. I noticed that you are using a trunk build of GWT here. Do you believe this is a necessary step in getting this to work? Also, does this mean that it is the new OOPHM that you got to work, or the legacy hosted mode? I just pre-ordered 10.6 today, and don't

Re: Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-07-04 Thread minichate
Thank you very much! It is ugly, but it'll do until GWT itself is fixed. A note for others trying this -- I believe some of the formatting got mangled in the post. The last command should be: for bin in `find . -type f -exec file {} \; | grep 'Mach-O universal binary with 2 architectures' | sed

Quick fix for broken hosted mode with Snow Leopard 10A380 on x86_64

2009-06-20 Thread kugutsumen
This is going to become a real issue in September when Mac OS X 10.6 starts shipping. Cross-compiling works but hosted mode is broken. Darwin wolf 10.0.0b1 Darwin Kernel Version 10.0.0b1: Fri May 29 00:02:02 PDT 2009; root:xnu-1456~1/RELEASE_I386 i386