Does pi java code have to be in a .jar?

My code is in a zip file currently, with nothing but gradle and the code. Do I have to make it into a jar file to put it on the pi? If so, how? Here’s the file with my current project: frc-rpi-vision-master.zip (68.7 KB)

1 Like

You have to build it somewhere in order to run it. You can do that on your desktop and copy the .jar, or copy the zip to the Pi and build it there.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.