2013年7月30日星期二

MyEclipse some basic settings

1, set myeclipse environment: Menu window -> Preferences
a.General--> Workspace-> Set Text file encoding as Other -> UTF-8
b.MyEclipse-> Validation-> Client-side JavaScript Validator -> Settings pop in Remove "File extension: jsp"
c.MyExlipse-> Maven4MyEclipse-> Installations in Add selected d: \ Program files \ apache-maven-3.0.4 (this folder is its own configuration file address, you can configure themselves according to their needs )
d. MyExlipse-> Maven4MyEclipse-> User Settings in the User Settings Enter D: \ Program Files \ apache-maven-3.0.4 \ conf \ settings. xml
2, Window-> Show view-> Other select SVN repository
a. the SVN repository view, right to add your own source address, such as https://192.168.1.2/svn/SourceCodes/java/test/
b. Expand the SVN repository view, select the file of all projects, the checkout operation
3, window -> Preferences In the Preferences window, select MyEclipse-> Servers-> Tomcat-> Tomcat 6.x
a, Tomcat 6.x server is set to Enable
b, Tomcat home directory is set to the root directory of your tomcat6.0
c, expand Tomcat6.x-> JDK in the Optional Java VM arguments, type -Xms1536m-Xmx1536m-XX: NewSize = 256m-XX : MaxNewSize = 256m-XX: PermSize = 256m-XX: MaxPermSize = 256m
Of this configuration is to solve the memory overflow, suggesting that the problem of insufficient memory
4, the above configuration settings are good, if for the development of other projects, they can make in your own code to find files. Metadata folder, copy the past can be, without repeating the above steps.

没有评论:

发表评论