Trouble with remote Java development on Beaglebone Black [message #1441921] |
Fri, 10 October 2014 07:17  |
Eclipse User |
|
|
|
I'm trying to use Eclipse (on Mac) for remote Java development onto a Debian Beaglebone Black. This is my first attempt at using the Remote System stuff.
I chose Linux and the SSH options when setting up the Remote System connection.
My initial test project was successful, but as I have added code I've seen a variety of puzzling errors. The most common is :
"The project was not built since the source file <something>.java could not be read"
The file is always one of my java files, but it's not always the same one. Refreshing and cleaning the project will generally change the error to a different file.
I can always open the file in Eclipse, both from the Package Explorer and the Remote System Explorer.
And, I can use Eclipse to edit happily, and build from the command line on the Beaglebone, but I can't use Eclipse to build.
I'd welcome any help in understanding what is going wrong and how to fix it.
Thanks!
Richard
|
|
|
|
|
|
|
Re: Trouble with remote Java development on Beaglebone Black [message #1447032 is a reply to message #1444289] |
Fri, 17 October 2014 13:33  |
Eclipse User |
|
|
|
Russell - thanks.
What I want to do is use Eclipse on Mac to do Java development and debugging remotely on a Beaglebone Black.
When I first started (and my project was tiny) I did see it work. I could edit code (which was really resident on the Beaglebone) in Eclipse on the Mac, build it, see build errors and fix them, and so on.
Some time later, with a bigger project, I started seeing a variety of puzzling errors like the ones I described above, and I've been unable to get back to a clean state in which I could build from Eclipse. I can still edit in Eclipse, but I have to build from the BB command line.
So, what I want to do is, make it work like it used to... But I don't know if that means doing something to my Remote System connection, or debugging the transport in some way, or throw my project away and make a clean one.
Is that any clearer ?
Thanks,
Richard
|
|
|
Powered by
FUDForum. Page generated in 0.07309 seconds