I am teaching Python this year, and switched over the replit as soon as I heard about teams being free - it is awesome!
I am going to be teaching Java also next year so I just tried hello world in Java and I get maxed out cpu. Is this common? Its been a few years since I’ve written Java but I google hello world to check my work and it looks good.
Is it common to max out cpu with java (Python has been smooth sailing so far for everyone. Loving the collaborative coding aspect for the students!)?
I am using an account in an educational institution, I have my students in classes in teams, here is my code: (I wrote this not linked to a particular class.)
class Main {
public static void main(String[] args) {
System.out.println(“Hello world!”);
}
}
Make sure you have created team in replit.com / teams then Under ---- >Your Organizations ----> Education ----> Name of your organization ----> Create team ----> Create project
That was it! I was just hitting the create button, not going into my specific class and creating a project. I’ll keep practicing with it but looks much better now!