Sunday, June 6, 2010

public class Test
{
    public static void main (String[] args)
    {
        System.out.println ("Hello World");
    }
}

2 comments:

  1. Any word on that "compiling gimp from git under windows using mingw/msys" guide?

    -Rob A>

    ReplyDelete
  2. I tried compiling GIMP on windows several days ago, but It didn't work due to conflicting versions of some DLLs... I'll post the guide as soon as I fix this (I haven't forgotten =])

    ReplyDelete