Date: Thu, 26 May 2005 16:35:43 +0200 From: "Ronald Klop" <ronald-freebsd8@klop.yi.org> To: "Bryan Maynard" <bryan.maynard@reallm.com> Cc: freebsd-java@freebsd.org Subject: Re: Eclipse Message-ID: <op.srdz5tla8527sy@localhost> In-Reply-To: <20050526090359.2jl94mcr59fok8ks@webmail.reallm.com> References: <20050526081351.cw1vgav1qbnkskg8@webmail.reallm.com> <op.srdxisu98527sy@localhost> <20050526090359.2jl94mcr59fok8ks@webmail.reallm.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 26 May 2005 16:03:59 +0200, Bryan Maynard <bryan.maynard@reallm.com> wrote: > Is there any way I can see the list of installed jdks that Eclipse looks > at? I > know I could do a pkg_version of pkg_info, but when I installed the > native jdk > it seemed to install very quickly so I'm wondering if perhaps the install > didn't take. > > Thanks for replying so quickly! > > Bryan $ ls -l /usr/local on my computer gives me these: drwxr-xr-x 8 root wheel 512 May 19 16:40 jdk1.4.2/ drwxr-xr-x 9 root wheel 512 May 19 12:47 jdk1.5.0/ These are installed on my machine. And if you have javavmwrapper installed you have something like this. $ cat /usr/local/etc/javavms /usr/local/jdk1.5.0/bin/java /usr/local/jdk1.4.2/bin/java What is you output of these? Do you have a JAVA_HOME var in your environment? Ronald. -- Ronald Klop Amsterdam, The Netherlands
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.srdz5tla8527sy>