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 Chris Miller 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: raviparthasarathi
  • Order by date
  1. raviparthasarathi

    How to run applications??

    Hi, You can run the compiled class files by issuing the command : java <class name> By class name I mean you would have saved it as something.java..run it as : java something By the way I really think you should go through the basics of java by going to some site like http://java.sun.com...
  2. raviparthasarathi

    Generating PDF Report

    Hi, This is a typical problem when you force FOP to handle large chunk of data. If you refer to the FOP FAQ on the owal site (very informative),the solution appears to be to increase the -mx setting in the java call,because it is java that is running out of memory.You can allocate greater...

Part and Inventory Search

Back
Top