|
JAR to DLL : where is gone packager.exe under JDK6 64-bit ???
Hi there!
under windows XP / JDK 6, DLL creation from a jar file can be done with the packager, eg using .... \jdk\bin\packager.exe myJar.jar myDll
Registering of this 32 bit DLL can then be done with .... windows\system32\regsvr32 /s myDll.dll
Now i'd like to migrate to Windows 7, JDK6 64-bit.
Is there an equivalent procedure ? As i cannot find the "packager.exe" anymore....
Any help will be highly appreciated!
|