Re: Using HTTPS in Cocoa/Java ?
Re: Using HTTPS in Cocoa/Java ?
- Subject: Re: Using HTTPS in Cocoa/Java ?
- From: David Thorup <email@hidden>
- Date: Thu, 31 Jul 2003 13:15:33 -0600
On Thursday, July 31, 2003, at 8:38 AM, Thomas Deniau wrote:
On Thu, 31 Jul 2003 10:03:47 -0400, Karl Kuehn wrote:
It may also be that it has been added in as a regular piece in the
newest java runtime, and you have both installed on your machine.
Thanks !
When I tell Xcode to use Java 1.4*, it works.
('java' in the command line automatically uses 1.4, whereas an
application built with Xcode defaults to 1.3)
Just an FYI...
Actually any application (created with XCode, ProjectBuilder, or
anything else) that is packaged as an OS X application bundle will
currently default to Java 1.3 unless you specify the JVMVersion
Info.plist key. This is to ensure that applications that were packaged
before 1.4 shipped for OS X will still work.
Apple has stated that you should specify this key, even if your
application is expecting to use 1.3 because the default could change in
the future. This can be configured in Project Builder from Targets ->
Info.plist Entries -> Pure Java-Specific -> Target VM Version. I don't
know where you set it in XCode, but it looks like you already found
that.
_____________________________
Dave Thorup
Software Engineer
email@hidden
http://www.kuwan.net
Defaults Manager - The premier editor for Mac OS X's User Defaults /
Preferences database.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.