xulrunnerのバージョンの問題(ライブラリの問題)で本家のFederaでもVPEが動かないケースがあるようですが、それに対して下のような書き込み(http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105567#4105567)がありました。
これだと、FreeBSDでも動かせるかもしれません、、、。
======================================================
Well, that just worked. Awesome!
Here's what I did:
0) Stop Eclipse
1) Rename the org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070904 folder to org.mozilla.xulrunner.gtk.linux.x86_64_1.8.1.9
2) Replace the xulrunner directory in there with my x86_64 build
3) Update the META-INF/MANIFEST.MF to look like this -
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mozilla Xulrunner
Bundle-SymbolicName: org.mozilla.xulrunner.gtk.linux.x86_64;singleton:=true
Bundle-Version: 1.8.1.9
Bundle-Vendor: mozilla.org
Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64))
4) Start Eclipse and browse to any of my Seam project view xhtml files.
===============================================================
0 件のコメント:
コメントを投稿