Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Steve Newsgroups: comp.lang.java.programmer Subject: Re: How to find out if I use java.exe from a jdk, a jre or a javaEE installation? Date: Thu, 18 Aug 2011 09:56:00 -0400 Organization: M.Y.O.B. Lines: 14 Message-ID: References: <4e45399c$0$6627$9b4e6d93@newsspool2.arcor-online.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 18 Aug 2011 13:56:02 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="UABc+C86KOYqLGYF2e/KhQ"; logging-data="30295"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Z5lJo7yiCiKv24+XgftRAituikFzs8Qk=" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 In-Reply-To: <4e45399c$0$6627$9b4e6d93@newsspool2.arcor-online.net> Cancel-Lock: sha1:193i58xfC5Bb+c+SHssjLnjP3eY= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:7217 On 8/12/2011 10:33 AM, Robin Wenger wrote: > > How can I find out (in Win) WHICH java.exe I used in detail? I find cygwin a very handy tool when programming on windows. The basic installation is very quick to download and install. Even faster is the GNU Utilities ( *nix commands/programs ported to window ). I just put them in a C:\Util folder and put that in my path. Once you have either of those set up all you need to do is type this at a command prompt: which java