Hello,
I have an applications, and it runs correct inside Eclipse (I use build.xml to compile, generate jar, run) and everything seems ok. But when I want to run my generated jar from cmd, i have some problems, and the jar does not run. So, I wonder if it possible to run IDE by some "command" and config somehow ant to run my jar properly?
I hope you'll understand what I mean.
Thank you