eclipse-mars

Unable to install LLVM toolchain for Eclipse CDT

前提是你 提交于 2019-12-17 18:21:43
问题 Im trying to get Clang working again on Eclipse and therefore I've tried to install the LLVM toolchain over the Eclipse Marketplace. But when I click Confirm to procceed with the installation I get the following error Unable to read repository at http://petrituononen.com/llvm4eclipsecdt/update. http://petrituononen.com/llvm4eclipsecdt/update is not a valid repository location. This site seems to be down but I cant find any alternative sources. Is there any way to get Clang working on Eclipse

Maven cannot build Java 8

本小妞迷上赌 提交于 2019-12-13 08:56:54
问题 Today I tried to use lambda expression in my project. I configured my project to use Java 8 everywhere: Build path, Java Compiler, maven-compiler-plugin, but it shows errors when I do "Run / Maven Install". java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.CacheAwareContextLoaderDelegate.loadContext(CacheAwareContextLoaderDelegate.java:103) at org.springframework.test.context.TestContext.getApplicationContext(TestContext.java:122) at org

How to use Eclipse Mars to connect to Subversion

怎甘沉沦 提交于 2019-12-12 21:42:21
问题 How can I connect to SVN repositories from Eclipse Mars release? 回答1: [Copied from the original "question" to be a proper SO Q&A] Install Subversive SVN Team Provider using Eclipse Marketplace. Under options choose what you need from optional software. After restart, you can use File > Import or the SVN Repositories perspective to import project from svn. You Will get prompted. Install the Latest SVNKit (1.8.10) 回答2: Eclipse Help >>> Install New Software . Provide http://download.eclipse.org

Upgrade from Eclipse Mars to Photon on Ubuntu cause problems

风格不统一 提交于 2019-12-11 02:44:18
问题 Hi I am wondering if anyone found some similar issues upgrading from ubuntu machine. I upgraded from eclipse mars to eclipse photon and when I try to run my Tomcat 8 server I get the following error. Plug-in "org.eclipse.jst.server.tomcat.core" was unable to instantiate class "org.eclipse.jst.server.tomcat.core.internal.TomcatLaunchConfigurationDelegate". org.eclipse.jst.server.tomcat.core.internal.TomcatLaunchConfigurationDelegate.allowAdvancedSourcel I have tried updating all repo's to no

Eclipse Mars Glassfish 4.1 - Key value shall not be null

烂漫一生 提交于 2019-12-10 17:49:41
问题 I will integration Glassfish 4.1 on Eclipse Mars. But I received an error when glassfish started. "Key value shall not be null." I could not find resolition anywhere. But after one day found out resolition. There are a few missing starting parametres on Glassfish and Eclipse. Here is the solution : Adding that line to domain.xml -Duser.language=en and that line to eclipse.ini -Duser.language=en solved the problem. Thanks 回答1: First, try to delete the default domain (domain1) and add a clean

eclipse-mars on linux: black background color in Tooltip's

喜夏-厌秋 提交于 2019-12-10 12:06:17
问题 I know there are several tips for changing the background color of tooltip windows in eclipse under linux (these windows have on some linux distribution per default a black background ...). Some of the things I have tried are: https://askubuntu.com/questions/70599/how-to-change-tooltip-background-color-in-unity https://askubuntu.com/questions/1620/how-to-fix-unreadable-tooltips-in-eclipse-helios https://askubuntu.com/questions/35491/how-to-change-tooltips-background-color-in-xfce I have tried

What's the right way to work with a different C++ compiler in a CDT project?

匆匆过客 提交于 2019-12-07 06:27:17
问题 I use Eclipse CDT Mars.2 (and Neon RC), on Linux. My distribution's default C++ compiler is GCC 5.3.1, but for some of my work I use GCC 4.9.3. I would like everything regarding my project to use GCC 4.9.3: The tool discovery, the C++ standard library, the include file paths, the indexer, the preprocessing - all of it. What's the right way to do this? It seems Eclipse has rather byzantine "providers" and "toolchains" configurations and I do not want to make settings I won't be able to undo

Compile maven projects with JDK 1.6 in Eclipse Mars

半城伤御伤魂 提交于 2019-12-06 10:10:22
I need older version of m2e because I need to use older maven version (I have to compile some projects with JDK 1.6). Here the exception when launch any build (with java 1.6) in Mars: Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.java:615) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader

Eclipse: Maven project builder generating NullPointerException when building workspace

a 夏天 提交于 2019-12-06 02:43:57
问题 I'm using STS, with the following version info Spring Tool Suite Version: 3.7.0.RELEASE Build Id: 201506290652 Platform: Eclipse Mars (4.5.0) I have imported a number of Maven projects. When Eclipse is automatically building my workspace, this dialog will pop up Errors occurred during the build. Errors running builder 'Maven Project Builder' on project 'myproject'. java.lang.NullPointerException When I look in my workspace/.metadata/.log file, I see !ENTRY org.eclipse.core.resources 4 75 2015

Eclipse Mars not showing Jboss Server

会有一股神秘感。 提交于 2019-12-06 01:44:57
问题 Here is the things I tried In Eclipse Mars go to Help-> Install New Software Click on add button and paste the URL of the update site which is in our case: Eclipse Mars tools for Jboss Now select the JBossAS Tools plugin and Click "Next" EDIT :- Even after doing above points i am not able to see the Jboss server in eclipse mars so i tried below Go to eclipse market place - > search for Jboss -> Then from List Red Hat Jboss Developer Studio(Mars) 9.0->Confirm Even now i am not able to see