Question

I am having a problem with my Eclipse Kepler installation, which is an EE build.

I would not like to work with it anymore but, for me to work manually without any IDE, I would like to know what commands it invokes to compile the source code and put all the folders and manifests together.

Does anybody have an idea?

Was it helpful?

Solution

If you plan to work without an IDE then i suggest you start using a build tool either Ant or Maven for that. Otherwise you could just compile everything using javac and use the standard java tools to make your project and build a war, but that would make your life a living hell :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top