* src/native/jni.cpp (GetObjectClass): Remove null pointer check.
[cacao.git] / tests / hello.java
1 public class hello {
2         public static void main(String[] s) {
3                 System.out.println ("Hello world");
4                 }
5         }