Running NetBeans 6 on SoyLatte (follow up)
Posted by fabriziogiudici on November 28, 2007 at 12:12 PM PST
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 ... <b>--laf com.sun.java.swing.plaf.gtk.GTKLookAndFeel</b>" - patch
$NETBEANS_HOME/harness/run.xmlwith:<target name="run" depends="-prepare-as-app,-prepare-as-platform"><br /> ...<br /> <exec os="Linux SunOS Solaris <b>Darwin</b> Mac OS X" dir="." executable="sh" failonerror="yes"><br /> ...<br /> </exec><br /></target><br /> - If you're developing a NetBeans RCP application, add this property to your
nbproject/project.properties:run.args.extra=... other settings ... <b>--laf com.sun.java.swing.plaf.gtk.GTKLookAndFeel</b><br />
Technorati Tags: NetBeans, Java 6, SoyLatte, Mac OS X
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- fabriziogiudici's blog
- 1962 reads





