eclipse-luna

Eclipse perspective problems || org.eclipse.ui.* || org.eclipse.ui.IWorkbenchWindow

房东的猫 提交于 2019-12-11 14:56:15
问题 I created my own view and I've problems viewing it. on every start I've to switch to another perspective and switch back (so it doesn't load itself? ) I've many errors in the view "error log" from Eclipse and I don't know what to do The icons in the status bar are also a bit strange (see screenshot) Files (Eclipse Log and Screenshot) log has to many characters UPDATE 1 after selecting in appearance classic the problem with the icons is gone :D 来源: https://stackoverflow.com/questions/27398120

run cmake when adding file in eclipse

ぐ巨炮叔叔 提交于 2019-12-11 04:34:38
问题 I have a cmake build script which collects all the files in my eclipse project source directory. The problem is, that if I add a file, I should rerun cmake to collect this file and add it to the build scripts. Is there a possibility to trigger this automatically from eclipse when adding a file? 来源: https://stackoverflow.com/questions/26972630/run-cmake-when-adding-file-in-eclipse

Import laravel 4.2 project into eclipse

此生再无相见时 提交于 2019-12-11 03:58:44
问题 I have installed laravel 4.2 via composer and created in the htdocs folder of my xampp installation a new project. When I enter localhost everything runs perfectly fine. Now I would like to import this project into eclipse luna . I have alredy installed the pdt plugin under eclipse. However, how to import the laravel project, for further development? I appreciate your replies! 回答1: Here are the steps: Go to File > Import Existing folder as New Project Find the folder and click Finish 来源:

How to force Eclipse JUnit run configuration to use project “default classpath” instead of Maven?

旧城冷巷雨未停 提交于 2019-12-11 03:57:11
问题 I am running Eclipse Luna on OS X 10.10.2. I have a project, which has somewhat recently had a Maven nature introduced. How can I configure a particular JUnit run configuration Classpath so that it uses the enclosing project's "default classpath" instead of Maven Dependencies? Every time I try to define or update (via "Restore Default Entries") the JUnit run classpath configuration, an empty project entry is added, then an empty Maven Dependencies entry, as illustrated by this screenshot.

How do I configure mylyn jenkins?

大憨熊 提交于 2019-12-11 03:56:48
问题 I want to integrate Jenkins in with Eclipse. I found a mylyn hudson/jenkins connector and have installed that in Eclipse Luna. I restarted Eclipse and then attempted to add my jenkins server as a mylyn repository. But it doesn't show the jenkins connector when I click "Add Repository". Is there a tutorial out there on how I can set this up? Thanks! 回答1: You are in the wrong view. Open "Builds" view to connect to Hudson or Jenkins. 来源: https://stackoverflow.com/questions/25769203/how-do-i

Missing parts of Help Menu - Eclipse Luna

末鹿安然 提交于 2019-12-11 03:00:53
问题 I'm working in Eclipse Luna, after install Oracle Enterprise Pack for Eclipse (OEPE) Help Menu shows with missing items. I'm attaching a screenshot Missing items: Also, I checked the Menu Visibility: Check for updates Install New Software.. Installation Details and So on.. Any ideas? 回答1: Look in 'Window > Customize Perspective'. Select the 'Menu Visibility' tab and open the 'Help' section. You should be able to enable the missing menu items there. 回答2: I faced the same issue after updating

An error appears under my project name but no error exists?

放肆的年华 提交于 2019-12-11 02:54:23
问题 What basically happens is an error (little red cross) appears under my project name as if there was an error somewhere. When I look into my project, no errors, and when I run my code, no errors, it works perfectly fine. Can someone explain to me how I can fix it? And what it means? I'm using Eclipse Luna. 来源: https://stackoverflow.com/questions/27724969/an-error-appears-under-my-project-name-but-no-error-exists

Tomcat 8 giving JSP compilation error

荒凉一梦 提交于 2019-12-10 20:13:33
问题 I was using tomcat 7 and just upgraded to tomcat 8. But when I run my web application on tomcat server. It gives this error. Stacktrace:] with root cause org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: [42] in the generated java file: [/home/jamil/LunaWorkspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/work/Catalina/localhost/svc/org/apache/jsp/index_jsp.java] The method getDispatcherType() is undefined for the type HttpServletRequest

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

家住魔仙堡 提交于 2019-12-07 20:29:54
问题 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

Eclipse Luna Hanging when Loading Debug Configuration

≡放荡痞女 提交于 2019-12-07 05:15:06
问题 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