Search:

Type: Posts; User: nosxlimit

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: Create an executable (.jar or .exe) using code

    -sorry for doubleposting-
  2. [SOLVED] Re: Create an executable (.jar or .exe) using code

    hi.. thanks for the reply..
    i have solved the problem..
    so previously what i did was JarEntry entry = new JarEntry(source);
    entry.setTime(source.lastModified());...
  3. [SOLVED] Re: Create an executable (.jar or .exe) using code

    it's me again..
    so the problem now is the source file that i want to insert to the .jar file..
    is there a way to insert a particular file without inserting the whole path?
    for example i want to...
  4. [SOLVED] Re: Create an executable (.jar or .exe) using code

    yes, what i meant was how to create an executable .jar file programmatically.. sorry for my poor english.. :)
    i have gone through the link you mentioned, and it works ! although i still got some...
  5. [SOLVED] Create an executable (.jar or .exe) using code

    Hi..

    Is it possible to create an executable file (either .jar or .exe) from Java code?
    I did try to find it on google, but most of them were not using code..
    For example, using export feature...
Results 1 to 5 of 5