본문 바로가기

IT-Consultant

jsmooth JVM 설정 방법

jsmooth로 exe는 만들었는데 이것을 배포할때 JVM없으면 난감하다. 

이때 JVM을 같이 복사해줘서 동작하게하는 방법이 있다. 


여기서 가장 중요한것은 절대 경로를 적으면 안된다는 것이다. 상대 경로를 적어야 한다. 

아래처럼.. 


<bundledJVMPath>.\jre6</bundledJVMPath>

<classPath>lib\commons-logging-1.1.1.jar</classPath>

<classPath>lib\log4j-1.2.16.jar</classPath>

<classPath>.</classPath>

<currentDirectory>.</currentDirectory>