Instaling JVM


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Instaling JVM
# 1  
Old 05-15-2005
Installing JVM

Hi Everyone I`ve just started with unix can some please help me execute this command via webmin on avirtual server or how do you execute such .bin file this is the error

./j2sdk-1_3_1_15-linux-i586.bin: not found



> ls -l
total 69124
-rw------- 1 root wheel 8380 May 15 18:01 .bash_history
-rw-r--r-- 1 root wheel 802 Nov 7 2003 .cshrc
-rw------- 1 root wheel 2868 Nov 10 2003 .history
-rw-r--r-- 1 root wheel 142 Nov 7 2003 .klogin
-rw-r--r-- 1 root wheel 297 Nov 7 2003 .login
-rw------- 1 root wheel 0 Nov 7 2003 .mysql_history
-rw-r--r-- 1 root wheel 251 Nov 7 2003 .profile
-rw------- 1 root wheel 1024 Dec 4 2003 .rnd
drwx------ 2 root wheel 512 Nov 19 2003 .ssh
-rw------- 1 root wheel 360448 Apr 28 03:01 dump.core
-rwxr-xr-x 1 root wheel 26654349 May 14 06:25 j2sdk-1_3_1_15-linux-i586.bin
drwxr-xr-x 2 root wheel 512 May 13 17:28 jvm
drwxr-xr-x 2 root wheel 512 May 13 17:38 pc
drwxr-xr-x 94 3001 wheel 3584 Nov 8 2003 webmin-1.121
> ./j2sdk-1_3_1_15-linux-i586.bin
./j2sdk-1_3_1_15-linux-i586.bin: not found

Thank you very much in advanced
Best Regards
Juan Carlos MC

Last edited by J.Carlos MC05; 05-15-2005 at 07:42 PM..
# 2  
Old 05-16-2005
What OS? If you're installing Java on FreeBSD, then the file above is a distfile, and should be moved to /usr/ports/distfiles, and you'll want to install a more current version of Java (ie 1.4.x, rather than 1.3.x).

http://www.freebsd.org/doc/en_US.ISO...s/java-tomcat/

Otherwise, you'll want to post the output of 'uname -a'
# 3  
Old 05-16-2005
Quote:
Originally Posted by jolok
What OS? If you're installing Java on FreeBSD, then the file above is a distfile, and should be moved to /usr/ports/distfiles, and you'll want to install a more current version of Java (ie 1.4.x, rather than 1.3.x).

http://www.freebsd.org/doc/en_US.ISO...s/java-tomcat/

Otherwise, you'll want to post the output of 'uname -a'
Hi, and thank you

The operating system is FreeBSD 4.4 and the thing is that I have to install a software for American Express that ONLY works with such JVM I'll follow your instructions and if there any more questions I'll post them

Thanks again
Best regards
JCMC Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

JVM Process Name

Hi - In AIX, how do I find the Java Virtual Machine Process Name running on a particular machine? I tried ps -ef | grep java but it does not return a process name. Please help. (4 Replies)
Discussion started by: ocbit
4 Replies

2. UNIX for Dummies Questions & Answers

JVM Memory

Hi all, I am starting a JVM in unix and when I use ps command on the pid of process starting JVM the output is something like this :- java -Xms32M -Xmx64M -Xmx128M I need to know what would be the value of Xmx in this case. And how to check that this value be picked while starting JVM... (3 Replies)
Discussion started by: Raj999
3 Replies

3. Virtualization and Cloud Computing

Error in virtualbox while instaling guest additions

Failed to open the CD/DVD image /usr/lib/virtualbox/additions/VBoxGuestAdditions.iso. Could not get the storage format of the medium '/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso' (VERR_NOT_SUPPORTED). Result Code: VBOX_E_IPRT_ERROR (0x80BB0005) Component: Medium Interface: IMedium... (9 Replies)
Discussion started by: upvan111
9 Replies

4. Shell Programming and Scripting

What's my JVM bitness?

/apps/wls/bea10/jdk160_05/bin/java -d64 -version execve(): No such file or directory Error trying to exec /apps/wls/bea10/jdk160_05/bin/sparcv9/java. Check if file exists and permissions are set correctly. Failed to start a 64-bit JVM process from a 32-bit JVM. Verify all necessary J2SE... (8 Replies)
Discussion started by: mohtashims
8 Replies

5. Web Development

need help about jvm

hi all i want to install apache and tomcat in unix solaris 10 so i need to konw about heap and jvm memory architecture in jdk version 4 and 5 and 6 i want one help me i searched alot and i can't find something helo me (1 Reply)
Discussion started by: maxim42
1 Replies

6. AIX

AIX JVM -32 or 64?

Friends, Can any one tell me what command should be used to check whether the JVM in AIX is 32 bit or 64 bit? Thanks, Govindh (2 Replies)
Discussion started by: Govindh.v
2 Replies

7. Solaris

Problem in instaling package SUNWman

Hi All, I am trying to install the package from CD rom and i am unable to do. i have located the package in CD and its there however when i am trying to run pkgadd -d /cdrom/sol_10_508_sparc_5/Solaris_10/Product/SUNWman i am getting error pkgadd: ERROR: no packages were found in... (4 Replies)
Discussion started by: kumarmani
4 Replies

8. AIX

JVM Setting

What should be the idle JVM setting for the LPAR having 16 GB of memory? Currently the JVM setting is set to -Xms1024M -Xmx10240M (1 Reply)
Discussion started by: aajmani
1 Replies

9. Solaris

Problem Instaling Solaris

hi I was trying to install Solaris on my PC. when i selected Auto Ejaection of cd & auto reboot.....then it displayed that u will need to manually eject current disk, & Select an appropriate boot media to avoid installation process again.. then after selecting appropriate options, the... (0 Replies)
Discussion started by: rochitsharma
0 Replies

10. UNIX for Advanced & Expert Users

inside the JVM

Hi, does anyone know how to find out what's happening inside a JVM on a unix system? Like what processes are running, which ports, memory usage etc. I'm using AIX 5.2 (1 Reply)
Discussion started by: rein
1 Replies
Login or Register to Ask a Question