-
Download and install IntelliJ IDEA.
You can download the free Community Edition. https://www.jetbrains.com/idea/download -
Download ArduinoImageCapture from Github.
-
Open IntellJ and click on "Import Project"
Or if you already have an open project then "File"->"New"->"Project from Existing Sources..."
Next->Next->Next->Next->Next->
(Add/Select your Java version. For me it was "C:\Program Files\Java\jdk1.8.0_131")
Next -> Finish
- Add new run configuration
-
In the upper right corner click on the small arrow and then "Edit Configurations.."
-
Now you should be able to run the application by clicking the green arrow in the upper right corner.
-
Select "File"->"Project Structure..."
Add new Artifact "JAR": -
Select "Build"->"Build Artifacts..." Then select "ArduinoImageCapture:jar"->"Build"
-
Now There should be "ArduinoImageCapture.jar" in "out/artifacts/ArduinoImageCapture_jar" folder
-
Now you can run it from command line with ("cd" to the jar folder):
java -jar ArduinoImageCapture-master.jar