Exclude folders from Eclipse search

The quick and dirty way: Right click on a folder, go to properties, and mark a folder as derived. Derived entities are excluded from searching by default. The problem with this approach is that Eclipse “forgets” that the folder is derived if you delete it (either from within Eclipse or externally, followed by refreshing the … Read more

java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory

I found the solution here: http://forums.opensuse.org/applications/391114-tomcat6-eclipse-not-working.html In Eclipse, Open the “Server” tab. Double click on the “Tomcat6” entry to see the configuration. Then click on the “Open launch configuration” link in the “General information” block. In the dialog, select the “Classpath” tab. Click the “Add external jar” button. Select the file “/usr/share/tomcat6/bin/tomcat-juli.jar” Close the dialog. … Read more

Lint: How to ignore ” is not translated in ” errors?

Android Studio: “File” > “Settings” and type “MissingTranslation” into the search box Eclipse: Windows/Linux: In “Window” > “Preferences” > “Android” > “Lint Error Checking” Mac: “Eclipse” > “Preferences” > “Android” > “Lint Error Checking” Find the MissingTranslation line, and set it to Warning as seen below:

Missing Maven dependencies in Eclipse project

Well, I tried everything posted here, unfortunately nothings works in my case. So, trying different combinations I came out with this one that solved my problem. 1) Open the .classpath file at the root of your eclipse’s project. 2) Insert the following entry to the file: <classpathentry kind=”con” path=”org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER”> <attributes> <attribute name=”maven.pomderived” value=”true”/> <attribute name=”org.eclipse.jst.component.nondependency” … Read more

Can anyone download Eclipse now?

Yes, after a planned maintenance outage, the eclipse.org website was unfortunately unreachable up to now (2. August, 2021), but is coming back up right now. Please try again. The load balancing might require some reloading of the website and there might still be some issues until everything will be fully recovered, but downloading using a … Read more