Re: Stand alone usage - early exit of application

2015-07-20 Thread Krzysztof Harpula
Hello, The use case is different. I have an eclipse project. Within eclipse IDE I use IvyDE. However during development sometimes I want to start my application outside of IDE (due to Eclipse performance issues). I do it by a batch file (Windows). From documentation I saw that it is possible to

Re: Stand alone usage - early exit of application

2015-07-19 Thread Jaikiran Pai
If I understand it correctly, you are embedding Ivy within your application and using the Main class as the starting point to embed Ivy? I don't know if the Main class is meant to be used in that way. -Jaikiran On Friday 17 July 2015 01:24 PM, Krzysztof Harpula wrote: Hi, I am starting to use