Schezuk / j2c

Automatically exported from code.google.com/p/j2c
0 stars 0 forks source link

init_jvm() #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is in init_jvm() external method ? In this method I start a native JVM. Or 
what can I do in this method for JVM.

Original issue reported on code.google.com by gykar...@all.hu on 12 Mar 2013 at 11:21

GoogleCodeExporter commented 9 years ago
init_jvm is a function that's called at the start that you have to implement - 
it's an opportunity to do any tasks that need to be run before running the 
converted java code - I guess I'll add some docs about this at some point (when 
using a converted openjdk jvm for example, one has to call some init functions)

sorry about the delay..

Original comment by arnethed...@gmail.com on 28 Apr 2013 at 6:13