CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    8

    Windows NT Environment

    Hi,
    I have a problem setting the CLASSPATH in windows NT.
    The CLASSPATH is over 255 characters long. I have set the CLASSPATH variable in the "system" dialog in the "environment" tab. The dialog box accepts the values.. but the CLASSPATH does not get updated.
    How do I increase the buffer size to hold aroun 255 characters.
    Vijay




  2. #2
    Join Date
    Jul 1999
    Location
    Metro DC
    Posts
    32

    Re: Windows NT Environment

    Just for referenece, what kind of application would require a classpath to be 255 characters long???? WOW!!!!


  3. #3
    Join Date
    Nov 1999
    Posts
    16

    Re: Windows NT Environment

    Windows NT should handle arbitrarily long environment variables.

    You realize you must close the DOS box and re-open it to inherit the new settings.


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

Featured