eclipse-kepler

Eclipse kepler can't install updates

寵の児 提交于 2019-12-04 16:05:20
问题 After downloading updates it shows a error that can't install updates . An error occurred while uninstalling session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Uninstall, operand=[R]org.eclipse.rcp.configuration_root.win32.win32.x86_64 1.0.0.v20130521-1847 --> null, action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.CleanupzipAction). Backup of file D:\eclipse\eclipse.exe failed. Can not remove : D:\eclipse\eclipse.exe I'm running

Eclipse Kepler auto exit on loading workbench with error

☆樱花仙子☆ 提交于 2019-12-04 09:08:30
问题 When i start eclipse, on splash loading window, eclise auto exit with error: !SESSION 2013-09-05 14:52:04.771 ----------------------------------------------- eclipse.buildId=4.3.0.I20130605-2000 java.version=1.7.0_25 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.jee.product Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product !ENTRY org.eclipse.ui

Adding glassfish Server in Eclipse Kepler error

怎甘沉沦 提交于 2019-12-04 04:46:46
问题 I am trying to add Glassfish-4 server to Eclipse in order to be able to run applications on this server, but at the final step in "new Server" wizard, finished or next buttons are disabled and a message says: to enable Install Server, enter a path to a new directory.. The Glassfish server is found on the given path. I can't add images because I don't have reputation, but here are the links: http://tinypic.com/view.php?pic=18yck1&s=5#.Umeq3vmnosY http://tinypic.com/view.php?pic=13yezcm&s=5#

Eclipse Kepler crashes when creating new Android Application Project

↘锁芯ラ 提交于 2019-12-04 03:28:07
问题 As the title reads, it crashes every time I make a new android app project. It seems to run fine when I make a new Java project, however. The error code i get is: Java was started but returned with exit code: -805306369. That's all I could post, i can't seem to copy the error message (it's a pop-up, doesn't appear on console) Just as it's about to load the project, eclipse goes Not Responding for a long time, so I'm forced to close it and I get that error message. Any help would be

Cannot install Cobertura plugin for Eclipse

非 Y 不嫁゛ 提交于 2019-12-03 22:13:33
I am getting following error message when I tried to install cobertura plugin in eclipse kepler (java/j2ee version) through eclipse market place. Cannot complete the install because one or more required items could not be found. Software being installed: eCobertura 0.9.8.201007202152 (ecobertura.feature.group 0.9.8.201007202152) Missing requirement: eCobertura 0.9.8.201007202152 (ecobertura.feature.group 0.9.8.201007202152) requires 'org.junit4 0.0.0' but it could not be found I was able to get eCobertura to install by copying over the junit plugin subdirectories from a previous version of

Cannot search for artifact in Eclipse Kepler using m2e plugin

Deadly 提交于 2019-12-03 10:50:08
问题 I tried the new Eclipse Kepler that already comes with a maven plugin. But when I want to add a dependency (open the pom.xml, go to dependencies tab and click add) I can input some string like "jetty" in the search box but nothing happens. In older versions I got a list of all dependencies containing "jetty". I don't know if this is important but I directly get an info when opening the "add dependency screen": "Artifact Id cannot be empty". I do not use a proxy or have any network issues. I

Eclipse gives warning on access restriction for jfxrt.jar classes

扶醉桌前 提交于 2019-12-03 08:38:05
问题 I'm using eclipse kepler with java SE 1.8 jdk system library but when I use any javafx classes or methods eclipse gives a warning like Access restriction: The type 'TableColumn<?,?>' is not API (restriction on required library 'C:\Program Files\Java\jdk1.8.0_05\jre\lib\ext\jfxrt.jar') . I have tried adding an access rule to the system library to allow access for all jars in the library using the wildcard * but the warning is still there. Am also using maven for building project. The code

Eclipse menus disabled on OS X 10.9 Beta 6

馋奶兔 提交于 2019-12-03 06:55:29
today I opened my eclipse as usual but I wasn't able to do anything. All menus except the preferences are grayed out, disabled. I'm on a Mac Mavericks Beta 6 & Eclipse Kepler Do u have any hints for me? Restart of Eclipse or the complete mac didn't solve the problem Did you by any chance install the Mavericks beta 6? This is a known issue, Apple messed up Java. The work around is to install the full JDK http://support.apple.com/kb/DL1572 . Solved the problem for me. Change eclipse startup jvm (Oracle jdk ) will fix this problem, i use oracle jdk 1.7.0_25 and all menu are ok now. Add this line

Eclipse gives warning on access restriction for jfxrt.jar classes

偶尔善良 提交于 2019-12-02 22:23:18
I'm using eclipse kepler with java SE 1.8 jdk system library but when I use any javafx classes or methods eclipse gives a warning like Access restriction: The type 'TableColumn<?,?>' is not API (restriction on required library 'C:\Program Files\Java\jdk1.8.0_05\jre\lib\ext\jfxrt.jar') . I have tried adding an access rule to the system library to allow access for all jars in the library using the wildcard * but the warning is still there. Am also using maven for building project. The code works but the warning is nagging and is affecting readability as I code. Any help is appreciated. Edit: I

How do i uninstall m2e in eclipse kepler

天涯浪子 提交于 2019-12-02 07:41:59
I just download eclipse kelper and found out the m2e and m2e-wtp plugins had been installed,and the new m2e plugins has no "package" of the lifecycle,how do i uninstall it? ================================================= http://m2eclipse.sonatype.org/sites/m2e this is the update site i used in eclipse juno(now it seems 404 error). Click Help-> About Eclipse -> Installation Details -> Installed Software Find out your software Click uninstall Download fresh copy of Eclipse Kepler. If you want m2e, use this link http://eclipse.org/m2e/download/ many other m2e plugins are old and stopped