Replies: 1 comment
|
Hi @mhixson, I use JBang for such small tests. That's a quick installation... |
0 replies
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.
Hi, I would like to compile a single .java file to verify that Pi4J is going to work for me. The install script installs SDKMan, Maven, Gradle, and probably some other stuff, and then reboots my Pi without asking. Then running maven to download dependencies for the "minimalist" example downloads 156 .jar files!
Is there a single .jar file I can grab and do something as dead simple as:
javac -cp Pi4j.jar MyTestClass.java
Is this possible?
Thanks.
All reactions