Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: Cmd not recognizing a different Dir / ClassPath / FilePath / Environment

    We don't need, or even want, your full code. An SSCCE is the best way to go. For example, you seem to be asking about converting an OutputStream to a String- that has nothing to do with your other...
  2. [SOLVED] Re: Cmd not recognizing a different Dir / ClassPath / FilePath / Environment

    Please post your updated code in the form of an SSCCE- note that this should look more like my example instead of your whole program. Create a new project and only include the stuff directly related...
  3. [SOLVED] Re: Cmd not recognizing a different Dir / ClassPath / FilePath / Environment

    If you call a function that might throw an Exception, you either have to put it in a try/catch block or throw the exception yourself. It's generally a bad idea to simply ignore them and throw them...
  4. [SOLVED] Re: Cmd not recognizing a different Dir / ClassPath / FilePath / Environment

    You're reading too much into this. The log is simply a file named log (could be log.txt, whatever) that's created. If you open that file, you'll see the "HERE" that the second program prints out...
  5. [SOLVED] Re: Cmd not recognizing a different Dir / ClassPath / FilePath / Environment

    Your problem is pretty specific, so in the future I'd recommend eliminating all that extra code.

    In fact, your actual problem has nothing to do with code- you're trying to compile from a different...
Results 1 to 5 of 5