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?

Était-ce utile?

La 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 :)

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top