LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-07-2003, 08:23 PM   #1
Selos
Member
 
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59

Rep: Reputation: 15
problem with icq2go --> x-java-vm


so, as the search function has no matches for x-java-vm, here is my problem:

i tried alls the icqpendants i found (gaim, licq, centericq, ...) but nothing worked... so i tried http://go.icq.com , but it asks for a plug-in from a type called "application/x-java-vm" and i don't know what to do... i installes sun java by following these instructions
but that didn't work either

does anyone know what i have to do?

Last edited by Selos; 09-08-2003 at 09:15 AM.
 
Old 09-07-2003, 10:26 PM   #2
snatale1
Member
 
Registered: Aug 2003
Location: Richmond, Virginia, US
Distribution: Ubuntu 20.04 / Manjaro
Posts: 439

Rep: Reputation: 48
do a search theres like 20 threads on the bull$hit with installing java most people can't get that java-vm plugin working right including myself...oh well ..i think i can , i think i can
 
Old 09-08-2003, 04:18 AM   #3
Selos
Member
 
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59

Original Poster
Rep: Reputation: 15
yes but nothing is about this special stuff that icq2go wants

and i'm really only a little bit away from a break down because nothing works ^^ even if it should *g*
 
Old 09-08-2003, 07:30 AM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
OK, I'm doing a little guessing here, but you probably need to set up your Java parameters correctly. Check out this
thread where I've explained how to set up the PATH and JAVA_HOME variables.

What you may have to do in addition to that is set up a link to Java plugin for each program that needs to use it. You'll have to read the documentation for those programs to find out what directory to put the link in , but the link itself is usually something like:

ln -s /path/to/java/jre/plugin/i386/ns610/libjavaplugin_oji.so
 
Old 09-08-2003, 09:21 AM   #5
Selos
Member
 
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59

Original Poster
Rep: Reputation: 15
hm it's similar to what i did with one exception: i did not use the rpm package, but the self extracting file:

Quote:
from Tuvok
First, create (as root) a "java" subdirectory in the /usr directory. Download the self-extracting (not RPM) file of j2re-1_4_2 from Sun. Move (as root) the file to /usr/java. Cd (as root) to the /usr/java and issue the following 2 commands:
then i performed these commands in the terminal like instructed in Tuvok's post:

chmod a+x j2re-1.4.2_01-linux-i586.bin
./j2re-1.4.2_01-linux-i586.bin


i agreed to the lincence and then performed

ln -s /usr/java/j2re1.4.2_01/bin/java java

then i did something to get java work with mozilla:

ln -s /usr/java/j2re1.4.2_01/plugin/i386/ns610-gcc32/libjavaplugin_oji.so /*/libjavaplugin_oji.so
( yes i replaced * with my mozilla plug-in path )

but icq2go still does not accept this java.. or do i have to do something else after this?

Last edited by Selos; 09-08-2003 at 09:24 AM.
 
Old 09-08-2003, 04:14 PM   #6
Selos
Member
 
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59

Original Poster
Rep: Reputation: 15
Unhappy

well i looked at this thread but i do not understand... i downlaoded java again as rpm, but ist also was a bin-file... i am really confused and do not know what to do now... i also do not understand this thing with the /etc/profile file... ist has entries i don't understand and i am afraid of killing this file by adding something frong at the wrong place... this is the third time i tried to get java working but it does not wand

please help me *dispaired*
 
Old 09-08-2003, 06:18 PM   #7
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
OK, lets back up for a second here.

First, are you sure you installed java correctly? You should be able to find the java directory in your /usr directory, although it may bin in /usr/local if you installed from binary.

Second, in a console, type java -version. If you get anything that suggests the computer can't find java, then you need to set up your PATH and JAVA_HOME.

Third, if you don't feel comfortable messing with /etc/profile, you can create the same commands in your .bashrc file (you can create one if you don't have one, just be sure to have #!/bin/bash as your first line.

Lastly, what browser are you using? You need to find out where to put the plugin link for your browser.
 
Old 09-08-2003, 06:58 PM   #8
Selos
Member
 
Registered: Aug 2003
Location: Germany
Distribution: Debian
Posts: 59

Original Poster
Rep: Reputation: 15
1. yes, it is in /usr/java

2.


[root@localhost root]# java -version
java version "1.3.1"
jdkgcj 0.2.3 (http://www.arklinux.org/projects/jdkgcj)
gcj (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[root@localhost root]#


3. I'll have a look for it when I wake up today

lastly, I'm using Mozilla 1.2.1 and i already tried the commands like tuvok says in his thread to link to my plug-in dir, but i didn't work i think.

but like a wonder, my licq works now *g*
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem Java dudulz Linux - Enterprise 1 07-03-2005 12:33 PM
java problem ravihadimani Linux - Software 1 05-27-2005 08:15 AM
problem with java djabbot Linux - Software 4 02-13-2005 05:46 PM
problem with java JIV Linux - General 2 08-18-2003 03:41 AM
ICQ2GO Client on Redhat 9 fettouhi Linux - Software 0 07-02-2003 02:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration