I got the below error. How can I make my program to work on both 32 bit and 64 bit NativeSwing[1]: Exception in thread "main" java.lang.UnsatisfiedLinkError: Canno t load 64-bit SWT libraries on 32-bit JVM NativeSwing[1]: at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source) NativeSwing[1]: at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source) NativeSwing[1]: at org.eclipse.swt.internal.C.<clinit>(Unknown Source) NativeSwing[1]: at org.eclipse.swt.widgets.Display.<clinit>(Unknown...
I am creating runnable jar. And trying to run it on the other computers. But nothing happens. Actually I dont know how to get debug messages from a runnable jar.
Hi; I am trying to use JWebBrowser in my project. Everything works fine in my computer. But when I try to use the executive jar on other computers, nothing happens. Also below example code, works on my computer but not working on other computers. package webbrowser; import java.awt.BorderLayout; import java.awt.FlowLayout; import java.awt.event.ItemEvent; import java.awt.event.ItemListener; import javax.swing.BorderFactory; import javax.swing.JCheckBox; import javax.swing.JFrame; import javax.swing.JPanel;...
How did you fixed it?