|
From: Humbel O. <Otm...@bi...> - 2002-01-03 07:56:06
|
[ Paulo Eduardo Neves ] > When I try to install I get: >=20 > java -cp . jython-21 > try path /home/install/java/ > can not open archive > can not read from archive > can not load class =20 > net.sourceforge.liftoff.installer.source.ResURLFactory=20 > :java.lang.ClassNotFoundException:=20 > net.sourceforge.liftoff.installer.source.ResURLFactory >=20 > I tried the sugestion in this mailing list archives: >=20 > java -classpath jython-21.class jython-21 -o jython21 IMHO it is not possible to pass a class file as argument to the -classpath option (dman please correct me if I am wrong). I'd try with the directory where jython-21.class lives in, such as: java -classpath your_directory jython-21 -o jython21 |