I have created a Hello World application in Codename One (I am using Eclipse Mars version).
I can build and run the simulator without a problem. It properly generates .class files under bin directory.
But it does not create .jar file under dist directory. I think this file is supposed to be generated automatically.
Do I need to check an option in the project properties so that .jar file of the project can be generated under dist directory?
Does this problem signal an incorrect Eclipse (and/or Apache Ant) installation?
Thanks!