Problem using Retroguard to obfuscate swt application
Posted
by janetsmith
on Stack Overflow
See other posts from Stack Overflow
or by janetsmith
Published on 2010-04-19T00:12:27Z
Indexed on
2010/04/19
0:23 UTC
Read the original article
Hit count: 782
swt
|obfuscation
I was trying to obfuscate SWT code using Retroguard, but after obfuscation, I can't start the jar it has created. Please advise. Thanks.
C:\Documents and Settings\zzz\My Documents>java -jar retroguard.jar swt-orig.j
ar
C:\Documents and Settings\zzz\My Documents>java -jar out.jar
Exception in thread "main" java.lang.UnsatisfiedLinkError: org.eclipse.swt.inter
nal.win32.OS.GetVersionExW(Lorg/eclipse/swt/internal/win32/ar;)Z
at org.eclipse.swt.internal.win32.OS.GetVersionExW(Native Method)
at org.eclipse.swt.internal.win32.OS.<clinit>(Unknown Source)
at i.z.<clinit>(Unknown Source)
at Main.main(Unknown Source)
© Stack Overflow or respective owner