Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #2517
| Newsgroups | comp.lang.java.help |
|---|---|
| Date | 2013-02-20 22:53 -0800 |
| References | <kg3p9h$ghm$1@dont-email.me> <kg43el$s2m$1@dont-email.me> |
| Message-ID | <98f2c745-317f-4f3d-9eb7-0c8f73c26a27@googlegroups.com> (permalink) |
| Subject | Re: Netbeans question? |
| From | Lew <lewbloch@gmail.com> |
Isn't jdkhome ultimately set by the $JDK_HOME environment variable
if it's defined?
Or maybe it's just set by the netbeans.conf file. Here's mine, FWIW:
$ cat ${NETBEANS_HOME}/etc/netbeans.conf
#
netbeans_default_userdir="${DEFAULT_USERDIR_ROOT}/7.3beta2"
netbeans_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/7.3beta2"
netbeans_jdkhome=/opt/java/java
netbeans_default_options="-J-Xms80m -J-Xmx640m -J-Xss2m -J-XX:PermSize=60m -J-XX:MaxPermSize=240m -J-XX:+UseConcMarkSweepGC -J-XX:+CMSClassUnloadingEnabled -J-ea -J-XX:+UseFastAccessorMethods -J-XX:+UseStringCache -J-XX:+OptimizeStringConcat -J-XX:+UseCompressedOops"
On my system "/opt/java/java" is a symlink to my default JDK_HOME.
--
Lew
Back to comp.lang.java.help | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Netbeans question? Knute Johnson <nospam@rabbitbrush.frazmtn.com> - 2013-02-20 16:22 -0800
Re: Netbeans question? "John B. Matthews" <nospam@nospam.invalid> - 2013-02-20 21:32 -0500
Re: Netbeans question? Eric Sosman <esosman@comcast-dot-net.invalid> - 2013-02-20 22:15 -0500
Re: Netbeans question? Knute Johnson <nospam@rabbitbrush.frazmtn.com> - 2013-02-20 19:25 -0800
Re: Netbeans question? Roedy Green <see_website@mindprod.com.invalid> - 2013-02-20 22:25 -0800
Re: Netbeans question? Knute Johnson <nospam@rabbitbrush.frazmtn.com> - 2013-02-21 07:45 -0800
Re: Netbeans question? Roedy Green <see_website@mindprod.com.invalid> - 2013-02-21 15:24 -0800
Re: Netbeans question? Lew <lewbloch@gmail.com> - 2013-02-21 18:34 -0800
Re: Netbeans question? Knute Johnson <nospam@rabbitbrush.frazmtn.com> - 2013-02-22 14:31 -0800
Re: Netbeans question? Lew <lewbloch@gmail.com> - 2013-02-22 15:25 -0800
Re: Netbeans question? Knute Johnson <nospam@rabbitbrush.frazmtn.com> - 2013-02-22 15:34 -0800
Re: Netbeans question? Lew <lewbloch@gmail.com> - 2013-02-22 18:55 -0800
Re: Netbeans question? Lew <lewbloch@gmail.com> - 2013-02-20 22:53 -0800
Re: Netbeans question? Knute Johnson <nospam@rabbitbrush.frazmtn.com> - 2013-02-21 07:50 -0800
csiph-web