How to Run Netbeans 4.1 using Tiger on Mac OS X 10.4
Finally, Apple released Tiger on Tiger. This means that Java developers who use Mac OS X as their development platform are now able to benefit from all the Java 5.0 changes.Here's a step-by-step in getting NetBeans 4.1 to use the latest JDK:
- Download J2SE 5.0 Release 1 from Apple's web site. Be sure to read the article and attached instructions.
- You can configure your Mac to use the new JDK by default. All you
need to do is change
/System/Library/Frameworks/JavaVM.framework/Versions/Current symlink to
point to the 1.5.0 directory:
# rm Current
# ln -s 1.5.0 Current - Edit /Applications/NetBeans4.1.app/Contents/Resources/NetBeans/etc/netbeans.conf . Change the netbeans_jdkhome line to read:
netbeans_jdkhome="/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home" - Launch Netbeans by double clicking on the icon.

-- Fred
( Jun 02 2005, 10:13:31 AM MDT ) Permalink Comments [0]
Trackback URL: http://blogs.sun.com/fredjean/entry/how_to_run_netbeans_4
Comments:
Post a Comment:


