This site requires JavaScript, please enable it in your browser!
Greenfoot back
rothmanw
rothmanw wrote ...

2014/7/31

Can greenfoot run under JDK 1.8?

rothmanw rothmanw

2014/7/31

#
We are running Greenfoot using 1.8 Java, but it is an RDP environment with terminals (not stand alone PCs) So it is installed on the "server" dishing out these sessions when learners log in. Are there specific pointers here which we need to know about? When learners open a Scenario it either hangs, or hangs for a whole, but it is very slow at the moment. Any suggestion what I can do to make it more interactive. I also notice in the discussions about a stand alone version running from a USB stick? Any comments and help will be appreciated. Regards
davmac davmac

2014/7/31

#
Hi, just to be clear, have you run Greenfoot in the same environment but with earlier versions of Java? (Your question implies that you think using JDK8 is causing an issue). I suspect that in general Greenfoot won't perform well in an RDP environment since it will have to push a lot of visual updates over the network.
I also notice in the discussions about a stand alone version running from a USB stick?
Yes, the "stand alone" download is designed to be run from a USB stick.
rothmanw rothmanw

2014/8/1

#
Thanks davmac. Within the same server space there are learners taking pure Java with Netbeans IDE - so yes Netbeans is running as well. I think the technologist who installed Greenfoot read about the 1.6 JDK and rolled that out as well instead of just installing pure Greenfoot. I noticed on this Greenfoot site that 1.6 is the standard, but then I also saw comments that 1.8 runs fine. So given that I assume that it is NOT the versions that play a role (unless having two JDK 1.6 and 1.8 ?), but the RDP and memory allocations. Thus my question now is, are there environments running RDP and if so what was done within the RDP to streamline execution of Greenfoot. Greenfoot is still an application running within Java structures to my understanding and hence the server needs to address an application at first and the facility of programmers using that with pure Java, compiling their code. As you correctly stated there are a number of visual updates pushed over the network. Even when using a standalone notebook one can notice the delay before a scenario opens up. So if a learner experiences a hanging when opening Greenfoot and then terminating a session in his/her perspective by logging out, it can also be that the session might just carry on. This happens even in normal circumstances, which can also cause saturation of available memory. I appreciate your feedback. Regards
You need to login to post a reply.