[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: phoenix java plugin - installed, but not installed



On Saturday 22 February 2003 11:28 am, Sandip P Deshmukh wrote:
> On Fri, Feb 21, 2003 at 10:27:44PM -0500, Geordie Birch wrote:
> > said Sandip P Deshmukh (on 2003-02-21),
> >
> > > some confusion here. i already have a link that you are talking about.
> > > here are contents of my /home/sandip/phoenix/plugin directory:
> > >
> > > total 24
> > > drwxr-xr-x    6 sandip   sandip       4096 Feb 19 18:46 java2
> > > lrwxrwxrwx    1 sandip   sandip         73 Feb 19 17:51
> > > libjavaplugin_oji.so ->
> > > /home/sandip/phoenix/plugins/java2/plugin/i386/ns600/libjavaplugin_oji.
> > >so -rwxr-xr-x    1 sandip   sandip      19728 Dec  8 05:20
> > > libnullplugin.so
> > >
> > > here are contents of
> > > /home/sandip/phoenix/plugin/java2/plugin/i386/ns600 directory:
> > >
> > > total 268
> > > -rwxr-xr-x    1 sandip   sandip     269600 Mar 15  2002
> > > libjavaplugin_oji.so
> > >
> > > so, what is wrong here? doesnt java like to be placed in a differnt
> > > directory? this sounds very window-like
> >
> > directory shouldn't matter at all.
> >
> > maybe your version of java is too old... ? ....
>
> all right, i downloaded java for linux binary from sun site to my home
> directory. ran the .bin file and it created a directory structure. now,
> i create a symlink to i386/ns610/libjava etc in phoenix/plugin
> directory. no use. i try ns600 and ns4, no use still!!
>
> what is wrong? anything to do with file permissions? help please!!

Hi mate, I had a lot of problems getting java to work with phoenix. I have 
copied my homemade how I did it !! file for you. Hope this is of some use. 

If all else fails visit the web page ...
http://mozilla.weebeastie.net/java.shtml

my HOWTO ...

Start phoenix and visit ...
http://java.sun.com/j2se/1.4.1/download.html
Download ...
j2re-1_4_1_01-linux-i586.bin

mkdir /usr/local/java
cd /usr/local/java
sh j2re-1_4_1_01-linux-i586.bin
ln -s j2re1.4.101 java.current
chmod -Rc g+rX,0+rX .

apt-get install libstdc++2.9-glibc2.1
vi /etc/profile
Add the following to path ...
/usr/local/java/java.current/bin

Installing as 'plugin' for phoenix
rm -rf /usr/local/phonix/phonix/plugins/java2

 ln -s /usr/local/java/java.current/plugin/i386/ns610/libjavaplugin_oji.so 
/usr/local/phoenix/phoenix/plugins/

Installing as 'plugin' for konqueror
In GUI, configure konqueror, enable java globally, set java path to ..
/usr/local/java/java.current/bin/java

For a HOW-TO visit ...
http://mozilla.weebeastie.net/java.shtml




Reply to: