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

    Importing import java.lang.reflect.* with Vis j++ 1.1



    Hi All,

    I am having trouble getting Visual j++ to import java.lang.reflect.* . Note I do not seem to have this problem with importing other standard Java packages/libraries. Any Idea's.


    -Brad

  2. #2
    Join Date
    May 1999
    Posts
    93

    Re: Importing import java.lang.reflect.* with Vis j++ 1.1



    I don't think VJ++ supports Java 1.1. Reflection was introduced only in Java 1.1

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