• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Android The way of Extension processing

  • Thread starter electronic_entertainments
  • Start date
E

electronic_entertainments

Guest
Hi there Good morning afternoon when ever you are
recently i managed to use java extensions in game maker studio, so i wrote an extension and ran it, the issue is the extension's lifetime, i know once i run the extension on the target platform, then the JVM will provide runtime environment for the bytecode file to be executed, and allocate memory to it, i realized that jvm is allocating memory to the extension and it is running even when i dont use it anynore, How can i terminate the extension without terminate the whole program ? or any idea how they manage in OS, they have their own PCB (they are another thread) ?

thanks for taking time and reading it.
 
Top