Discussion:
[Ikvm-developers] How to pass jvm parameters to ikvmc dlls?
Paul Chambre
8 years ago
Permalink
Hi folks,

I have a dll created by ikvmc. When using the underlying jar file, I need
to pass a bunch of parameters (mostly -D) to set context for the main class
function. Is there a way to specify these from within C# when launching the
dll?

Thanks,
Paul
Paul Chambre
8 years ago
Permalink
java.lang.System.setProperty?
Post by Paul Chambre
Hi folks,
I have a dll created by ikvmc. When using the underlying jar file, I need
to pass a bunch of parameters (mostly -D) to set context for the main class
function. Is there a way to specify these from within C# when launching the
dll?
Thanks,
Paul
--
Paul Chambre

Senior Solutions Architect
(719) 465-6097

Illumon - Big Value From Big Data
Volker Berlin
8 years ago
Permalink
Hi Paul,

This is right inside a .NET program.

Volker
...
Loading...