Tutorial 0 does not work on ubuntu 16.04
I followed the tutorial leading to the following problem. Main class can not be found.
$ java -classpath ../voc/dist/python-java-support.jar:. python.example Fehler: Hauptklasse python.example konnte nicht gefunden oder geladen werden
Any idea what I'm doing wront?
Thank you in advance.
I translate your error message as this:
Error: Main class python.example could not be found or loaded
So take a look in the python directory and see if there is an example.class file there.
What versions of Java, Python, and VOC are you using?
Chances are that the path to the python-java-support.jar file is incorrect -- please double check that.
If the python-java-support.jar file is missing, make sure you ran the ant java command from the installation instructions. I forgot that in one project.
The path is correct I tripple checked that. But after chatting on the pybee irc I decided to stop trying to develop crossplatform android/ios apps with beware (toga/voc/briefcase). At the moment it has not the mature state to be able using it productively. I will give kivy a second try. But thank you very much for any effort to help.