On Jun 10, 2004, at 11:36 AM, Mike Dustan wrote:
I'd like to know about autostarting as well - but for IM Remote running on Mac OS X. If it matters, our IM server is Mac OS X Server.
Since there isn't a way to pass command-line options to an application bundle, you'll have to use the JAR file that is inside the bundle: InterMapper Remote.app/Contents/Resources/Java/InterMapper Remote.jar
Since we do not support Apple's 1.4.* JVM(s) because of serious bugs, you will have to use the 1.3.1 JVM: /System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Commands/ java
So try:
/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Commands/ java -Xdock:name="InterMapper Remote":icon="InterMapper Remote.app/Contents/Resources/InterMapper Remote.icns" -jar "InterMapper Remote.app/Contents/Resources/Java/InterMapper Remote.jar" --help
-Tex Clayton Dartware, LLC http://www.dartware.com
PS -
For some reason, I sometimes get the following error, but sometimes it works fine, so keep trying. It seems to have a better chance of working when I remove the ":icon=" part of the -Xdock option. Removing the whole -Xdock option may improve the chances of it working even more.
RegisterProcess failed (error = 1003)
____________________________________________________________________
List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [EMAIL PROTECTED]
