 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Sebastian Zickau Guest
|
Posted: Tue Nov 04, 2003 10:59 am Post subject: Starting Plugin VM - Arguments |
|
|
Hello Everyone
I suppose/I read that an Applet creates a JavaVM via JNI-Functions
through the plugin. I suppose via CreateJavaVM.
Does anyone know a source where I can find details about this subject
- like the specified Arguments (e.g. JavaVMInitArgs) , etc.
thanx for any information
Sebastian
|
|
| Back to top |
|
 |
Ullrich Pollaehne Guest
|
Posted: Tue Nov 04, 2003 11:47 am Post subject: Re: Starting Plugin VM - Arguments |
|
|
Hi Sebastian,
Sebastian Zickau wrote:
| Quote: | Hello Everyone
I suppose/I read that an Applet creates a JavaVM via JNI-Functions
through the plugin. I suppose via CreateJavaVM.
Does anyone know a source where I can find details about this subject
- like the specified Arguments (e.g. JavaVMInitArgs) , etc.
thanx for any information
Sebastian
|
it can be found right in your JDK docs under JNI Invocation API.
Examples? I.e. the NetBeans launcher:
<http://core.netbeans.org/source/browse/core/exelauncher/>
Ullrich.
|
|
| Back to top |
|
 |
Sebastian Zickau Guest
|
Posted: Tue Nov 04, 2003 2:08 pm Post subject: Re: Starting Plugin VM - Arguments |
|
|
Hello,
Ullrich Pollaehne <u.pollaehne12 (AT) web (DOT) de> wrote
| Quote: | Hi Sebastian,
Sebastian Zickau wrote:
Hello Everyone
I suppose/I read that an Applet creates a JavaVM via JNI-Functions
through the plugin. I suppose via CreateJavaVM.
Does anyone know a source where I can find details about this subject
- like the specified Arguments (e.g. JavaVMInitArgs) , etc.
thanx for any information
Sebastian
it can be found right in your JDK docs under JNI Invocation API.
Examples? I.e. the NetBeans launcher:
http://core.netbeans.org/source/browse/core/exelauncher/
Ullrich.
|
Maybe my question was a littel short and could be misunderstood.
I know how to invoke a VM via JNI - but I want to do it in the same
way the Java Plugin does it.
The reason for this is that I have a module linked with a
Browser/EMail-Client which invokes a JVM, but it brings difficulties
when starten an applet at the same time. I get the Message "Attachment
to a Running virtual machine failed".
I was hoping to avoid this, when I´m starting the VM in the 'same'
way.
Greetings
Sebastian
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|