Today I just updated the Android SDK on Windows 7 with the Android SDK Manager and started getting error during build in Eclipse which says "Error executin
WebDriverWait is not recognized even though it is imported in the eclipse IDE. Does anyone know the possible reason and fix for this?
I have a project with Hibernate.I tried to read the configuration file hibernate.cfg and got this error: Error creando una factoria de session.org.hibernate.M
Hello I downloaded the Android ADT (Eclipse) I have found this theme: https://github.com/rogerdudler/eclipse-ui-themes The instructions provided are as follow
I'm new to implementing web services and I'm doing it with jax-rs API using eclipse IDE for java-ee developers 2022. I have written a simple web service that re
I downloaded the windows service installer of version 9.0.37.But at the time of connecting tomcat with eclipse IDE which is of version 2020-06 it is showing er
I added a Student.jar into my Build Path in my eclipse like this- Right click on the project->BuildPath->Configure Build Path->Libraries->Add
I was following this tutorial. And I followed the steps. But I am getting this error: org.eclipse.core.runtime.CoreException: Module named '_auto_generated_e
From inside eclipse when i am doing Maven -> Update Project i am getting following issue Unable to update Maven configuration Could not calculate build
From inside eclipse when i am doing Maven -> Update Project i am getting following issue Unable to update Maven configuration Could not calculate build
When I have the Maven toolchain plugin in my pom.xml: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-to
I have a foreach loop in Java (simplified version here) List<String> names = getNames(); for(String name:names) { doSomething(name); } Is there an
This is a typical java maven project. The run time instance and source code are exactly the same version. I run into the same error "unable to compile condition
I've tried to update Selenium webdriver version and now i cant run my tests because of following exception: Error: Could not find or load main class org.t
My project worked after right-clicking on the pom.xml file in Eclipse and selecting: "Run as --> Maven install" and then "Run as --> Maven test". I start
I am using the native "Dark" theme in Eclipse Luna and then using the Eclipse Color Theme plugin to pick some different editor themes. The issue is that every t
I'm trying to create an IBM WebSphere V.8.5 web app using Eclipse. I downloaded and installed all the IBM packages needed and followed the official guide to cr
I see the following info in Eclipse package explorer: Is it possible to change this location?
Im trying to reverese engineer Mysql db into pojo java with annotation. this is my configuration : both "Use Java 5 syntax" and "Generate EJB3 annotations" are
If I do a refactor rename on something, it tries to do it for a moment but then just reverts it right back to what it was named before. No errors or any indica