Results 1 to 4 of 4

Thread: jre\classes

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2001
    Location
    Massachusetts, USA
    Posts
    111

    jre\classes

    i read somewhere that i could put my class files in the jre/classes folder and they would be found automatically. it doesnt seem to work for me. has anyone tried this?

  2. #2
    It is easier to just modify your "CLASSPATH" environment variable.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2001
    Location
    Massachusetts, USA
    Posts
    111
    the java compiler and interpreter look in the classpath before it looks in the current directory?

  4. #4
    It can if you append the current directory to it:

    set CLASSPATH=%CLASSPATH%;.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width