|
From: dman <ds...@ri...> - 2002-01-02 20:44:21
|
On Wed, Jan 02, 2002 at 10:38:35PM +0200, Jes...@no... wrote:
| Is it necessary to be connected to the internet when installing jython?
No.
If you are using debian, just 'apt-get install jython'.
| When running
|
| java jython-21 -o jython21
|
| on a x86 Linux PC (behind a firewall), I get the following error:
|
| can not open archive
| can not read from archive
| can not load class net.sourceforge.liftoff.installer.source.ResURLFactory
| :java.lang.ClassNotFoundException:
| net.sourceforge.liftoff.installer.source.ResURLFactory
This usually means you have a CLASSPATH problem.
Try
java -classpath jython-21.class jython-21 -o jython21
-D
--
But As for me and my household, we will serve the Lord.
Joshua 24:15
|