To achieve this function, you need to configure the local machine:
Installation steps:
1. Start the installer in windows, enter: java-jar dcevm-0.2-win.jar in the console (path to the dcevm-0.2-win.jar folder) under the attachment download
Wait for a while, a program box will appear. Select a jdk and then install it. After the installation is complete, test it. (If the installation is complete, no prompt is displayed. You can click test to check whether the installation is successful)
The installer will replace bin/client/jvm. dll and bin/server/jvm. dll in java, and back up future jvm. dll to the corresponding directory. Add dcevm. jar to the lib/ext/directory.
2. eclipse end Modification
Add the following content to the eclipse. ini file: (remove the original part from the file)
-Vmargs
-Xms128M
-Xmx512M
-XX: PermSize = 64 M
-XX: MaxPermSize = 512 M
-XX: + PrintGCTimeStamps
-XX: + PrintGCDetails
-XX: + TraceClassLoading
-XX: + TraceClassUnloading
-XX: + PrintGCTimeStamps
-XX: + PrintGCDetails
-Verbose: gc
-Xloggc: gc. log
Author ""