Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

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

share|improve this question
Update:: There is a licensing issue. Inside the jar EngineInitializer.initializeVisualBeans() is not working!! – Avishek Dutta Jan 17 at 17:06

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.