I have C++ application that uses Java in dll with perfect mode. I dont have problem to compile on version 3.0 in single dll. After upgrade to latest versin of Jet the .usg file remain only with:
"JET Usage List, v 3.15
"
... in fact empty.
I have compiled test application from "Invocation" and it work without problem.
Input for dll is sigle jar file, there is no external classes.
bat file:
"
SET jdkdir=F:\Java\j2sdk1.4.0
SET jetdir=H:\dev\Jet
SET JETVMPROP=
jc =p =a Some.prj
SET JETVMPROP=-Djet.usage.list
Some.exe
set JETVMPROP=
"
project file:
"
+nolaunchpad
-gendll+
-dllname = dllName
-main = com/../SomeClass
!if perfect then
!module Some.usg
!end
!module Some.jar
"
Any idea?