Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Problems with the relative Path of a external JAR
Problems with the relative Path of a external JAR [message #106777] Tue, 05 August 2003 11:01 Go to next message
Eclipse UserFriend
Originally posted by: m.bauer.signsoft.com

Hi,

I included an external Jar into the plugin.xml via the <runtime> tag.
Because its in another directory I used a path relative to the plugin path.
I printet this path the plugin read from the plugin xml. Its
.../../../foo/bar.jar. So the jar woud bee some directories above in a
directory named foo. If i make this path absolute it prints \foo\bar.jar,
not c:\foo\bar.jar.
Why it does such crazy things? wouldnt a absolute path begin with c:\ ? So
how i have to include the relative path, so that eclipse can use the jar for
my plugin? This post refers to my post above. I only want to include jars in
the plugin-classpath.

Thanks in advance

Michael Bauer
Re: Problems with the relative Path of a external JAR [message #106839 is a reply to message #106777] Tue, 05 August 2003 11:25 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

See:

http://eclipsewiki.swiki.net/52#addJarToClasspath

Rich
Previous Topic:Classloader for the Eclipse IDE
Next Topic:Help: Eclipse 2.1 New Updates
Goto Forum:
  


Current Time: Sat Jul 12 13:04:16 EDT 2025

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

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

Back to the top