Quote:
Originally posted by z-vet
Hi, all.
As we all know Yoper comes with JDK 1.4.1 installed. Since i am not Java developer i have no need in development environment, so i want to uninstall it. I have an JRE 1.5 and know how to deal with install but have a problem: how to enable it after i extract it? I used Mandrake before and there was a java.sh script i needed to put in /etc/profile.d to enable Java. What i need to do in Yoper?
|
What do you mean by "enable java"?
In order to run java apps you just need to have JAVA_PATH variable pointing to the installation folder, and also, have the path to bin folder in the PATH variable.
You can for example put them in .bashrc or .bash_profile.
That's all you need. Maybe the mandrake script also did that, I dunno