On Apr 4, 2007, at 11:48 AM, Nima Tiran wrote:
> Hi all,
>
> I searched the archives to find out how I can degrade java from
> version 1.5 to 1.4, I tried with Java Preferences in J2SE located in
> "Java/Utilities" but as I changed to 1.4 and check the java version on
> terminal,I see it shows the same version (1.5) again.
>
> I need to downgrade it temporary to test something in my app, just
> wondering how accomplish this on my machine(MacPro) ?
> I thinking to use the "link" command to point to 1.4 from 1.5 but
> before that I wanted to make sure what is the best approach for this.
>
> Sorry if the problem sounds basic, I'm new with Java stuff....
Don't screw with the symlinks.
Is your app a command line application?
-Shawn