CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2003
    Location
    Jodhpur -> Rajasthan -> INDIA
    Posts
    453

    Is there any method in Java application to distribute application as exe instead jar

    Hello

    I just want to know that is there any method in java such that we can distribute our java application as exe instead of jar.

    My purpose of asking this Question is that as everybody knows that from jar java files can be easily retrieved but not the case to retrieve the c or c++ code from exe developed by compilers like VC++

    just if you do know kindly reply with suggestions and answers

    Sandeep
    Leave Your Mark Wherever You Go
    http://www.danasoft.com/sig/d0153030Sig.jpg

  2. #2
    Join Date
    Feb 2004
    Location
    USA - Florida
    Posts
    729

    Re: Is there any method in Java application to distribute application as exe instead jar

    There are a couple, look into GCJ and Excelsior Jet.
    However, note that a determined person can still reverse engineer and decompile a C/C++ if they wanted to.
    Hungarian notation, reinterpreted? http://www.joelonsoftware.com/articles/Wrong.html

  3. #3
    Join Date
    Oct 2003
    Location
    .NET2.0 / VS2005 Developer
    Posts
    7,104

    Re: Is there any method in Java application to distribute application as exe instead jar

    Quote Originally Posted by d0153030
    Hello

    I just want to know that is there any method in java such that we can distribute our java application as exe instead of jar.
    There is no point in doing so; you merely irritate linux users.

    My purpose of asking this Question is that as everybody knows that from jar java files can be easily retrieved but not the case to retrieve the c or c++ code from exe developed by compilers like VC++

    just if you do know kindly reply with suggestions and answers

    Sandeep
    I think you should be looking at OBFUSCATION, not compilation
    "it's a fax from your dog, Mr Dansworth. It looks like your cat" - Gary Larson...DW1: Data Walkthroughs 1.1...DW2: Data Walkthroughs 2.0...DDS: The DataSet Designer Surface...ANO: ADO.NET2 Orientation...DAN: Deeper ADO.NET...DNU...PQ

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