0
I’m using Jdeveloper in conjunction with Ant, however I came across a very boring situation... I can’t generate one. functional jar through ant.
I have already built a build.xml that contains the path to main class, however... whenever I try to run the jar that was generated, I receive the message:
"cannot load or find main class"
When we created a deploy profile in Jdeveloper, we built a kind of manifest, pointing to the main class and loading the other classes in. I would like to know if it is necessary to generate this manifest before, and finally which items I should insert inside the manifest... only the classes of my project?
What if I have another project as a dependency of my main project? This should be pointed out in the build/xml or manifest?