I'm programing on an embedded linux system calls BeagleBone Black. I'm using JDK vers. 1.6 to run my programms. At the moment i write code on my normal pc (win7), create a .jar and transfer it via FileZilla to the Linux system (arm7). Then i connect with the embedded system using Putty (ssh tunnel) and start my programm ..."java -jar [name].jar" Now i'm searching for a way to connect Neatbeans directly to the linux system. To bypass this laborious methode. Is there a way to debugg a programm on my pc via netbeans and it will automatically run on linux? (with console output in netbeans)? How to configurate the ide for such a task? Or is there alternative option?
Thanks