Update of /cvsroot/jsmooth/jsmooth/skeletons/winservice
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17934/skeletons/winservice
Modified Files:
WinService.cpp
Log Message:
fixes the JNI jar not being extracted correctly
Index: WinService.cpp
===================================================================
RCS file: /cvsroot/jsmooth/jsmooth/skeletons/winservice/WinService.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** WinService.cpp 1 May 2007 19:40:16 -0000 1.6
--- WinService.cpp 19 May 2007 22:55:49 -0000 1.7
***************
*** 275,279 ****
log("Run...");
! ResourceManager* globalResMan = new ResourceManager("JAVA", PROPID, JARID);
//
--- 275,279 ----
log("Run...");
! ResourceManager* globalResMan = new ResourceManager("JAVA", PROPID, JARID, JNISMOOTHID);
//
***************
*** 308,312 ****
}
else
! log("ERROR: JVM is launched, but can get a DLL... ?");
}
--- 308,312 ----
}
else
! log("ERROR: JVM is launched, but can't get a DLL... ?");
}
|