Java home: C:\Program Files\Java\jre6
Should i have to modify any other thing for the sysinfo to pick up the IBM JVM?
Two possibilities occur to me:
1) Check your ant.properties, to see what your settings are for the 'jdk16'
variable,
and see if you can reset that variable to point to your IBM JRE.
2) You may be getting bitten by something called the "public JRE". I think that
the JDK installer for the Sun version of Java installs a special extra
copy of the JRE in a location that is automatically picked up by programs. I
think
you can use the 'add/remove programs' technique to uninstall the public JRE, but
I think I've generally just poked around in C:\windows\system32 looking for
things
like 'java.exe' there, and deleted them, so that the actual java installation
that
I use comes from elsewhere on my path rather than from the windows system
directory.
Hope this helps,
bryan