how do i run java on Mandriva 2006 after installation?


 
Thread Tools Search this Thread
Operating Systems Linux how do i run java on Mandriva 2006 after installation?
# 1  
Old 12-31-2008
Java how do i run java on Mandriva 2006 after installation?

i have install jdk1.6 on my mandriva linux os. i do not know now what is the next steps to compile and run my java code. it seems to be no jre on mandriva.
help...
# 2  
Old 01-04-2009
JDK already contains the JRE. If you know Java development, you simply compile by executing the javac executable as you would do on other platforms, such as Windows.

If you have some specific issues with this, please feel free to post again.
# 3  
Old 01-29-2009
Hey dear still not working. i get a message javac is not recognized as an internal command
i use to set path and jre environnment on fedora and that work but i dont know what to do an mandrakeLinux. please try and show me how to set everything.
Thanks..
# 4  
Old 02-11-2009
As you did not tell us where you installed your jdk1.6, as you mentioned, how can we tell you what to add to your PATH?

Also, how did you install the jdk? Mandriva RPM or self-extract install from sun.com?

If you have forgotten where jdk is installed, and if you really think you have installed it, then "find / -name 'javac'" should come up with something.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Java 32 bit installation fails on an AIX platform

Hello. It is my first to deal with Java installation on an AIX platform. I am now trying to install Java 32bit using installp command. However, it throws back the message that the installation media cannot be found. I need to install Java 32bit to proceed with an installation of Oracle JD... (0 Replies)
Discussion started by: EJ2019
0 Replies

2. Shell Programming and Scripting

Invalid Java installation: No version could be obtained

Hi , i am in mid of upgrading one of the java based application which requires higher version of java 1.8 from java 1.6, I have updated bash_profile and required environment variable correctly but still application unable to obtain the required version of java 1.8. here is my environment detail... (2 Replies)
Discussion started by: Riverstone
2 Replies

3. Programming

Java 7 installation problem

Hi, I am trying to install java7.6 on redhat 6.2 but got the below error message. In fact this error comes up for all the supported OS of JDK 7 and JRE 7. I am running this as root and I dont have any other Java version installed. # rpm -i jre-7u6-linux-x64.rpm Unpacking JAR files... ... (5 Replies)
Discussion started by: nvk_vinoth
5 Replies

4. Ubuntu

java error during upgrade or installation of package

Hi, everytime I do "sudo apt-get " and install package or just upgrade I get the following error: sha256sum mismatch jdk-7u3-linux-x64.tar.gz Oracle JDK 7 is NOT installed. dpkg: error processing oracle-java7-installer (--configure): subprocess installed post-installation script returned... (1 Reply)
Discussion started by: programAngel
1 Replies

5. Solaris

Java Installation on s Solaris 8

I have installed java 1.6.0_31 on a solaris 8 machine by mean of the jre-6u31-solaris-sparc.sh file. The installation i think is allright infact if I run the java -version command it shows the right version but if i try to run the command java -jar Monitor.jar c (where monitor.jar is a little... (1 Reply)
Discussion started by: aemme
1 Replies

6. Red Hat

Installation of java on RHEL6

HI all, I am trying to install java on RHEL 6 in a vm. Can any one Help me How to install Java on RHEL6. (1 Reply)
Discussion started by: saisrinivas99
1 Replies

7. Solaris

Java Installation

Hi Guys, I am new here, Currently i am having a problem. below is the information to my problem I have Java version 5 installed on my solaris box and currently there is a request to install java version 6 as well on the same box. Can i have 2 java running on the same box? If yes how do i... (1 Reply)
Discussion started by: rinrockers
1 Replies

8. UNIX for Dummies Questions & Answers

java runtime for mozilla firefox 3.5.3 installation

Hi, community, I am using Karmica koala 9.10 and I wish to add to Firefox the JRE plugin. What I have to do? The problem arises when I try to copy from the Downloads dir the file to /usr/java that I created. I must have the root permissions, I think. Please help. (1 Reply)
Discussion started by: mauropera
1 Replies

9. Linux

Mandriva 2006 keeps resetting network settings...

I've been looking for documentation on how to stop this behavior. I have two nics in my system. eth0: configured manually and as a dhcp server for the local network eth1: configured w/ dhcp enabled connected to router dns server addresses keep getting reset every few minutes. i suspect... (0 Replies)
Discussion started by: rbetzen
0 Replies
Login or Register to Ask a Question