I have a ready Java + ArcObjects application.
Inside I create, delete folders in the "bin" directory of the project.
There are two folders "input" & "output" without which the application will not run.
How can I run the app without eclipse, but at the same time display the messages displayed in the eclipse console? Is the second part even possible!!
I just want to make the app a portable tool. I made a jar but it didn't work as the folders are not being created because of path issues.
Please advice. Avishek