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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top