Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Eclipse 3.3 on AIX

Reply
Thread Tools

Eclipse 3.3 on AIX

 
 
marc.stroebel@kreditwerk.de
Guest
Posts: n/a
 
      10-01-2007
Hi,

I'm trying to run eclipse on an AIX machine. After start only the
splash screen comes up. The logfile shows the following error. Java
and Motif are present, CDE is running... Where's the problem?

Best regards,

Marc

!SESSION 2007-10-01 10:40:36.173
-----------------------------------------------
eclipse.buildId=I20070625-1500
java.fullversion=J2RE 1.4.2 IBM AIX build ca142-20060421 (SR5) (JIT
enabled: jitc)
BootLoader constants: OS=aix, ARCH=ppc, WS=motif, NL=en_US
Command-line arguments: -os aix -ws motif -arch ppc

!ENTRY org.eclipse.osgi 4 0 2007-10-01 10:40:39.164
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: no swt-motif-3346 or swt-motif in
swt.library.path, java.library.path or the jar file
at org.eclipse.swt.internal.Library.loadLibrary(Libra ry.java:219)
at org.eclipse.swt.internal.Library.loadLibrary(Libra ry.java:151)
at org.eclipse.swt.internal.C.<clinit>(C.java:21)
at org.eclipse.swt.graphics.Device.<clinit>(Device.ja va:115)
at org.eclipse.ui.internal.Workbench.createDisplay(Wo rkbench.java:
482)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI .java:161)
at
org.eclipse.ui.internal.ide.application.IDEApplica tion.createDisplay(IDEApplication.java:
133)
at
org.eclipse.ui.internal.ide.application.IDEApplica tion.start(IDEApplication.java:
86)
at
org.eclipse.equinox.internal.app.EclipseAppHandle. run(EclipseAppHandle.java:
153)
at
org.eclipse.core.runtime.internal.adaptor.EclipseA ppLauncher.runApplication(EclipseAppLauncher.java:
106)
at
org.eclipse.core.runtime.internal.adaptor.EclipseA ppLauncher.start(EclipseAppLauncher.java:
76)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:
363)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.ru n(EclipseStarter.java:
176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:
85)
at
sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:
5
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:
60)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.eclipse.equinox.launcher.Main.invokeFramework( Main.java:504)
at org.eclipse.equinox.launcher.Main.basicRun(Main.ja va:443)
at org.eclipse.equinox.launcher.Main.run(Main.java:11 69)
at org.eclipse.equinox.launcher.Main.main(Main.java:1 144)

 
Reply With Quote
 
 
 
 
Rogan Dawes
Guest
Posts: n/a
 
      10-01-2007
wrote:
> Hi,
>
> I'm trying to run eclipse on an AIX machine. After start only the
> splash screen comes up. The logfile shows the following error. Java
> and Motif are present, CDE is running... Where's the problem?
>
> Best regards,
>
> Marc
>
> !SESSION 2007-10-01 10:40:36.173
> -----------------------------------------------
> eclipse.buildId=I20070625-1500
> java.fullversion=J2RE 1.4.2 IBM AIX build ca142-20060421 (SR5) (JIT
> enabled: jitc)
> BootLoader constants: OS=aix, ARCH=ppc, WS=motif, NL=en_US
> Command-line arguments: -os aix -ws motif -arch ppc
>
> !ENTRY org.eclipse.osgi 4 0 2007-10-01 10:40:39.164
> !MESSAGE Application error
> !STACK 1
> java.lang.UnsatisfiedLinkError: no swt-motif-3346 or swt-motif in
> swt.library.path, java.library.path or the jar file


You do not have the SWT libraries that are required for Eclipse. These
are the IBM/Eclipse analog of Sun's Swing libraries. However, SWT is not
nearly as cross platform as Swing, which means that you need platform
specific implementations of SWT.

i.e. in your case, you need an AIX(PPC)/MOTIF incarnation of SWT, it seems.

Rogan
 
Reply With Quote
 
 
 
 
marc.stroebel@kreditwerk.de
Guest
Posts: n/a
 
      10-02-2007
Hi,

> You do not have the SWT libraries that are required forEclipse.


i used the aix package from eclipse.org. There's a swt.jar included in
the eclipse/plugins folder. The platform specific librarys swt-
motif***.a are also there in the configuration folder. Do I have to
set additional eclipse classpaths ? On Linux systems the eclipse
package works out of the box.

Best regards,

Marc

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
putenv for AIX and ifdef for AIX ClownPleco C Programming 5 08-24-2007 02:15 PM
Looking for AIX 5.2 binaries, IS anyone running Ruby on AIX 5.2 ?? bww00amdahl@yahoo.com Ruby 5 07-08-2005 11:54 AM
[ECLIPSE] [PRIVACY] - Direct Violation of Eclipse Foundations PrivacyPolicy Ilias Lazaridis Java 0 01-16-2005 11:31 AM
[ECLIPSE] [CENSORSHIP] - Mike Milinkovich (Eclipse Foundation Director)Censors Forums Ilias Lazaridis Java 0 01-08-2005 12:23 PM
Deploying eclipse plugin cleared everything in eclipse - project references in package explorer etc. javaguy44 Java 1 08-18-2004 03:24 PM



Advertisments