Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] Where is java installed in Ubuntu Linux?

Status
Not open for further replies.

Kaleborg

Member level 4
Joined
Nov 2, 2008
Messages
75
Helped
7
Reputation
14
Reaction score
5
Trophy points
1,288
Activity points
1,776
Hello ,

I cant seem to be able to find where the java is installed in my Ubuntu linux. It was installed automaticaly while i was installing netbeans.
I the used apt-get install command to install it again but still i don't see it.

Typing java -version shows that java is installed

Hope that somebody can help me with my problem.
Thanks in advance

Regards
 

Re: Where is java installed

Hello kaleborg ,

it should be in /usr/bin directory.

just traverse the directory from ur 'home' up and go to /usr/bin and
search .(some times in /usr/x11/... subdirs as it is an 'ide' install)

or use find command as:
find -name 'java*' from root directory (i.e./root)( not 'root' user!)

or use 'locate'
whichever is convenient to you.

but /usr/bin is the default place.

srizbf
24thapril2010
 

    Kaleborg

    Points: 2
    Helpful Answer Positive Rating
Re: Where is java installed ?

Hello Kaleborg,

To know which "java" you are working, use "which" command

[jk@ws1a127 ~]$ which java
/usr/bin/java


To know where you have installed jdk or jre, use "Synaptec". Search and find out your java package(for example "openjdk" ) using synaptec search facility. Once you located your java package, get installed file details for that package using "Installed file details" option.
 

    Kaleborg

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top