Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JDK installed

Status
Not open for further replies.

WebGoat

MIS
Jul 16, 2005
85
US
How do i know my linux has JDK installed ?
 
Cos you should be able to compile Java.
If you run a terminal and type "which javac" you should get something like "/opt/jdk1.5.0_02/bin/javac".
If not then I suggest you "locate jdk" and see where it lives. If it's installed but not in your path then you need to add the path to your .bash_profile (or the profile for whatever shell you use).


Trojan.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top