|
Re: What Version of Java is It?
FRC Java uses the Squawk JVM which is based on a fairly old version of Java ME. Enums are one of the many things missing. If you dig into some of the WPILib classes you will see one way to hack something similar to an enum (the Mode class in Counter.java is an example).
|