|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (9 bit)
|
Java version
How do I find out what verson of java I have installed on a particular computer?
|
|
|
|
|
|
#2 |
|
Member (9 bit)
Join Date: May 2002
Posts: 298
|
If you are on a Windows system, open up a shell and type "java -version"
|
|
|
|
|
|
#3 |
|
Member (14 bit)
Join Date: Mar 1999
Location: Kelowna, B.C., Canada
Posts: 9,138
|
Uh huh?! Wanna run that by me again? Doesn't work in XP.
|
|
|
|
|
|
#4 |
|
Member (9 bit)
Join Date: May 2002
Posts: 298
|
my bad. People with Java either have SDK (development kit - compiler for Java programmers) or RE (runtime environment - for Java users). Either way, Java is installed into something like "c:\program files\Java\j2re1.4.0" or "c:\j2sdk1.4.0". there is a sub-directory called "/bin", which is where "java.exe" is located. Change into that "bin" directory and then type "java -version". Usually, programmers have that Java directory placed in a PATH statement so he can compile and run Java programs from anywhere in the system from a shell.
|
|
|
|
|
|
#5 |
|
Member (14 bit)
Join Date: Mar 1999
Location: Kelowna, B.C., Canada
Posts: 9,138
|
Doesn't work if you're not using MS java, because it's no longer available. I'm using Sun, which is version 1.42
Most people are NOT going to find "java.exe" anywhere on their hard drives. |
|
|
|
|
|
#6 |
|
Member (9 bit)
Join Date: May 2002
Posts: 298
|
ok, but I would think Java would refer to Sun Java. MS is really JVM or java virtual machine, otherwise that lawsuit would've been even nastier. And no the above doesn't apply to MS, only works with Sun.
|
|
|
|
|
|
#7 |
|
Member (6 bit)
Join Date: Jul 2001
Location: Colchester,Ct
Posts: 60
|
start>control panel>add/remove programs
scroll down to java.....mine is java 2 runtime enviroment SE ver 1.4.0_01 cheers, ~pawprint~ |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|