Re: JAR in a JAR?
- From: Jason Cavett <jason.cavett@xxxxxxxxx>
- Date: Fri, 29 Aug 2008 12:24:47 -0700 (PDT)
On Aug 29, 3:13 pm, Arne Vajhøj <a...@xxxxxxxxxx> wrote:
Jason Cavett wrote:
On Aug 29, 2:17 pm, Arne Vajhøj <a...@xxxxxxxxxx> wrote:
Jason Cavett wrote:
On Aug 28, 6:09 pm, Arne Vajhøj <a...@xxxxxxxxxx> wrote:No.
Jason Cavett wrote:Here's what I've figured out since yesterday.
On Aug 28, 11:52 am, RedGrittyBrick <RedGrittyBr...@xxxxxxxxxxxxxxxxx>You do have OtherDevExternalLibrary.jar as an external file
In MyApp's Jar's manifest specify the class-path for the other Jar files.I tried that, but it didn't seem to work.
I actually need to clarify the issue - the real problem seems to be
that I have resources (icons in this case) that I'm trying to access
in OtherDevExternalLibrary, but I'm running MyApp. So, when I go to
look for the icons, they aren't there (even though they are).
Something like this...
MyApp
- resources
- icons (contains specific icons to MyApp)
- OtherDevExternalLibrary
- resources
- icons (contains icons for the external library)*
* I can't seem to see the icons located in this directory.
Do you have any suggestion for this problem?
outside MyApp.jar ??
1. OtherDevExternalLibrary.jar should be packaged in MyApp.jar.
2. I have the MANIFEST file in MyApp referring to
OtherDevExternalLibrary.jar
The only problem is, the MANIFEST file refers to
OtherDevExternalLibrary.jar as...
lib/OtherDevExternalLibrary.jar
The manifest should refer to OtherDevExternalLibrary.jar, but
OtherDevExternalLibrary.jar should be a separate file in same
dir as MyApp.jar !
Really? There's no way to create a self-contained JAR?
Wow. That's...kind of crummy, actually.
Can you create a .dll/.so with another .dll/.so inside it ?
Jar files is intended to be replaceable units.
If you need a single deployment unit, then you need to stuff
all classes in one jar - just like you need to stuff all
object files in one exe to achieve the same for native code.
(if you really want to work around it then you can with a
custom classloader that will load code from jars inside jars - I
think someone already have posted a link to such a beast)
Arne
I guess that makes sense when put that way. Alright. Thanks for your
information. Appreciate it.
.
- References:
- JAR in a JAR?
- From: Jason Cavett
- Re: JAR in a JAR?
- From: RedGrittyBrick
- Re: JAR in a JAR?
- From: Jason Cavett
- Re: JAR in a JAR?
- From: Arne Vajhøj
- JAR in a JAR?
- Prev by Date: Re: Concurrent, persistent background process for a J2EE container
- Next by Date: java.net.URL with ldap
- Previous by thread: Re: JAR in a JAR?
- Next by thread: Re: JAR in a JAR?
- Index(es):
Relevant Pages
|
Loading