Top "Drjava" questions

A lightweight IDE for java, designed primarily for students

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException Error

Hello I'm a new programmer at an high school level as a result I do not know much about programming …

nullpointerexception runtime-error drjava awt-eventqueue
NullPointerExcetion Native Method Accessor... Hashing Words Issue

I am writing a project that reads a file and sorts "Words". This code compiles correctly, yet then it gives …

java hash nullpointerexception native-methods drjava
How to check if an integer is a perfect square

How could I write an if-then statement that checks if an inputted integer is a perfect square or not (i.…

java drjava perfect-square
DrJava: Cannot run code using JDK8.0

Anyone having trouble using jdk 8.0 ?? Well, I don't know why I am facing some disturbances. Not sure why , after compiling …

java compilation java-8 drjava
How to get the full fraction value of a division result in java?

I am new to Java and I am using DrJava IDE for my testing. I have the following division 49700/40000 and …

java drjava