Simple Classpath question using with jars?

When -jar (or -cp or -classpath ) argument is been used, then the %CLASSPATH% will be ignored . Instead, the Class-Path entry in JAR's META-INF/MANIFEST. MF file will be used.

You'd like to put the JAR-relative path to the other JAR in there. E.g.

First off I would not bother with this stuff myself anymore(I used too) and let my IDE(Netbeans/Eclipse) figure this stuff for you out. BTW I already hope you are using an IDE because it makes programming in Java that much more fun.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions