>I'm new to Java, but not new to programming -
> been at it for 33+ years :-)
[quoted text clipped - 9 lines]
>create cross platform offline applications for WIndows and MAC systems
>Bob
I am in a similar position but a few months ahead of you. The answer
to your question depends on your (recent) experience, your finances,
and a more detailed knowledge of the applications you want to write.
In my case the answers to those questions were Visual Basic, zero and
small scale business applications requiring a GUI and a simple
database. If that describes you then you can download the NetBeans
Cobundle, which provides an excellent IDE and the Java software
development kit, from here
http://java.sun.com/j2se/1.4.2/download.html. A suitable database is
at http://hsqldb.sourceforge.net/ although you may find it easier to
retain your current choice and, if necessary, use the JDBC to ODBC
bridge which is included in the first download.
If that does not describe you then give us some more details. The
diversity in the Java world is one of it's many advantages but
requires you to make some difficult choices as a newcomer.