santhoshtmail / indic-keyboards

Automatically exported from code.google.com/p/indic-keyboards
0 stars 0 forks source link

Indic keyboard is not at all loading properly in 64 bit fedora 8 os #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Indic keyboard is not at all loading properly in 64 bit fedora 8 os.

Problem is:
Can't load 32 bit SWT libraries on 64 bit JVM.

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.internal.Converter.wcsToMbcs(Unknown Source)
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
        at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
        at core.SplashScreen.screen(SplashScreen.java:32)
        at core.IndicKeyboards.main(IndicKeyboards.java:152)

Original issue reported on code.google.com by shiv...@gmail.com on 23 Jun 2009 at 10:30

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The source available in the repository is the 32-bit version. The 64-bit 
version of
the software is up and running. I will commit it. Build the source and let me 
know if
it works. Ant is required to build the source.

Original comment by abhinav.zoso on 23 Jun 2009 at 11:10

GoogleCodeExporter commented 9 years ago
64-bit SWT library to be used for building. The built JAR runs only on 64-bit 
JVM.

Original comment by sarun87 on 6 Oct 2009 at 5:49