I'm interested in converting from using Netbeans to Eclipse.
I want to convert over to using Eclipse as it is a most popular IDE and I want to keep up to date.
I have things working now but I had some questions on some 'features' that I had in Netbeans that I want to have in Eclipse.
1. In Netbeans, I had a directory where just my java source files when into. If I added more files into that directory, it was automatically reflected in Netbeans project. In Eclipse, if I change the contents (using external method, not Eclipse) it will not refresh my project. How do I make Eclipse fresh the project source files according to what's in the directory, without having to manually import each file?
2. How do I make Eclipse put my compiled files into another directory? It currently puts the compiled files into my same directories as my source files.
I want to convert over to using Eclipse as it is a most popular IDE and I want to keep up to date.
I have things working now but I had some questions on some 'features' that I had in Netbeans that I want to have in Eclipse.
1. In Netbeans, I had a directory where just my java source files when into. If I added more files into that directory, it was automatically reflected in Netbeans project. In Eclipse, if I change the contents (using external method, not Eclipse) it will not refresh my project. How do I make Eclipse fresh the project source files according to what's in the directory, without having to manually import each file?
2. How do I make Eclipse put my compiled files into another directory? It currently puts the compiled files into my same directories as my source files.