Thread: unable to set classpath

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    1

    unable to set classpath

    Im unable to compile program.

    need to set classpath.

    ive written the following in autoexec.bat but doesn't seem to work
    set classpath = c:\borland\bcc55\include.h

    all classes are in c:\borland\bcc55include directory.


    Can someone please help so i can complie program.

    (nb successfully set path)

  2. #2
    zooo
    Guest
    Try this:

    set classpath = c:\borland\bcc55\include

    I simply left off the .h on the end.

  3. #3
    Unregistered
    Guest
    thanx- tried it and still doesnt work

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 8
    Last Post: 01-18-2008, 04:06 AM
  2. Replies: 4
    Last Post: 01-13-2008, 02:14 AM
  3. The new FAQ
    By Hammer in forum A Brief History of Cprogramming.com
    Replies: 34
    Last Post: 08-30-2006, 10:05 AM
  4. Menu Item Caption - /a for right aligned Accelerator?
    By JasonD in forum Windows Programming
    Replies: 6
    Last Post: 06-25-2003, 11:14 AM
  5. Set default directory with GetTempDir?
    By Bajanine in forum Windows Programming
    Replies: 2
    Last Post: 05-04-2003, 11:36 PM