CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Zip exe

  1. #1
    Join Date
    Apr 2001
    Location
    South Africa, Jo'burg
    Posts
    680

    Zip exe

    Hi,

    I have used the Java zip classes to create zip files, but am wondering wether there is any way to convert the zip files to self exctracable exe's from within the Java API.

    Thanks in advance ppl
    Byron

  2. #2
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163
    I shouldn't think so, Java is non-platform specific, and .exe executables are a Windows feature.

    Thy friendship oft has made my heart to ache:
    Do be my enemy, for friendship's sake...
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

  3. #3
    Join Date
    Apr 2001
    Location
    South Africa, Jo'burg
    Posts
    680
    Thanks dlorde, I should have thought of that one, it was right in front of my face

    Byron

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