Android Question Running NLG (NativeLibraryGenerator)

aedwall

Active Member
Licensed User
Longtime User
How do I start NLG? It is a .jar file. Do I have to open it in Java? I see no instructions on how to open it. Thank you.

I downloaded and installed b4J and tried to run it, but got this message:

Error occurred during initialization of VM
Could not reserve enough space for 2097152KB object heap

What now?
 
Last edited:

drgottjr

Expert
Licensed User
Longtime User
Upvote 0

aedwall

Active Member
Licensed User
Longtime User
I finally found a reference that said I should change this:

MaxRamForDex=2048

to this:

MaxRamForDex=512

in the

"b4xV5.ini" file.

That made it work. But so much time and energy lost trying to find it.

Thank you for your help.
 
Upvote 0
Top