Issue222860

classification
Title: No public constructors found when instantiating a class
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: bckfnn
Priority: low Keywords:

Created on 2000-11-18.19:39:05 by bckfnn, last changed 2000-11-23.09:05:41 by bckfnn.

Messages
msg171 (view) Author: Finn Bock (bckfnn) Date: 2000-11-18.19:39:05
I run jpython at the command line and import a specific class from my own
package.
When I try to construct the object I get the message no public constructors for
...
I have the corresponding jar containing that file in my System java classpath
variable and in my python.path of the registry script. 
msg172 (view) Author: Finn Bock (bckfnn) Date: 2000-11-23.09:05:41
There is not enough information in this bug report for me to reproduce the problem.
History
Date User Action Args
2000-11-18 19:39:05bckfnncreate