On Win98, I had problems with case to begin with (thanks, Rickard, for
the diagnosis).
I set Windows Explorer to allow all-uppercase file names, and did the
same with WinZip (which I use to view the contents of JARs). Since then,
everything has been fine.
Example jar command:
jar cf product.jar META-INF Product.class ProductHome.class
ProductEJB.class
(note that jar will jar the contents of any directory it finds among its
arguments)
Justin
Rickard Oberg <[EMAIL PROTECTED]> wrote:
>Hi!
>
>"Kaiser, Frank" wrote:
>> When working on NT and zipping a Bean into a jar-file I found that
>> the META-INF directory name is in lower-case-letters like "meta-inf".
>
>I would expect this on Win98, but not in NT since NT can indeed keep
>track of case.
>
>/Rickard
>
>>
>> When deploying the same bean as plain files in the deploy-directory
>> I am able to make a directory in upper-case-letters (as seen in a dos-box)
>>
>> In the first case I got the same nullpointerexception and in the second not.
>>
>> Frank Kaiser
--
Justin Forder
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]