Is there a way to use the jython standalone console application with my Project classes? My Project classes can be used unless they have some kind of Ivy-context. When I try to create an instance of a 'Dao', it tells me that Ivy could not be initialized... (Ivy.persistence().get...)
Is there a way to setup this correctly? |
You'll find the download for the 'Jython standalone' here: Jython download I created a 'bat' file to run it (because of classpath sSettings).
Then I try to instanciate a DataAccessObject (fails at Ivy.persistence().get...) Hope this helps. The idea was to have a interactive application console... |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 26.11.2014 at 10:41
Seen: 2,871 times
Last updated: 12.01.2015 at 13:27
Can you provide more information how you call the jython standalone console application and what kind script you execute in it?
@Reto: did this post cover your expectations? Or do you need more info?