お世話になります。横山と申します。 vine2.6にeclipse-SDK-2.1-linux-motif.zipのインストールを試みております。 とりあえず解凍した場所はホームディレクトリです。 /home/yokoyama/eclipseディレクトリ となっております。 eclipseをとりあえず起動しようと $ /home/yokoyama/eclipse/eclipse と入力したところ以下のようなメッセージがでて、eclipseは起動しませんでした。 Caused by: java.lang.UnsatisfiedLinkError: /home/takashi/eclipse/plugins/org.eclipse.swt.motif_2.1.1/os/linux/ x86/libswt-motif-2135.so: /home/takashi/eclipse/plugins/org.eclipse.swt.motif_2.1.1/os/linux/x86/libswt-motif- 2135.so: undefined symbol: XmStringComponentCreate at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1469) at java.lang.Runtime.loadLibrary0(Runtime.java:788) at java.lang.System.loadLibrary(System.java:834) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:108) at org.eclipse.swt.internal.motif.OS.<clinit>(OS.java:20) at org.eclipse.swt.widgets.Display.createDisplay(Display.java:590) at org.eclipse.swt.widgets.Display.create(Display.java:576) at org.eclipse.swt.graphics.Device.<init>(Device.java:126) at org.eclipse.swt.widgets.Display.<init>(Display.java:339) at org.eclipse.swt.widgets.Display.<init>(Display.java:336) at org.eclipse.ui.internal.Workbench.run(Workbench.java:1361) at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858) ... 8 more しかし、カレントディレクトリをeclipseディレクトリに移って $ ./eclipse と入力するとeclipseの起動に成功しました。他に試みたのが $ ~/eclipse/eclipse と入力したところ上記のエラーがでて、起動できませんでした。 他のディストリビューションでdebianを使用しているのでdebianにeclipse(上記バージョン)を インストして(インストール先はホームディレクトリ)同様に実行してみました。 $ /home/yokoyama/eclipse/eclipse $ ~/eclipse/eclipse ディレクトリをeclipseディレクトリに移り $ ./eclipse 上記3つともeclipseの起動に成功しました。 vineでも起動はしているので現在支障はありませんが、エラーをだしているのは 自分の設定が足りないためだと思うので、いずれ何かの障害になるのでは と思い原因を究明したいと考えてはいるのですが、何が悪いのか自分では 解決に至ることができず投稿に至りました。 何か御指導いただければ幸いであります。 今の私の力量では上記のエラーがeclipseの設定で解決できるのか vineの設定が悪いのか(エラー内容が理解できてません)という判断が できておらず、投稿先を過っているかもしれません。 その際に御指摘下さりますようお願いします。