eclipse-luna

Unable to execute initial Android Wear Hello World App in eclipse

风格不统一 提交于 2019-12-07 04:03:58
问题 After intial Eclipse Luna setup when I try to run the intial Hello World app in the Android Wear emulator, its getting stopped showing "You cannot combine swipe dismissal and the action bar" error in logcat.Please help me to solve this issue. 回答1: I had the same problem yesterday. I solved it by running the application in full screen mode, I do not think this is the best solution, but it worked, although this does not have the action bar. In you onCreate method add this before the

Eclipse Luna “cannot determine URI for /project/src/com/…/classFile.java” (windows 8)

落花浮王杯 提交于 2019-12-06 19:56:28
问题 Just installed Eclipse LUNA, and converted my old JUNO workspace. It worked on one of my computers fine (win7), but using the same project on my other computer (win8, synced via dropbox) created this issue for all opened files, and nothing shows up in my package explorer. Always worked fine with JUNO. 回答1: Inside package explorer, right click -> import -> General -> Existing Projects into Workspace -> next -> find your project in "Select root directory" -> Finish. If only some projects or

Why do Eclipse Luna Maven projects give errors for maven-compiler-plugin?

拟墨画扇 提交于 2019-12-06 09:43:26
When I create a new Maven project in Eclipse Luna it gives this error as soon as the project is created: Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (execution: default-compile, phase: compile) pom.xml /intercept line 1 Maven Project Build Lifecycle Mapping Problem There is nothing in the project except for the pom.xml, and I can't add a Java class because it thinks it is not a Java project. If I run mvn clean install from the command line it builds successfully. This looks like it is the Eclipse - Maven integration that

Cannot install Cobertura plugin for Eclipse

笑着哭i 提交于 2019-12-05 11:58:10
问题 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 回答1: I was able

Unable to execute initial Android Wear Hello World App in eclipse

做~自己de王妃 提交于 2019-12-05 10:50:52
After intial Eclipse Luna setup when I try to run the intial Hello World app in the Android Wear emulator, its getting stopped showing "You cannot combine swipe dismissal and the action bar" error in logcat.Please help me to solve this issue. I had the same problem yesterday. I solved it by running the application in full screen mode, I do not think this is the best solution, but it worked, although this does not have the action bar. In you onCreate method add this before the setContentView. requestWindowFeature(Window.FEATURE_NO_TITLE); getWindow().setFlags(WindowManager.LayoutParams.FLAG

Eclipse Luna Hanging when Loading Debug Configuration

倖福魔咒の 提交于 2019-12-05 10:36:27
Having a problem with Eclipse (Luna) IDE, while running the program I encountered a never ending loop so had to terminate the program. After which every-time I try to re-run the program it just hangs when loading the Debug Configuration. I am trying to create a Eclipse Plug-in to retrieve a file name and add comments to it. I don't believe there's an error with the program as it was working fine before. I have tested a simple helloWorld program in another workspace to see if there were any problems but that program works fine. From what I have read it could be something to do with the metadata

Eclipse Luna “cannot determine URI for /project/src/com/…/classFile.java” (windows 8)

夙愿已清 提交于 2019-12-05 02:54:24
Just installed Eclipse LUNA, and converted my old JUNO workspace. It worked on one of my computers fine (win7), but using the same project on my other computer (win8, synced via dropbox) created this issue for all opened files, and nothing shows up in my package explorer. Always worked fine with JUNO. Inside package explorer, right click -> import -> General -> Existing Projects into Workspace -> next -> find your project in "Select root directory" -> Finish. If only some projects or files are missing or the above doesn't work then a similar method using General/File System can be used where

Market Place not working in Eclipse Luna

淺唱寂寞╮ 提交于 2019-12-05 01:17:24
I have installed Eclipse Luna(4.4) on my system using the binary file and it is having the MPC plugin which is downloaded from the site : http://download.eclipse.org/mpc/luna/ Still i am unable to find the Market Place in the Help tab, but in the About Eclipse >> Installation Details >> Installed Software' , 'Marketplace Client' is visible. Please help me how to Launch it. Edit- Attaching the screenshot from Eclipse which shows the MarketPlace is installed, still it is not showing in Help Menu Go to Help/Install new software from the menu, select the Juno update site ( http://download.eclipse

Lombok and STS issue - Method undefined

旧街凉风 提交于 2019-12-04 19:13:03
问题 I have STS versioned 3.6.3.SR1 that's based on Eclipse Luna 4.4.1. I have did the following steps: 1) Donwload and run the lombak runnable jar and gave the path of my STS. 2) I verified the entries of vmargs, but was missing Xbootclasspath and added it to have like, -vmargs -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m -Dorg.eclipse.swt.browser.IEVersion=10001 -Xms512m -Xmx1024m -javaagent:C:\tools\Lombok\lombok.jar -Xbootclasspath/a:C:\tools\Lombok\lombok.jar 3) I have exit and opened

Eclipse luna theme issue

蓝咒 提交于 2019-12-04 11:38:34
My Eclipse seems to have a problem with the themes. I use the standard dark theme that comes with it and I also use a color style to change the background/text color. I have the Luna version. Even though it does accept the changes if I hit "Apply" and "OK" when I restart Eclipse it seems to ignore the changed color style. The same happens if I change the specific "Java Editor" settings...gone. I do NOT change workspaces or something like this... Any ideas are welcome, I can't stand the color pollution of the default theme. :( Try this (for me the problem was a collusion with c++ development