| 15 | | Program arguments:-conf "D:\resin-3.0.25\conf\resin.conf" |
| 16 | | VM arguments:-Dresin.home="D:\resin-3.0.25" -Djava.util.logging.manager=com.caucho.log.LogManagerImpl |
| 17 | | JRE默认即可。 |
| 18 | | Classpath的Bootstrap Entries中,添加resin根目录下的lib文件夹中的所有jar,还有jdk lib下的tools.jar。保证User Entries中有项目文件夹和Maven Dependencis。 |
| | 16 | 3.Program arguments:-conf "D:\resin-3.0.25\conf\resin.conf"[[BR]] |
| | 17 | VM arguments:-Dresin.home="D:\resin-3.0.25" -Djava.util.logging.manager=com.caucho.log.LogManagerImpl[[BR]] |
| | 18 | |
| | 19 | 5.Classpath的Bootstrap Entries中,添加resin根目录下的lib文件夹中的所有jar,还有jdk lib下的tools.jar。保证User Entries中有项目文件夹和Maven Dependencis。 |