1. standalone of the JBoss server. bat is to enable the server, E: \ jboss-as-7.1.0 \ standalone \ deployments directory is put good jar release, the jar release here can be from standalone. the bat black box shows that the request is successful or fails. Error cause.
2. For Maven installation and online search, you must design the setting of environment variable system variables to add maven_home.
3. Create a Maven project under eclipse to directly produce many things. In Pom. XML, right-click maven_bulid, and an error occurs. It takes a long time to solve this problem.JRE .. \ bin \ tools. Jar cannot locate the problemThe solution is to set the default JRE, because after JDK is installed, the system does not know which one to use. The specific method is as follows:
Solution: window-> preferences-> JAVA-> installed jres, click "add", select the default "Standard VM", and click "next> ", click "directory" on the right of "JRE home" and select the folder D: \ Development \ Java \ jdk1.5.0 _ 16 \ JRE. All the way to "OK" and go back to the "installed jres" interface, check the newly added "jdk1.5.0 _ 16. Select "execution environments" in the directory tree, click "J2SE-1.5" on the left of the interface, and then click "jdk1.5.0 _ 16" on the right ". Restart eclipse. Everything is OK.