IBM Java

Link Dupont link at subpop.net
Tue Nov 30 01:40:35 UTC 2004


On Mon, 2004-11-29 at 07:55 -0800, Daniel Robitaille wrote:
> > I've added ~/.opt/IBMJava2-142/jre/bin into my PATH (since that's where
> > the java executable is). However, with that path in my PATH, running
> > `java` results in a Segmentation fault.
> > 
> > link at blue:~ $ java
> > Segmentation fault
> > 
> > Running the full path works though
> >
> > link at blue:~ $ ~/.opt/IBMJava2-142/jre/bin/java
> > 
> > Usage: java [-options] class [args...]
> 
> instead of changing your PATH, try putting a symlink in the
> /usr/local/bin directory to see if it works (works for me):
>   sudo ln -s  ~/.opt/IBMJava2-142/jre/bin/java /usr/local/bin/java
> 

Same problem: Seg fault.

which returns nothing

type returns:
link at blue:~ $ type java
java is hashed (/home/link/.bin/java)





More information about the ubuntu-users mailing list