Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jdmaddison
  • Order by date
  1. jdmaddison

    FTP in Java

    See this thread thread269-449089 in this forum for info on FTP from Java. The subject is remote execution of unix scripts, or something like that. Regards, Joseph
  2. jdmaddison

    Exception in thread "main" java.lang.NoClassDefFoundError: Emp

    Your CLASSPATH is not set. Read the threads here on CLASSPATH to find an answer. Joseph
  3. jdmaddison

    formatting date in java

    You're pretty close. Just use formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); instead of formatter = DateFormat.getDateInstance(DateFormat.FULL, Locale.US); because you have your own format, not necessarily precisely the US standard. Hope this helps, Joseph
  4. jdmaddison

    Java certification - how

    Thinking In Java is a great resource, and in fact it's available free from http://www.bruceeckel.com . The downside is that a number of the examples have errata-- check the web site. After being stumped for a while on understanding an example, it's annoying to discover it's been errataed almost...

Part and Inventory Search

Back
Top