ports/java/netbeans61/files/patch-etc_netbeans.conf
2007-12-19 11:31:01 +00:00

14 lines
448 B
Text

$FreeBSD$
--- etc/netbeans.conf.orig
+++ etc/netbeans.conf
@@ -13,7 +13,7 @@
# (see http://wiki.netbeans.org/wiki/view/FaqGCPauses)
# Default location of JDK, can be overridden by using --jdkhome <dir>:
-#netbeans_jdkhome="/path/to/jdk"
+netbeans_jdkhome="%%JAVA_HOME%%"
# Additional module clusters, using ${path.separator} (';' on Windows or ':' on Unix):
#netbeans_extraclusters="/absolute/path/to/cluster1:/absolute/path/to/cluster2"