Issue508137

classification
Title: no java classes from sys.path jars
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: cgroves
Priority: low Keywords:

Created on 2002-01-24.20:56:24 by anonymous, last changed 2006-08-31.03:55:23 by cgroves.

Messages
msg555 (view) Author: Nobody/Anonymous (nobody) Date: 2002-01-24.20:56:24
Importing from java classes from a jar
on sys.path does not work. Probably
it's a bug and anyway it should work.

-- sP.
msg556 (view) Author: Charlie Groves (cgroves) Date: 2006-08-31.03:55:23
Logged In: YES 
user_id=1174327

I can add a jar to my pythonpath in the registry or append
it to sys.path from jython code and its immediately
available with the code in trunk.
History
Date User Action Args
2002-01-24 20:56:24anonymouscreate