eclipse-indigo

Redeploy application after jsf managed bean modification

﹥>﹥吖頭↗ 提交于 2019-12-13 01:23:09
问题 Why is an application redeployment is needed for jsf managed bean modifications to take effect? Development environment: Eclipse Indigo. JBoss as 7. JBossAS Tools. Further explanation: If I modify a jsf page, I can visualize the modification after simply refreshing the page. But this is not the case for jsf managed bean modifications where I have to redeploy the application to visualize them. 回答1: Eclipse/JBoss cannot handle new classes, methods, nor fields during hotpublish/hotdeploy. They

How to make Eclipse Open Resource in the Current Editor Window?

梦想与她 提交于 2019-12-12 13:04:39
问题 I like having multiple editor windows in eclipse, and use Open Resource (Ctrl-Shift-R) a lot. Unfortunately, I always expect (and want ) the resource to be opened in the current editor window (the one with focus). However, if I currently have that resource open (as a tab) in another editor, that tab will fill that editor, rather than opening in the current editor. This is incredibly frustrating behaviour as the file in the editor being replaced is often the very file that I want to reference

Eclipse Indigo marketplace

孤者浪人 提交于 2019-12-12 11:14:09
问题 I have installed Eclipse Indigo on Ubuntu 11.10, and the marketplace is not showing up under "Help" so I have added http://download.eclipse.org/releases/indigo/ to the software repositorys in "Install new software". When I try to update Eclipse with "Help" -> "Check for updates" it shows a few things that should update, but I cannot install the updates because this error: Cannot complete the install because of a conflicting dependency. Software being installed: Eclipse Java Development Tools

Eclipse startup error : JRE/JDK must be available

好久不见. 提交于 2019-12-12 00:08:28
问题 Downloaded latest eclipse for Java EE Opened... error .. opening...JRE/JDK must be available for running eclipse.. Unlike normal my java is installed in G:/ Do I have to make any changes to ecplise.ini in -vm tag ? Like adding java jdk bin path ? Did not work somehow ! Any idea ? 回答1: Eclipse looks at PATH variable for choosing which JRE to use, if that is configured eclipse will work correctly, if you don't have or want to point eclipse to a specific Java Installation then you can provide

eclipse debug remote web application

霸气de小男生 提交于 2019-12-11 17:55:29
问题 I have a struts2 web application developed in eclipse IDE and exported it as war file and deployed it in tomcat7 installed in windows server. Now I need to debug this deployed web application in eclipse inside my local system . How to bring those codes inside? I found some links but I stuck with how to bring those code into eclipse in my local system to place break points. these are those few links... link 1 link 2 link 3 link 4 回答1: Solution for windows: First you have to modyfy your tomcat

Configuring Hibernate in Eclipse Indigo

亡梦爱人 提交于 2019-12-11 17:54:48
问题 I am working on a web based project. When I startup my tomcat server it redirects to an Login HTML page. On click of a login link a JSP Page is called. All the validation is done in the JSP page. Here Hibernate is used to interact with the database. Problem: On click of the login link, a ClassNotFoundException for the class MetadataProvider and ReflectionManager is thrown. Both the classes belong to the hibernate-annotations-common jar. I have tried installing hibernate by updating my eclipse

Eclipse crashes when closing a project

青春壹個敷衍的年華 提交于 2019-12-11 15:06:16
问题 I am using eclipse indigo in ubuntu 11.10 My java is java version "1.6.0_06" Java(TM) SE Runtime Environment (build 1.6.0_06-b02) Java HotSpot(TM) 64-Bit Server VM (build 10.0-b22, mixed mode) I have two project open in my eclipse and it crashes when i try to close any of these projects. Whenever a crash happens i have a hs_err_pidXXXX[X].log file in my home folder which is around 100k. How should i debug and fix this problem? I couldn't find any duplicate threads for this. I have copied my

Eclipse debugger crashes when debugging a project

旧时模样 提交于 2019-12-11 12:17:44
问题 I am working on a java application in eclipse Indigo. I was working and debugging the project with no problems but at one attempt, the jvm gave an error and the run window crashed. After that now when I run the debugger on that specific project, the main program loads after 10-15 seconds and when it does, it hangs and closes down the program upon any action. The program runs fine in "Run Mode". I check debugger for one other project in the workspace and it works fine for that, but is only

Local update site with remote features

孤者浪人 提交于 2019-12-11 02:58:23
问题 I would like to create a lightweight eclipse update site that would only reference to feature or plugins in remote update sites, in order to have a single entry point for my team to install and update all the common plugins that we use for some projects. But I don't find a way to reference these external features/plugins. I've create some archive mapping to the external update sites, but it keeps downloading all the artifacts when building the update site. Is there a way to prevent that so