I seem to be having a lot of trouble with Eclipse/OSX/Pivot tonight. I updated my project from SVN, and switched my build path to using Java1.6
Then it couldn't find various javax.net.ssl.* stuff, so I added jsse.jar to the build path, which fixed the compile problems. Now, however, I can't run my application because I'm getting "Cannot connect to VM" which according to various google results, is a result of some kind of incompatibility between the 32-bit JRE 1.5, and the 64-bit JRE 1.6. Is anyone else using Eclipse on Mac? How did you get things to work? My Mac is up to date, and I'm running Eclipse 3.4.2. Thanks, Noel. On Tue, Apr 14, 2009 at 20:57, Greg Brown <[email protected]> wrote: > Can you describe specifically what you had to do? I also build Pivot under > OSX 10.5/Java 6 and I didn't need to do this. > > > On Tuesday, April 14, 2009, at 02:19PM, "Noel Grandin" > <[email protected]> wrote: >>Hi >> >>Note that under Mac OS X Leopard using JDK1.6.0, I needed to add >>jsse.jar to the build path to make the web sample code happy. >> >>Regards, Noel. >> >>On Tue, Apr 14, 2009 at 15:37, Greg Brown <[email protected]> wrote: >>> Hi all, >>> >>> I just submitted a change that removes a number of JARs from Subversion: >>> >>> 1) junit.jar - if you are using Eclipse to build Pivot, this change should >>> have no impact. However, if you are using Ant, you may need to add >>> junit.jar to your Ant classpath, as described in item #1 below. >>> >>> http://ant.apache.org/manual/OptionalTasks/junit.html >>> >>> 2) StAX JARs - these JARs are only required for Java 5 compatibility. >>> Building Pivot now requires Java 6. If you are already building with JDK >>> 1.6+, this change will have no impact. Note that these JARs should still be >>> distributed with and included on the classpath of any application that >>> targets Java 5. >>> >>> 3) JavaScript JARs - these JARs are only required for Mac OSX >>> compatibility, since the OSX JVM does not include them for some reason. If >>> you are running JavaScript applications on OSX, you'll need to ensure that >>> these files are somewhere on your runtime classpath (they are not necessary >>> to build). Note that removing these JARs eliminated the benign but annoying >>> "xbean.jar" warnings when building with Ant. >>> >>> Let me know if you have any questions. >>> >>> Thanks, >>> Greg >>> >>> >>> >> >> >
