eclipse-indigo

Eclipse 3.7 (Indigo) + Tomcat7 — Cannot create a server using the selected type

拜拜、爱过 提交于 2019-11-27 17:40:04
Setup: Eclipse 3.7 + the WEB tools from the indigo update site Tomcat7 Ubuntu Problem: When I try to add a new Tomcat 7 server in the server perspective in Eclipse I get the following error: "Cannot create a server using the selected type" How do I solve this? aleroot This is a known issue.To resolve this error, try one or all of the following: Go to Window–>Preferences–>Server–>Runtime Environments and fix the broken path/link for the server. Rename the org.eclipse.jst.server.tomcat.core.prefs to org.eclipse.jst.server.tomcat.core.prefs.bak (or you can delete this file). This file can be

Share / Export eclipse working sets

放肆的年华 提交于 2019-11-27 13:29:36
问题 I have created a couple of java working sets for a project in my workspace and want to share them with other people (using different workspaces). Is there a way to export them? 回答1: download the AnyEdit addon: Description | Download page and then use the following work through: Via the menu bar: File > “Export…” Select “General” / “Working Sets” Click “Next >” Select the working set(s) you want to export and where you want to export the file. Click “Finish” to perform the export. 回答2: You can

Difference between Deployment Assembly and J2EE Module Dependencies in Eclipse

|▌冷眼眸甩不掉的悲伤 提交于 2019-11-27 13:14:57
问题 When using a Eclipse 3.7 Indigo for Java EE Developers, there is something called Deployment Assembly . I could find on google and understood that it is similar to the J2EE Module dependencies where in we could select the jar and which goes and sits in the EAR folder or in WEB-INF/lib in case of WAR. Now the doubt I have is, I have a JavaProject Dependencies . I have added all the dependent Jars via classpath variable. Now the Dependencies Project is added as dependency to my Web Project

Plugins won't install on Eclipse

瘦欲@ 提交于 2019-11-27 04:22:31
问题 I am trying to install subversive and checkstyle onto Eclipse IDE for Java Developers however the following message appears: "Cannot complete the install because one or more required items could not be found. Software currently installed: Shared profile 1.0.0.1316138460759 (SharedProfile_epp.package.java 1.0.0.1316138460759) Missing requirement: Shared profile 1.0.0.1316138460759 (SharedProfile_epp.package.java 1.0.0.1316138460759) requires 'org.maven.ide.eclipse [1.0.100.20110804-1717]' but

Maven/Tomcat Projects In Eclipse Indigo/3.7

巧了我就是萌 提交于 2019-11-27 03:28:05
I'm trying out the next version of Eclipse using the latest milestone build and I'm having an issue getting my Maven project deployed to Tomcat. Previously in Eclipse 3.6, my project was automatically enabled as a web project when checked out from SVN. I've checked out my project in 3.7 but get nothing indicating it's runnable as a web project (e.g. trying to run the project doesn't give me the usual "Run on Server" option). What I've installed is Indigo RC4 "Eclipse IDE for Java EE Developers" version. I then added the latest M2E milestone from here . This enabled me to get up and running,

Eclipse executable launcher error: Unable to locate companion shared library

房东的猫 提交于 2019-11-27 03:04:55
I had Eclipse Indigo installed on my computer with the Android plugin and it was working perfectly for about two weeks. Today, I updated java and quicktime then restarted my computer. When it booted back up, eclipse had completely vanished - all the program files have completely disappeared. When I try to reinstall it, I get an error message that says The Eclipse executable launcher was unable to locate its companion shared library. What happened and how can I fix it? That sounds pretty bad and weird. But reinstalling isn't that hard - download, unzip, change the default memory allocation, run

What the difference between Eclipse 3.7, 3.8 and 4.2?

会有一股神秘感。 提交于 2019-11-27 00:54:00
问题 Eclipse Indigo is 3.7, and Eclipse Juno is 4.2, but 3.8M1 has just been released. What's 3.8 and how is this different from 3.7? I'm eagerly awaiting Java 7 support and am confused whether I should use 3.8M1 or wait for 3.7.1 回答1: ...the feature and API set for the next feature release of the Eclipse SDK after 3.7, designated release 4.2 and code-named Juno. This release is occurring simultaneously with the 3.8 platform release. The 4.2 release is a mature platform release containing

An error occurred while collecting items to be installed (Access is denied)

≯℡__Kan透↙ 提交于 2019-11-27 00:33:43
问题 I'm getting the error given below when I try to install the upgrade from Eclipse and it goes like half way and then throw the error. An error occurred while collecting items to be installed session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). Unable to write to repository: file:/C:/Program%20Files/eclipse/. C:\Program Files\eclipse\plugins\org.jboss.netty_3.2.4.Final-201112281337.jar (Access is denied) Kindly provide

Classic error: Unable to update index for central|http://repo1.maven.org/maven2

ぐ巨炮叔叔 提交于 2019-11-26 19:43:34
问题 I am facing a situation where my eclipse indigo is "Unable to update index for central|http://repo1.maven.org/maven2" . I am using an external Maven 3.0.3 installation and m2eclipse configured with Eclipse Indigo and I am definitely not behind any proxy. Also my networking configuration in eclipse is all set to direct and I am still unable to update the indices. What may I have overlooked? I have searched on Google and other forums but am unable to resolve it. 回答1: From Wojtek's link. Close

Eclipse 3.7 (Indigo) + Tomcat7 — Cannot create a server using the selected type

房东的猫 提交于 2019-11-26 19:07:15
问题 Setup: Eclipse 3.7 + the WEB tools from the indigo update site Tomcat7 Ubuntu Problem: When I try to add a new Tomcat 7 server in the server perspective in Eclipse I get the following error: "Cannot create a server using the selected type" How do I solve this? 回答1: This is a known issue.To resolve this error, try one or all of the following: Go to Window–>Preferences–>Server–>Runtime Environments and fix the broken path/link for the server. Rename the org.eclipse.jst.server.tomcat.core.prefs