CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2000
    Posts
    4

    JAVA 2 SDK Installation

    hi there


    i had install the JAVA 2 SDK.
    (i work under nt4 vj++6)

    i tried to "import java.lang.Package" (a new class )
    the compiler does not seems to know about this class.
    so i think something is wrong i my installation.

    what should i do.

    thanks



  2. #2
    Guest

    Re: JAVA 2 SDK Installation

    you set the path and classpath variables like this at dos prompt
    set path=c:\jdk1.*.*\bin;
    set classpath=c:\javawebserver*\lib\servlet.jar(jws.jar)
    in the place of * you give the appropriate version
    you see the lib dir and give the either of the files mentioned above in the 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

Featured