請使用eclipse 中的 Install new Software
新增
http://download.jboss.org/jbosstools/builds/staging/xulrunner-1.9.2_win64/all/repo/
安裝完後即可使用
參考文件:
https://community.jboss.org/message/821077
20150618 新增解決方法
一樣透過 Install New Software 來源:
http://download.jboss.org/jbosstools/updates/integration/kepler/core/xulrunner/
參考文件:
https://issues.jboss.org/browse/JBIDE-2720
若是安裝後發生eclipse 無法啟動的問題發生 R6034 error
請依照下列方式排除
https://issues.jboss.org/browse/JBIDE-2720
若是依上述流程還是無法正常使用
就是進入eclipse的plugin的目錄,將JBOSS 相關的目錄都移除
應可正常啟動eclipse
參考文件:
http://stackoverflow.com/questions/14046899/jboss-tools-disabling-visual-editor
R6034 error 解決方法如下所說明
大意就是 將電腦目錄中 msvcr90.dll 做更名的動作即可
R6034 error with both Intel iCLS Client and Intel OpenCL SDK on Windows 8.1 64bit
I got it Visual Editor working OK by renaming instances of msvcr90.dll to msvcr90.dll.bad in the following locations:
c:\Program Files\Intel\iCLS Client
c:\Program Files (x86)\Intel\iCLS Client
c:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64
c:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86
The clash seems to happen because all of these are listed in my PATH environment variable.
After these renames, process explorer->find DLL for msvcr90.dll shows all running processes loading msvcr90.dll from the Windows Side-by-Side repository under c:\Windows\WinSxS
The javaw.exe process is now running an amd64 version of msvcr90.dll.
javaw.exe is also loading msvcr100.dll loaded from c:\Program Files\Java\jdk1.7.0_51\jre\bin
It would be better to fix the missing manifest, but in the meantime this seems to work without having to uninstall anything and doesn't seem to have broken any of the Intel stuff components, which I expect will still work as long as there is a suitable msvcr90.dll on the system.
I got it Visual Editor working OK by renaming instances of msvcr90.dll to msvcr90.dll.bad in the following locations:
c:\Program Files\Intel\iCLS Client
c:\Program Files (x86)\Intel\iCLS Client
c:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64
c:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86
The clash seems to happen because all of these are listed in my PATH environment variable.
After these renames, process explorer->find DLL for msvcr90.dll shows all running processes loading msvcr90.dll from the Windows Side-by-Side repository under c:\Windows\WinSxS
The javaw.exe process is now running an amd64 version of msvcr90.dll.
javaw.exe is also loading msvcr100.dll loaded from c:\Program Files\Java\jdk1.7.0_51\jre\bin
It would be better to fix the missing manifest, but in the meantime this seems to work without having to uninstall anything and doesn't seem to have broken any of the Intel stuff components, which I expect will still work as long as there is a suitable msvcr90.dll on the system.
沒有留言 :
張貼留言