Running ARX examples uisng terminal #29
idhamari
started this conversation in
ARX Developer Tutorials
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Note: This is tested on Windows, modify as needed for Linux.
First, download and install Java SDK e.g. as described here.
Second, download ant from here
You should be able to run java, javac and ant.bat in the terminal.
Build arx library
Go to arx root folder and run ant e.g.
You should get something like:
this will generate arx library jar file e.g.
Build an example
1.. go to the examples folder e.g.
2.. run the following:
TODO
Fix error:
Fehler: Hauptklasse Example konnte nicht gefunden oder geladen werden
Ursache: java.lang.ClassNotFoundException: Example
Beta Was this translation helpful? Give feedback.
All reactions