Link to home
Start Free TrialLog in
Avatar of npanarella
npanarella

asked on

how do i tell what vendor's jdk i am using

I have  jdk installed on my PC. How do i found out which vendor i got it from. i mean how do i find out if it is from IBM or sun.. and the same for the JRE?
Avatar of mohan_sekar
mohan_sekar
Flag of United States of America image

Hi,

      Using the System.getProperty("java.vendor") u can retrieve the vendor name of your jdk.

bye

:-)

Mohan
Avatar of npanarella
npanarella

ASKER

Is there a command I can execute from a dos prompt to find the JRE and the JDK vendors...
ASKER CERTIFIED SOLUTION
Avatar of kaplinger
kaplinger

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial