score:1
Accepted answer
the second message in the stack is
caused by: java.lang.noclassdeffounderror: org/apache/commons/lang/stringutils
which means you're missing commons-lang-*.jar
(where *
is a version number). i just checked my eclipse installation and there is no official jar in my plugins folder. i've found it inside of a couple of plugins (in the lib/
folder) where it's hidden from other plugins.
try this:
- go to http://download.eclipse.org/tools/orbit/downloads/ and find the latest build ("drop")
- on the info page for the latest build, search for
commons.lang
- in my case, the last version of
org.apache.commons.lang
is 2.6.0. note:org.apache.commons.lang3
isn't compatible!! - download the jar
- put it into the folder
dropins/
- restart eclipse
if that doesn't work, reinstall the jbehave plugin.
related:
Source: stackoverflow.com
Related Query
- Eclipse Jbehave eclipse error
- "Debug certificate expired" error in Eclipse Android plugins
- Some projects cannot be imported because they already exist in the workspace error in Eclipse
- Eclipse returns error message "Java was started but returned exit code = 1"
- Eclipse error "ADB server didn't ACK, failed to start daemon"
- Multiple contexts with the same path error running web service in Eclipse using Tomcat
- Admob Error in Eclipse for android:configChanges
- Eclipse : An error occurred while filtering resources
- "Unresolved inclusion" error with Eclipse CDT for C standard library headers
- Error loading the SDK when Eclipse starts
- Error "A JNI error has occurred. Please check your installation and try again in Eclipse x86 Windows 8.1"
- No repository found error in Installing ADT in eclipse Indigo
- Eclipse won't start, log error says: ObjectNotFoundException: Tree element
- Eclipse Memory Analyser,but always shows An internal error occurred?
- Eclipse internal error "Polling news feeds"
- Eclipse error ... cannot be resolved to a type
- import sun.misc.BASE64Encoder results in error compiled in Eclipse
- 'cannot open git-upload-pack' error in Eclipse when cloning or pushing git repository
- How to fix Eclipse validation error "No grammar constraints detected for the document"?
- Eclipse error constantly pops up while editing Javascript
- "Unable to acquire application service" error while launching Eclipse
- Eclipse internal error while initializing Java tooling
- Eclipse won't start but no error is shown
- Eclipse startup hang, "Android SDK: resolving error markers"
- Eclipse could not delete error
- How do I stop the error log view showing in eclipse
- "string could not resolved" error in Eclipse for C++ (Eclipse can't resolve standard library)
- Error in Preview of Custom Eclipse refactoring
- An error has occured. Please see log file - eclipse juno
- "Source folder is not a Java project" error in eclipse
More Query from same tag
- Eclipse does not launch (Ubuntu) : JVM terminated. Exit code=2
- FitNesse - Wiki editing - Syntax Error with underline
- Same code on same JDK compiles on Eclipse but causes inconvertible types on Netbeans, IDEA or command line
- Import of a Java-9-Jigsaw-Maven-Project in Eclipse Oxygen 4.7 does not work
- Automatically publishing maven project from eclipse
- Launching a JavaFx app from within an eclipse plugin
- Eclipse Nsight CDT plugin pressing F3 to Open Declaration goes to the wrong line
- Is it possible to add a JRE to Installed JREs in Eclipse using relative path and Eclipse variables?
- How would i retrieve the cropped image using get image by using toolkit?
- Path to the GWT Installation Directory
- How to get FFTW to work in Eclipse CDT on windows XP
- Mopub android integration - MoPubView cannot be resolved to a type
- How would I total two sets of numbers entered by a user?
- Eclipse 4.2 Desktop MVC JavaFX 2.0
- Android Bundle ADT update issue
- Viewing live heap in Eclipse
- Changing position of Custom Info Window of GoogleMap Marker android
- Not receiving Location Updates in Android
- Eclipse java debug can't edit code while running
- multiple form fields with the same path inserting to db in spring
- Black Screen Error
- MagicDraw Integration broken in Eclipse
- eclim .classpath commands not recognized
- Hashmap not being stored into a file?
- Version control integration with eclipse
- Unable to instantiate receiver GCMBroadcastReceiver
- Eclipse: script compiler as part of a project
- System.out.println() does not print to the console in Eclipse
- TERADATA : Eclipse Plugin Not Connecting With LDAP Mechanism
- Running a Java project remotely