Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #7041

Re: How to find out if I use java.exe from a jdk, a jre or a javaEE installation?

From kedar mhaswade <kedar.mhaswade@gmail.com>
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 2011-08-12 07:51 -0700
Organization http://groups.google.com
Message-ID <ad66e023-38d9-454f-9a31-c799506a049b@m4g2000pri.googlegroups.com> (permalink)
References <4e45399c$0$6627$9b4e6d93@newsspool2.arcor-online.net>

Show all headers | View raw


On Aug 12, 7:33 am, r...@wenger.net (Robin Wenger) wrote:
> Assume I am working on a unknown computer (from a friend/colleague) where some pre-installed Java installations exist.
>
> When I type on a command prompt/terminal:
>
> java -version
>
> the output tells me if java.exe is part of a JavaSE or JavaEE installation.
> But it does NOT tell me if I use
>
> java.exe from the jdk path/part or the jre path/part.
>
> How can I find out (in Win) WHICH java.exe I used in detail?
>
> Keep in mind that there could be further applications/developments tool which might bring their own
> jdk/jre installation.
>
> So java.exe could be called from these additional installations as well.
>
> Robin

Something like http://www.flounder.com/whereis.htm ?

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

How to find out if I use java.exe from a jdk, a jre or a javaEE installation? rob@wenger.net (Robin Wenger) - 2011-08-12 14:33 +0000
  Re: How to find out if I use java.exe from a jdk, a jre or a javaEE installation? kedar mhaswade <kedar.mhaswade@gmail.com> - 2011-08-12 07:51 -0700
  Re: How to find out if I use java.exe from a jdk, a jre or a javaEE installation? markspace <-@.> - 2011-08-12 08:20 -0700
  Re: How to find out if I use java.exe from a jdk, a jre or a javaEE installation? Lew <lewbloch@gmail.com> - 2011-08-12 14:48 -0700
  Re: How to find out if I use java.exe from a jdk, a jre or a javaEE installation? Luuk <Luuk@invalid.lan> - 2011-08-13 12:42 +0200
    Re: How to find out if I use java.exe from a jdk, a jre or a javaEE installation? Luuk <Luuk@invalid.lan> - 2011-08-13 12:44 +0200
  Re: How to find out if I use java.exe from a jdk, a jre or a javaEE installation? Steve <tinker123@gmail.com> - 2011-08-18 09:56 -0400
    Re: How to find out if I use java.exe from a jdk, a jre or a javaEE installation? Lew <lewbloch@gmail.com> - 2011-08-18 11:37 -0700

csiph-web