How do i download java 1.3 on linux(kinda have this old version)


 
Thread Tools Search this Thread
Operating Systems Linux How do i download java 1.3 on linux(kinda have this old version)
# 1  
Old 02-18-2005
How do i download java 1.3 on linux(kinda have this old version)

i wish to run java files on inux but while downloading it into linux there is no problem but when i r try to execute a java file it says javac not found. help pleas
# 2  
Old 02-18-2005
Which distribution are you running?
Did you install the file before trying to execute it?
Downloading is just that, you copy it from one machine to another, you need to install it to make it available for using.
# 3  
Old 02-18-2005
re:

i have installed java on my machine but when i check the version it givex=s a lot of error messages
# 4  
Old 02-18-2005
Please give us more details as to the exact error messages you are getting, the command you used to invoke java/javac.

Also, what you are trying to do actually? Executing a compiled java program does not need javac. java is sufficient. javac is for compiling bytecode.

So, what is your command used to execute your java file?
# 5  
Old 02-18-2005
Here is a list of error messages

On executeing this:-
/usr/java/jdk1.3.1_03/bin/java -version
/usr/java/jdk1.3.1_03/bin/i386/native_threads/java: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory

Java file
public class a{
public static void main(String[] args){
System.out.println("Hello World");
}
}
javac a.java
bash: javac: command not found
Smilie
# 6  
Old 02-18-2005
Try

/usr/java/jdk1.3.1_03/bin/javac a.java

for compiling.

I am not sure about the shared library problem you are having. I have installed JDK1.4.x on many Linux systems without problems. Maybe you can try JDK 1.4 as well. As the directory structure the error message displays differs from the Sun Microsystems one (I can't find any bin/i386 dir in my installation), probably your version is not an official one. Try downloading from java.sun.com for official builds.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Need OS version for download

Dear all, We have bought solaries server. During installation of latest solaries, we are having some trouble. One of my old friend suggested that sol-10-u3-ga-sparc might be the solution for those trouble. I've search oracle web but they have removed this old version of update. The torrent has... (4 Replies)
Discussion started by: tahnan
4 Replies

2. HP-UX

[Solved] Where is HP-UX JAVA 1.6 download?

Dear ALL, I am Looking JAVA 1.6 (64 Bit) for HP unix. I searched on max sites but didnt got any kindly share the details if anyone have.:confused: Ripudaman (7 Replies)
Discussion started by: ripudaman.singh
7 Replies

3. Shell Programming and Scripting

Script for download file with version

Hi, Need Shell script to download the file with version or date from internet Filename will be as Eg:File-2.3.1.zip Filename will keep on changing for every 4months as File-2.3.2 or File 2.4 Thanks, Anil (4 Replies)
Discussion started by: Anil2312
4 Replies

4. Ubuntu

Download latest Ubuntu version from linux command

I have ubuntu 10.4 on my system and want to download newer Ubuntu version like 11.04. Is there any linux command(something like apt-get source used for downloading kernel source) using which I can download directly the newer ubuntu relaease? (2 Replies)
Discussion started by: rupeshkp728
2 Replies

5. UNIX for Advanced & Expert Users

Advanced Search * View * Edit JAVA version to WORK in GLASSFISH Forum topic JAVA version

Would like to confirm the ff. I got confused actually with the version I needed to download that will work on glassfish 3.0.1 a. Debian Squeeze (HP DL360). Need to use java version6 On Debian, I did apt-get install sun-java6-jdk. So when I check it's java version "1.6.0_22" Java(TM) SE... (1 Reply)
Discussion started by: lhareigh890
1 Replies

6. Linux

Stubborn Java Download Linux Mint

Hey Everyone.. having a lot of issues with jre-6u23-linux-i586.bin and jre-6u23-Linux-i586-rpm.bin.!! Neither is going the way it should and I've followed the instructions flawlessly for both types of packages from java.com,- plus a lot of other links. I've tried it 7 ways to Sunday-=> considering... (0 Replies)
Discussion started by: DrFrankenStein_
0 Replies

7. Shell Programming and Scripting

Ask for Version of Script on Server w/o download

Hello! I'm sorry if my question is kind of a noob question, but I'm searching for a way to "ask" a Server for the Version of a File. The problem is I have several clients asking every hour or so for the newest version of the file, so if I'm just downloading a md5sum or so I'm getting a lot of... (10 Replies)
Discussion started by: al0x
10 Replies

8. AIX

Where can I download a trial version of AIX?

hi how r? , where can I download a trial version of AIX , I know this is a very IMB verions but there some demo saludos (2 Replies)
Discussion started by: cejodrake
2 Replies

9. Linux

Kinda OT: USENET Linux Groups

First, Please feel free to move or delete this thread if you do not feel it's appropriate. I used to be a regular user of Linux USENET groups such as alt.linux, alt.os.linux, and others. I haven't used the said groups for a couple of months now, but imagine my HORROR when I thought I'd drop by... (2 Replies)
Discussion started by: zazzybob
2 Replies
Login or Register to Ask a Question