Message972

Author grrussel
Recipients
Date 2005-05-03.18:46:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It is difficult to bundle jython with an application as the library of 
modules is not included in the jar file distributed with an application.

Without the library files, the various modules depended upon cannot 
be found. It is impractical to assume jython is installed on a users 
machine in any fixed location.

Jython should be able to execute fully as a standalone jar file when 
embedded in an application.
History
Date User Action Args
2008-02-20 17:17:22adminlinkissue1194650 messages
2008-02-20 17:17:22admincreate