Asking is certainly a good way to learn and question what's around yourself.
Anyways this is what it should look like:
The problem:
There are 3 o's in your boolean, there should be 2.
There is no ; after "public static booolean menu", there should be.
Sometimes java gets confused on the numbers of errors. There's only two there.
Anyways this is what it should look like:
Code:
package net.minecraft.src;
public class var
{
public static boolean menu = false;
}
There are 3 o's in your boolean, there should be 2.
There is no ; after "public static booolean menu", there should be.
Sometimes java gets confused on the numbers of errors. There's only two there.



I think that is much better :P