CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    A.P,India.
    Posts
    8

    How to run a class by doublecilcking

    Hai friends,
    I have a created a standalone class file. How can i run this class file by double clicking this file.

    thanks
    Ramu


  2. #2
    Guest

    Re: How to run a class by doublecilcking

    Ramu, You Can write a batch file (containing jview or java calls) and associate it to your ".class" files.

    Dini.
    [email protected]


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