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 wOOdy-Soft 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: turncom
  • Content: Threads
  • Order by date
  1. turncom

    Empty A Directory

    Okay, I am new to Python. I really like it, by the way. I need to be pointed in the right direction. I need to empty a directory. There will be files, and sub-directories that also need to be emptied. I took a look at os.rmdir('c:/foo') but if there are files in it, you get an error message...
  2. turncom

    javac misses a file

    I have some code that compiles just fine on Windows 2000. I then transfer the *.java files (67 in number) to a Linux box. (Red Hat Linux Advanced Server release 2.1AS/i686 Pensacola to be specific.) When I compile it, javac misses the first file alphabetically. I transfered all the files in the...
  3. turncom

    How To Set Default App Server In Citrix

    My organization decided that all us developers should share the same copy of JDev via a Citrix server. We have it configured so that we each use our own home folder to store our code. No problem. However, we will be developing JSP's and Servlets. By default, when you test a JSP or Servlet JDev...
  4. turncom

    Where Do I get Microsoft Java VM?

    Quick question. Where do I get the Microsoft Java VM? It is not immediately obvious from their download site.
  5. turncom

    Automate report production

    We need to automate the production of a number of reports, saved as text, with parameters passed in. These reports need to be produced periodically. By the way, these are Crystal 8 reports. I have looked at the Seagate website, and it's confusing. I can't make heads or tails about all their...
  6. turncom

    Digester class from Apache

    I was reading an article in JavaWorld, and came across a reference to the Digester class. It sounds very interesting. I want to learn more, but where do I start? I went to the Apache web site and if the link is there I missed it. I am reading through the API Documentation, and it's a bit dry...

Part and Inventory Search

Back
Top