Eclipse starts with exception--tomcat
One: Problem description narrative
Eclipse has just started, a lot of places unlike myeclipse, such as the use of Tomcat, the real egg pain.
Environment: Web projects JDK7, TOMCAT7, and eclipse that are checked out from SVN. Deploy the project to Tomcat (either way), last boot, stuck in starting Apache tomcat ... Just die, after a while, the prompt fails, only pops up the dialog box, no matter what other information:
Putting the project into a war package and launching Tomcat directly under Tomcat will start normally.
Second: Problem solving
Many are JDK mismatch problem, the following aspects look, take my example. I use the JDK7, so:
1, see elicpse:window--"preferences--" java--"Compiler:
2, right-click the project-"properties--" Project Facets:
3, Runtimes:
Summarize:
Problem solving. In general, it is not familiar with eclipse, the structure of Tomcat is unfamiliar, and the execution environment is unfamiliar. Read more books, more information, more toss. Don't be sure to ask others, they also have their own things to do, not you what people. Learn to solve this problem yourself, learn to be independent, of course, really can't hold up or to ask, or else will be internal injuries.
Eclipse starts with exception--tomcat