[jug-discussion] Jar application on OS X

2002-12-06 Thread Guy McArthur
I've got this simple application that I'm sending to a friend, who is using Mac OS X. Apparently on OSX a jar file is automatically executable, as it is on W2K (and who knows what else, btw)? She reports that OS X produces an error, says it needs a Main-Class attribute in the manifest file.

RE: [jug-discussion] Jar application on OS X

2002-12-06 Thread Tim Colson
What's the manifest/file structure look like? Probably wrong, but could it be case sensitivity in the manifest file Main Class attrib? Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [jug-discussion] Jar application on OS X

2002-12-06 Thread Guy McArthur
On Fri, 6 Dec 2002, Warner Onstine wrote: Is it JDK 1.4.1? If so, you will need to recompile in 1.3.1 for it to work on OS X. Nope, works fine in 1.3.1 / powerpc-linux ... -- Guy McArthur * email{[EMAIL PROTECTED]} cell{520-869-7317}

Re: [jug-discussion] Jar application on OS X

2002-12-06 Thread Erik Hatcher
It launched fine on my PowerBook (Mac OS X 10.1.5) and told me the time... cool! Guy McArthur wrote: On Fri, 6 Dec 2002, Tim Colson wrote: What's the manifest/file structure look like? Probably wrong, but could it be case sensitivity in the manifest file Main Class attrib? Here's the