Cocoa and Java VM Creation
Cocoa and Java VM Creation
- Subject: Cocoa and Java VM Creation
- From: Jeremy Bower <email@hidden>
- Date: Mon, 17 Mar 2003 00:40:44 -0500
Hi,
I'm need to create the VM that Cocoa-Java uses with some specific VM
options. There isn't an obvious way to do this from Project Builder, so
I'm trying to write some code to create the VM with the options I need
before the call to NSApplicationMain(). The NSJavaVirtualMachine was my
first target, but it lacks a way to specify anything more than the
class path. My next target appears to be JNI, but I wonder if
NSJavaVirtualMachine will recognize a VM that I create using JNI
directly. Before I spend too much time on this I thought I'd ask the
list: Has anyone tried this before?
Jeremy
_______________________________________________
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.