Flappy Bird java memory limit reached. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Flappy Bird java memory limit reached.

This is a program I created in netbeans and wanted to share with the community. It worked perfectly fine in netbeans, and theres no missing classes. it gives the error memory limit reached, is there anything I can do? also if y'all have an IDE copy and paste my code, tell me what you think about it!

7th Jan 2018, 11:15 PM
Clint
Clint - avatar
1 Answer
+ 6
SoloLearn's set learning limits to support the bulk of beginning codes. Lots of imports tends to indicate it's more than that, but may just be a little more complex than usual. Unfortunately, many of your imports won't work here. SoloLearn's Java implementation is done in batch mode. Mouse, graphics, color and fonts won't work and interactivity is limited to 'batch mode' (send a batch of inputs, wait, get a batch of outputs, stop).
7th Jan 2018, 11:59 PM
Kirk Schafer
Kirk Schafer - avatar