Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] SWT failure with 64 bit JRE on Mac OSX

Hi,
    I found SWT failure with the following exception on Mac OSX with 64 bit JRE 1.6
 
Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-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.createDisplay(Unknown Source)
 at org.eclipse.swt.widgets.Display.create(Unknown Source)
 at org.eclipse.swt.graphics.Device.<init>(Unknown Source)
 at org.eclipse.swt.widgets.Display.<init>(Unknown Source)
 at org.eclipse.swt.widgets.Display.<init>(Unknown Source)
 at TI.<init>(TI.java:62)
 
    Question 1] I noticed that at http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/index.php only 32-bit swt.jar is available for Mac OSX . What are my options with 64 bit JRE 1.6 on Mac OSX ?
 
    Question 2] I have seen SWT failure on 64 bit JRE 1.5 too. Is SWT supported to run on 64 bit JRE 1.5?
 
Thanks,
NM
  

Back to the top