Project

General

Profile

Bug #52

Bootstrap Executable for GUI Fails on Linux

Added by Luke Murphey about 14 years ago. Updated over 13 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Console Application
Target version:
-
Start date:
04/08/2010
Due date:
% Done:

0%


Description

The bootstrap executable for the GUI version of NSIA fails with the given error:

Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-win32-3448 or swt-win32 in swt.library.path, java.library.path or the jar file
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 net.lukeMurphey.nsia.tools.AppLaunch.open(AppLaunch.java:65)
at net.lukeMurphey.nsia.tools.AppLaunch.main(AppLaunch.java:295)
at net.lukeMurphey.nsia.Main.main(Main.java:29)

History

#1 Updated by Luke Murphey about 14 years ago

This is caused by the application being bundled with the SWT libraries for Windows; different SWT libraries must be used for Linux. The libraries can be downloaded from the SWT website and the application works once they are loaded. Unfortunately, the current installation method does not download these automatically.

#2 Updated by Luke Murphey over 13 years ago

  • Category set to Console Application

Also available in: Atom PDF