Re: Java and Jar



On Wed, 24 Aug 2005 13:08:48 +0200, <miki.miska@xxxxxxxx> wrote or
quoted :

>
>But when using it in a manifest, it must end with ***BACKSLASH*** (or
>slash in unix)
>
>Class-Path: \java\bin\

Since Jars are platform-independent, you would always use /. That is
documented at http://mindprod.com/jgloss/jar.html

The manifest is unusually picky about syntax that normally would not
matter.

--
Canadian Mind Products, Roedy Green.
http://mindprod.com
.



Relevant Pages

  • Re: Manifests and requestedExecutionLevel
    ... details such as syntax, semantics, and methods for creating them. ... So the questions are is this something the manifest will do for me? ... Kenny's article above makes it seem impossible to use a manifest to specify ... This will be the default for standard users but not for Admin ...
    (microsoft.public.vc.mfc)
  • Re: Manifests and requestedExecutionLevel
    ... and it handwaves about the manifest without actually telling how to ... I wonder why manifests are so complex that the documentation was not delivered on the day ... details such as syntax, semantics, and methods for creating them. ... Kenny's article above makes it seem impossible to use a manifest to specify ...
    (microsoft.public.vc.mfc)