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 SkipVought 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: *

  1. turncom

    Empty A Directory

    Let me reply to my own post. I kept digging around and found the following: shutil.rmtree(path[, ignore_errors [, onerror]]) Seems to do the trick. Removes everything, including the directory. I *knew* there had to be an efficient easy way to do this. :-)
  2. 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...
  3. turncom

    javac misses a file

    Thanks to everyone for your comments. Since on one else has experienced my problem, I have decided that it is one of the following: -my file really is corrupt (even though I don't see how) -the server has some odd configuration -the administrator of the server is messing with my head Although...
  4. turncom

    javac misses a file

    Here's what I get: wturner.DEV.pdc-al-lnx21> java -version java version "1.3.1_03" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_03-b03) Java HotSpot(TM) Client VM (build 1.3.1_03-b03, mixed mode) I suppose that means it's Sun's and it's version 1.3.1_03-b03. So, has...
  5. 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...
  6. turncom

    How To Set Default App Server In Citrix

    Okay folks, let me toss out an idea. When you install JDeveloper, one of the folders it creates it JDev. Under that folder is a System folder. In that folder is an XML file called settings.xml. It is a huge file, and about half way through it is an Item with <key><embedded-server-options></key>...
  7. 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...
  8. turncom

    Where Do I get Microsoft Java VM?

    Yeah, I'm afraid you're right. I've looked everywhere I can think of at Microsoft. I'm clicking along thinking I am getting close, then the next hyperlink I click takes me back to the original page. Mmmmmmmmmmm Here's my problem. We are trying to use Oracle's Discoverer product. It's a web...
  9. 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.
  10. 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...
  11. turncom

    Database connection

    You know, this sounds like a security issue. Don't applets run in a sandbox? And if the datasource is not on the same server as the applet, isn't access denied? It's a feature, not a bug. I am not an expert on security in applets. I hope someone with some experience in these matters can expand.
  12. turncom

    Which IDE (&amp; Database) for Java-DB development?

    Just gotta give you this link: http://www.devx.com/free/hotlinks/2002/ednote050102/ednote050102-1.asp Ten reasons to dump our IDE - kinda fun.
  13. turncom

    Which IDE (&amp; Database) for Java-DB development?

    I am out of my depth on this question. JDeveloper does an okay job. Other folks need to chime in on other IDE's. I can't help myself. One of my favorite articles on OO design (and UML tools) is this: http://www.javaworld.com/javaworld/jw-01-2002/jw-0111-ootools_p.html Holub speaks with wisdom...
  14. turncom

    new to java

    Put it into a JAR file. Dig around in your Java books, they'll give you all the details. If you need a good book, I always suggest &quot;Thinking In Java&quot;, edition 2. You can buy one in any bookstore, OR get it for FREE!! Go to www.bruceeckel.com, and follow your nose to the download area...
  15. turncom

    Which IDE (&amp; Database) for Java-DB development?

    I'll tell you what I'm using right now. Textpad. (www.textpad.com) It's shareware out of Great Britian. Cost $27 bucks American. It's a snap to install. Right away it recoginzes restircted words in Java and colors them, helps you to use and match brackets. And you can use their 'workspaces' to...
  16. turncom

    Which IDE (&amp; Database) for Java-DB development?

    People very often buy Sun machines to run Oracle. As goes one, goes the other. Watch their stock prices. They march in lock step. I haven't seen Forte for a while, but I don't recall any automatically written code for data access. (I could be wrong about this.) I wouldn't expect any either...
  17. turncom

    Which IDE (&amp; Database) for Java-DB development?

    Let me give my reasons for saying you should go with, for instance, JDeveloper if you had Oracle as your database. If you are an &quot;Oracle Shop&quot; you will find your company will want you to use Oracle tools. JDeveloper is a good product, and will write a lot of code for you. This CAN be a...
  18. turncom

    Which IDE (&amp; Database) for Java-DB development?

    I hope this doesn't sound painfully obvious. The choice of your IDE kinda depends on your employer/client. What back-end database do they have? For instance, my employer is an Oracle shop, so it's pretty clear I go with JDeveloper. In this day and age, the big software firms give the developer...
  19. 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