What does this return for you?

I’ve been playing around with GL versioning stuff today, and need to determine if theres any method to the madness of [icode]glGet[/icode] to be able to parse it.
So I would be very appreciative of anyone who would run this code for me and post what it returns.

System.out.println(System.getProperty("os.name"));
System.out.println(GL11.glGetString(GL11.GL_RENDERER));
System.out.println(GL11.glGetString(GL11.GL_VERSION));
System.out.println(GL11.glGetString(GL11.GL_VENDOR));