Sign up ×
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them, it only takes a minute:

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

share|improve this question

1 Answer 1

You can create a shared folder into the Beagle Bone via SSH an use it as a normal folder. I am not sure about if you can do this on windows, but im sure that linux can!

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.