CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: peter1984

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    9,217

    Re: How to create an exe file in java

    Hello,

    You can use Launch4j, it is java executable wrapper.
    refer to this link > http://launch4j.sourceforge.net/

    Hope it can help.
  2. Replies
    3
    Views
    924

    Get top scores

    Hi,

    I'm doing a program in java which will get the top scores of the students.
    Example.
    StudentA = 90
    StudentB = 80
    StudentC = 90
    StudentD = 70

    This will return StudenA and StudentC as a...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured