Existing users, log in.  New users, create a free account.  Lost password?

3 comments

Java 1.5? - Luminous

There is an active discussion in DVArchive's forum area that might help lead you to a solution: http://www.dvarchive.org/forums/viewtopic.php?t=2660

Hope that helps!

Reply to This

Saturday, April 22 2006 @ 01:10 PM PDT


Java 1.5? - Luminous

Or, to specify the solution (specifying Java 1.4.2):

Open Applications/Terminal

Enter: cd /System/Library/Frameworks/JavaVM.framework/Versions

Enter: ls -l CurrentJDK
lrwxr-xr-x 1 root wheel 5 May 11 16:36 CurrentJDK -> 1.5.0
Enter: sudo rm CurrentJDK

Enter: sudo ln -s 1.4.2 CurrentJDK
lrwxr-xr-x 1 root wheel 5 May 12 09:47 CurrentJDK -> 1.4.2
Done!

Reply to This

Saturday, April 22 2006 @ 01:49 PM PDT