Skip to main content



      Home
Home » Newcomers » Newcomers » Classloading in plug-in development
Classloading in plug-in development [message #68673] Tue, 24 May 2005 08:38
Eclipse UserFriend
Originally posted by: bjorgvin.thordarson.teamware.com

This is a multi-part message in MIME format.
--------------010400080201090705040302
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi,

I'm developing a plug-in using eclipse 3.1 M6. My problem is that when running
under Linux I'm getting a class not found exception for all classes in a specific
jar in my plug-in. I have a META-INF/MANIFEST.MF attached.

I'm wondering if there is a different classloading mechanism on Linux?

thanks / bjorgvin

--------------010400080201090705040302
Content-Type: text/plain;
name="MANIFEST.MF"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="MANIFEST.MF"

Manifest-Version: 1.0
Bundle-Name: CEX
Bundle-SymbolicName: com.teamware.ide.plugins.eclipse.cex; singleton=true
Bundle-Version: 1.0.0
Bundle-ClassPath: cex_eclipse.jar,commons-el.jar,commons-httpclient-2.0-final. jar,jdom.jar,jsp-api.jar,xml-apis.jar,xercesImpl.jar,log4j.j ar,nekohtml.jar,commons-logging.jar,tml.jar,xalan.jar,cex.ja r,ide.jar,ide_jrex.jar,remotedebug.jar
Bundle-Activator: com.teamware.ide.plugins.eclipse.cex.CexPlugin
Bundle-Vendor: TEAMWARE
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.help,
org.eclipse.jface.text,
org.eclipse.core.resources,
org.eclipse.ui.editors,
org.eclipse.ui.ide,
org.eclipse.ui.workbench.texteditor,
org.eclipse.ui.views,
com.teamware.ide.plugins.eclipse.jrex
Eclipse-AutoStart: true

--------------010400080201090705040302--
Previous Topic:How 2 develop a plugin that runs a java application
Next Topic:Behavior of Java outline view
Goto Forum:
  


Current Time: Thu Mar 13 15:28:01 EDT 2025

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

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

Back to the top