So I am running a fresh install on BlueJ on a computer that has 16GB of RAM. I seem to be getting the following error when I try to run the "hello" example that is provided with BlueJ. I've tried reinstalling, and allocating more RAM to the program - neither helped. Any ideas?
BlueJ run started: Wed Jun 07 22:25:10 CDT 2017 BlueJ version 4.0.1 Java version 1.8.0_121 Virtual machine: Java HotSpot(TM) Client VM 25.121-b13 (Oracle Corporation) Running on: Windows 10 10.0 (x86) Java Home: D:\Sch\CI\BlueJ\jdk\jre ---- Opening project: D:\Sch\CI\Week 3 1496892310705: Listening for JDWP connection on address: javadebug Connected to debug VM via dt_shmem transport... Communication with debug VM fully established. Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space at sun.swing.JLightweightFrame.syncCopyBuffer(JLightweightFrame.java:274) at sun.swing.JLightweightFrame.resizeBuffer(JLightweightFrame.java:422) at sun.swing.JLightweightFrame.reshape(JLightweightFrame.java:405) at java.awt.Component.setBounds(Component.java:2261) at java.awt.Window.setBounds(Window.java:3501) at java.awt.Component.resize(Component.java:2184) at java.awt.Component.setSize(Component.java:2173) at java.awt.Window.setSize(Window.java:908) at javafx.embed.swing.SwingNode.lambda$locateLwFrame$32(SwingNode.java:613) at javafx.embed.swing.SwingNode$$Lambda$527/12219069.run(Unknown Source) at javafx.embed.swing.SwingFXUtils.runOnEDT(SwingFXUtils.java:288) at javafx.embed.swing.SwingNode.locateLwFrame(SwingNode.java:608) at javafx.embed.swing.SwingNode.lambda$resize$25(SwingNode.java:372) at javafx.embed.swing.SwingNode$$Lambda$727/18922273.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756) at java.awt.EventQueue.access$500(EventQueue.java:97) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.awt.EventQueue$3.run(EventQueue.java:703) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.awt.EventQueue.dispatchEvent(EventQueue.java:726) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)