2007年11月17日土曜日

JBossTools を FreeBSDのEclipseで??

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 件のコメント:

php のインストールの確認

phpって最初のfacebook書くときに使われたみたいで、それなりに歴史のある言語で、私も2006年位から使っていますが、CLIで使う事はあまり無いので、apacheとの連携のトラブル(mod_phpのバージョンの齟齬)などは気になりますが、拡張モジュールのインストールの問題に...