Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

Mike_Stoddart

Member Since 26 Jun 2007
Offline Last Active Today, 07:20 AM
-----

#5035752 Reloading classes in Java?

Posted by Mike_Stoddart on 23 February 2013 - 08:18 AM

Using a different class loader seems to work. I know it leaves the old classes in the old class loser it that's fine as the apps will be restarted once the structure of the new classes is finalized. Thanks


#4993582 [Allegro 5] Game Crash

Posted by Mike_Stoddart on 24 October 2012 - 04:42 PM

Change line 41 to:

if(display == NULL) {

The manual says that al_create_display returns NULL, so don't assume it's  Boolean value.


PARTNERS