Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Path related launch problems



Brian Davies wrote:
Had an email from a user "my app won't open, just bounces in the
dock". Turned out he had put it in a folder with the name Audio/Video
Applications and the slash acted as a path separator. Presumably
reflecting UNIX underneath. Another third-Java app I have behaves in
the same way, I found out.  It's uses InstallAnywhere for deployment
into the Applications folder.

This sounds like a bug in the JVM somewhere. You should file a bug report.


'/' and ':' are handled specially in filenames.
The "display name" uses '/' (as seen in Finder)
The "POSIX name" uses ':' (as seen in `ls` and POSIX/Carbon/Cocoa API)
The HFS+ filesystem stores '/' (as seen in the kernel and the disk drive)
Most likely some code used a display name instead of a POSIX name, or vice versa.



-- Greg Parker email@hidden Runtime Wrangler


_______________________________________________ Do not post admin requests to the list. They will be ignored. Java-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/java-dev/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.