Results 1 to 5 of 5
i download and install java software from Sun's web site.
When i use the java command in terminal window it said "this command not found"
and my java programs not ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-18-2006 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 15
Enabling Java
i download and install java software from Sun's web site.
When i use the java command in terminal window it said "this command not found"
and my java programs not working (like azureus)
How can i enable java support? Thanks from now...!:
- 03-18-2006 #2Linux Enthusiast
- Join Date
- Aug 2005
- Location
- Hell
- Posts
- 514
How did you "install" Java? The better ways of installing Java in Debian are described here.
Originally Posted by buraq
- 03-18-2006 #3Linux User
- Join Date
- Feb 2006
- Posts
- 484
Hi
If you installed java to a not original place like /usr/local the system not know about the program, not see the binaries.
for example i installed java to /usr/java and my system didn't find it.
You must export the java binaries path.
write this to the .bashrc in your home directory
code:
in my caseexport PATH=$PATH:/path of java/bin
export PATH=$PATH:/usr/java/jdk1.5.0_05/bin
or
add java binaries path to the file /etc/profile
have fun!
And please forgive me my english is very wrong but i hope you will understand it.
- 03-19-2006 #4
Just for the record, if you want it to be a lot easier and integrated into debians package management system (ie, every time you upgrade, debian won't re-install gcj over your java install) try this little tut.
http://blog.kubasik.net/articles/200...-based-systems
- 03-19-2006 #5Just Joined!
- Join Date
- Mar 2006
- Posts
- 15
thank you iwanabeguru ant others
I solved my problem as iwanabeguru said. thank iwanabeguru and other guys for your helps


Reply With Quote
