JBoss Eclipse IDE
2019獨角獸企業重金招聘Python工程師標準>>>
JBoss Eclipse IDE Tools 1.4.1 Stable,在Eclipse V3.1的里程碑版本6(M6)極其之前版本可以運行,但在Eclipse3.1正式版本(Version: 3.1.0? Build id: I20050627-1435)中會出現下列錯誤:
org.eclipse.jdt.internal.ui.wizards.NewWizardMessages.getString(Ljava/lang/String;)Ljava/lang/String;
要修正這個錯誤,Eclipse3.1的用戶需要JBossIDE1.5版本,通過改用這個版本,問題自然就解決了.該問題詳細說明可見 http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossIDEInstallationFAQ?,摘其說明如下:
Q : How do I install JBoss-IDE ?
A : You have two options to install JBoss-IDE :
Download the latest zip bundle and unzip it into your Eclipse installation.
Use the Eclipse install/update manager. The update sites for JBoss-IDE are:
JBossIDE Stable Update Site (1.3 and 1.4 series): http://download.jboss.org/jbosside/updates/stable
JBossIDE Development (unstable) Update Site (1.5 Milestone Series): http://download.jboss.org/jbosside/updates/development
Users of Eclipse 3.1 Need to use version 1.5 of the JBossIDE (see the bug report for details.)
You can find the complete step-by-step installation procedure in the downloadable PDF, JBoss-IDE Installation Guide. Or look at step-by-step instructions (and more) in this article .
Note:
If you are using Java 1.4.2_05 or later to launch JBoss from the IDE, you must set a VM argument in your JBoss-IDE launch configuration(s) or you will get an exception when you launch. Please see the JBoss-IDE General FAQ for instructions in the Launching Topics section.
---------------------------------------------------------------------------------------------------------------------------
在使用JBoss組織提供的教程(JBossIDE-Tutorial-1.4.1)中,提供的例子可以很好的運行在JBoss AS4.01sp1之前的任何版本,但在4.02版本中運行出現了問題,經過對比,發現問題出在Web模塊這個地方:
對于401以內的,Web模塊的配置中,Set the prefix to WEB-INF/classes,這個操作是沒有問題的:
對于402,則會出現JNDI 錯:Lookup of java:/comp/env/ failed.糾正這個錯誤需要Set the prefix to blank!,如圖:
這兩種不同配置導致如下的web檔案的結構,左面的是402的.
該問題參考:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=59192
http://www.jboss.com/?module=bb&op=viewtopic&t=56897
-------------------------------------------------------------------------------------------------------------------
原文鏈接: http://blog.csdn.net/keepeye/article/details/453213
轉載于:https://my.oschina.net/changpinghu/blog/72463
《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀總結
以上是生活随笔為你收集整理的JBoss Eclipse IDE的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Asp.net Web API实战
- 下一篇: 《Python核心编程》第二版第八章练习