Running NetBeans 6 on SoyLatte (follow up)
Posted by fabriziogiudici on November 28, 2007 at 3:12 PM EST
Landon Fuller has released the R3 version of his preview of the Java 6 port for Mac OS X. This simplifies the setup of NetBeans 6 and I've fixed a final problem with it.Now, to run NetBeans 6 with SoyLatte, you just need:
- run
setenv DISPLAY :0.0(or similar commands for other shells) - launch X11 from
/Application/Utilities - patch
$NETBEANS_HOME/etc/netbeans.confwith the appropriate L&F settings:netbeans_default_options="... other options ... --laf com.sun.java.swing.plaf.gtk.GTKLookAndFeel" - patch
$NETBEANS_HOME/harness/run.xmlwith:<target name="run" depends="-prepare-as-app,-prepare-as-platform">
...
<exec os="Linux SunOS Solaris Darwin Mac OS X" dir="." executable="sh" failonerror="yes">
...
</exec>
</target> - If you're developing a NetBeans RCP application, add this property to your
nbproject/project.properties:run.args.extra=... other settings ... --laf com.sun.java.swing.plaf.gtk.GTKLookAndFeel
Technorati Tags: NetBeans, Java 6, SoyLatte, Mac OS X
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- fabriziogiudici's blog
- 1838 reads





