Can't call default constructor

1/4/2015 2:14:02 AM
Gravatar
Total Posts 8

Can't call default constructor

The following code is failing in 3.1.1-2:

JIP:- create_object('java.lang.String', [], Handle)

error(runtime_error('Class not found'), context(xcall('com.ugos.JIProlog.extensions.reflect.JIPCreateObject3', '.'('java.lang.String', '.'([], '.'(_3815351, [])))), file(undefined, 0)))
Class not found
Stack Trace? (y/n)

Please advise.

 

 

 

1/6/2015 8:40:42 PM
Gravatar
Total Posts 11

Re: Can't call default constructor

There was a bug in the version 3.1.1.2 that has been solved in the current version on SVN.

You can download and compile the current version on SVN or you can wait a couple of days when we'll publish the binary of the new version.

 
1/6/2015 9:38:15 PM
Gravatar
Total Posts 8

Re: Can't call default constructor

No problems, I will wait for the new version.

 

Thanks for the quick reply.

1/10/2015 9:21:22 PM
Gravatar
Total Posts 8

Re: Can't call default constructor

Fixed in 4.0.1.4.

 

Thanks!