I'm encountering troubles running the batch file.
It's response is as follows:
Dez 20, 2012 3:28:43 PM org.apache.commons.logging.Log$info call
INFO: Loaded i18n resources
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Dez 20, 2012 3:28:43 PM org.apache.commons.logging.Log$warn call
WARNING: No adapter found for file null
Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load 64-bit SWT libraries on 32-bit JVM
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.sleepcamel.fileduplicatefinder.ui.MainView.class$(MainView.groovy)
at com.sleepcamel.fileduplicatefinder.ui.MainView.$get$$class$org$eclipse$swt$widgets$Display(MainView.groovy)
at com.sleepcamel.fileduplicatefinder.ui.MainView.open(MainView.groovy:106)
at com.sleepcamel.fileduplicatefinder.ui.MainView$open.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
at com.sleepcamel.fileduplicatefinder.ui.MainView.main(MainView.groovy:91)
thanks for your help
tcs
Edit:
ok, got it, seems to be the 32bit/64bit incompatibility.
as I'm running Win7 64b I changed the JRE to 64bit and voilá - now it works... :)
thanks anyway
Last edit: Thomas 2012-12-20
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I'm encountering troubles running the batch file.
It's response is as follows:
Dez 20, 2012 3:28:43 PM org.apache.commons.logging.Log$info call
INFO: Loaded i18n resources
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Dez 20, 2012 3:28:43 PM org.apache.commons.logging.Log$warn call
WARNING: No adapter found for file null
Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load 64-bit SWT libraries on 32-bit JVM
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.sleepcamel.fileduplicatefinder.ui.MainView.class$(MainView.groovy)
at com.sleepcamel.fileduplicatefinder.ui.MainView.$get$$class$org$eclipse$swt$widgets$Display(MainView.groovy)
at com.sleepcamel.fileduplicatefinder.ui.MainView.open(MainView.groovy:106)
at com.sleepcamel.fileduplicatefinder.ui.MainView$open.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:42)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
at com.sleepcamel.fileduplicatefinder.ui.MainView.main(MainView.groovy:91)
thanks for your help
tcs
Edit:
ok, got it, seems to be the 32bit/64bit incompatibility.
as I'm running Win7 64b I changed the JRE to 64bit and voilá - now it works... :)
thanks anyway
Last edit: Thomas 2012-12-20
ok, got it, seems to be the 32bit/64bit incompatibility.
as I'm running Win7 64b I changed the JRE to 64bit and voilá - now it works... :)
thanks anyway
ok, got it, seems to be the 32bit/64bit incompatibility.
as I'm running Win7 64b I changed the JRE to 64bit and voilá - now it works... :)
thanks anyway
Hi thomas!
Seems you downloaded the 64 bit version but you have a 32bit java on your windows path. Try downloading this: https://sourceforge.net/projects/gdupfinder/files/windows32/GDuplicateFinder-2.0.0.zip/download . If problem continues, plz provide me with your jvm version (type 'java -version' on a command line prompt)
Wow, you got that fast! Glad you managed to get it working. Enjoy!