Well, I has a doubt about compiling a java project into eclipse.
Note: My project is not using maven.
If i want to get a .ear or .jar or .war file what is the way?
I want to compile my project and get all compilation errors, because I change my jdk version, from jdk 1.5 to jdk 1.8
And this is why I want to compile it getting my compilaion errors, to fix them and get the ear or war files
I mean, may I compile from project -> clean -> built automatically
And this gonna give me this kind of files?
Or i have to compile it from command prompt?
Hope you can help me, any idea is a good one.
Thanks a lot.