View Single Post
Old 09-14-2012, 05:18 AM   PM User | #1
trungvirgo
New to the CF scene

 
Join Date: Mar 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
trungvirgo is an unknown quantity at this point
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!
trungvirgo is offline   Reply With Quote