You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I´m trying to work through the example.py with jython. As far as I understand it, I will need a $py.class file coming with the util.py file, right?
As I have never worked with java I am wondering, how I can generate or how I get this file?
I appreciate any help you can give me on this one.
Thank you
The text was updated successfully, but these errors were encountered:
The .class files are automatically generated by the Jython compiler. When you execute the example.py file which imports the util.py file, the compiler would generated somethong like a util.class file.
Hello,
I´m trying to work through the example.py with jython. As far as I understand it, I will need a $py.class file coming with the util.py file, right?
As I have never worked with java I am wondering, how I can generate or how I get this file?
I appreciate any help you can give me on this one.
Thank you
The text was updated successfully, but these errors were encountered: