If you want to use java 1.4, the first question is : Java 1.4 is already install under 1.6.7?? answer is NO. So install it and point on it to use it with your eclipse.
mkdir tmp cd tmp/ curl -o java.1.4.2-leopard.tar.gz http://www.cs.washington.edu/homes/isdal/snow_leopard_workaround/java.1.4.2-leopard.tar.gz tar -xvf java.1.4.2-leopard.tar.gz sudo mv 1.4.2 /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2-leopard cd /System/Library/Frameworks/JavaVM.framework/Versions/ sudo ln -s 1.4.2-leopard 1.4.2 sudo ln -s 1.4.2 1.4 open "/Applications/Utilities/Java Preferences.app" - If the 1.4 version of Java is in the list, to allow the system to use it, just select it and drag it above other versions and check the version in the terminal: java-version Chuss ======================================== Message du : 15/06/2011 De : "John Huss " <[email protected]> A : "Frédéric JECKER" <[email protected]> Copie à : [email protected] Sujet : Re: JDK 1.4.2 under 10.6.7 I would ignore the new standard and just install them in the old location, but be aware that installing a new java version after that will break it, so be careful. John On Wed, Jun 15, 2011 at 7:02 AM, Frédéric JECKER <[email protected]> wrote: Moin list, I need to setup my workspace in order to compile my app with an 1.4 vm. So I downloaded JavaForMacOSX10.5Update4 from Apple's website and extracted the 1.4.2 directory from the archive and copied it to the new standard java vm location (/System/Library/Java/JavaVirtualMachines). Under eclipse I create a new "MacOSX VM" pointing to the 1.4 vm. The problem is that after selecting the 1.4 vm in the "JRE System Libraries" part of the eclipse window each jar file is pointing on the 1.6 vm. Any clue (I checked every single symbolic link without any success) ? Thanks for your help
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
