Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top