Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse RT (runtime) » Classloader not find the classes in a JAR into a plugin project at runtime
icon8.gif  Classloader not find the classes in a JAR into a plugin project at runtime [message #903878] Mon, 27 August 2012 03:38
Francisco Demontiê dos Santos Junior is currently offline Francisco Demontiê dos Santos JuniorFriend
Messages: 1
Registered: August 2012
Junior Member
I want to create a plugin for a parser generator framework.

My framework was exported into a JAR and I need to access it from the plugin project. I already configured my build.properties file this way:

source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
lib/,\
.
jars.extra.classpath = lib/My_JAR_name.jar


But, at runtime, I have a ClassDefNotFound exception. What am I missing?
Previous Topic:Installing Plugins from Cloud p2 repository in Eclipse IDE
Next Topic:Can I use ISchedulingRule as a explicit lock?
Goto Forum:
  


Current Time: Thu Apr 18 09:51:41 GMT 2024

Powered by FUDForum. Page generated in 0.01845 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top