Sponsored Content
Operating Systems Linux How do i download java 1.3 on linux(kinda have this old version) Post 62726 by cbkihong on Friday 18th of February 2005 07:55:05 PM
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.
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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. 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

7. 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

8. 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

9. 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
serialver(1)						      General Commands Manual						      serialver(1)

NAME
serialver - serial version command SYNOPSIS
serialver [ options ] [ classnames ] options Command-line options, as specified in this document. classnames One or more class names. DESCRIPTION
serialver returns the serialVersionUID for one or more classes in a form suitable for copying into an evolving class. When invoked with no arguments, it prints a usage line. OPTIONS
-classpath <directories and zip/jar files separated by:> Set search path for application classes and resources. -show Displays a simple user interface. Enter the full class name and press either the Enter key or the Show button to display the serialVersionUID. -Joption Pass option to the Java virtual machine, where option is one of the options described on the man page for the java applica- tion launcher, java(1). For example, -J-Xms48m sets the startup memory to 48 megabytes. It is a common convention for -J to pass options to the underlying virtual machine. SEE ALSO
See (or search java.sun.com) for the following: java.io.ObjectStreamClass @ http://java.sun.com/j2se/1.5/docs/api/java/io/ObjectStreamClass.html 24 June 2004 serialver(1)
All times are GMT -4. The time now is 08:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy