Quote:
Originally Posted by gblake
I know this probably isn't the answer you are looking for, but... You can use any editor, and compile with a very simple one-line batch file.
If you want the color coding, syntax checking, etc. that comes with a typical IDE; then follow the other folks' advice.
If you just want to modify or write a few lines of code and compile it along with other pre-existing code; just use any non-WYSIWYG editor, and the command line syntax that is explained in the Windows or Linux sections of this tutorial. http://java.sun.com/docs/books/tutor...ava/index.html
IDEs are fine things to use (I use NetBeans); but they are certainly not required.
Blake
|
I don't absolutely need an IDE, but how would you recommend getting the code onto the cRio in a format that it'll run?