Is it possible to upload arduino sketch using java?
More explanation below:
Some details about my project:
I have built a java program that starts a gui, when pressing the "start" button, the java program sends out information through the usb to whatever is connected in that specific com.
in the background i have already started an arduino project and uploaded it to receive that information from java and sends information back to the java program, everything works.
My problem is:
Now I would like to make it a "child version" - meaning having an executable or jar file that every 8 yr old child can just double click on it (like starting any application) and it will open the gui and start+upload the ardunio in the background.
I do not want the user to have to start the arduino IDE, upload it, then start eclipse, run it... i just want 1 file that i can double click and it will open the gui for me.
I have no idea how to do this, i need your help.