Hello!
You will need to install a JRE (Java Runtime Environment) with a JVM (Java Virtual Machine). That leaves you with two choices in Linux: OpenJDK or Oracle Java. Not that there is much difference, since Oracle is the biggest contributor to OpenJDK and OpenJDK is the open source reference implementation for Oracle Java.
Some developers do not understand this relationship and design their software to specifically check for Oracle Java.
Why do you not want to install Java? Which release of Ubuntu are you using?
Cheers!