Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    18
    Views
    2,025

    Re: class files inside exe : can i edit them ?

    Or use a batch file.
  2. Replies
    18
    Views
    2,025

    Re: class files inside exe : can i edit them ?

    They are mostly commandline programs. No GUI.

    How many months have you used a computer?
  3. Replies
    18
    Views
    2,025

    Re: class files inside exe : can i edit them ?

    See the javac program for compiling java programs.
  4. Replies
    18
    Views
    2,025

    Re: class files inside exe : can i edit them ?

    In post#2

    There might be some programs out there that do that. I've never seen one.
  5. Replies
    18
    Views
    2,025

    Re: class files inside exe : can i edit them ?

    The jar program is in the JDK's bin folder.
  6. Replies
    18
    Views
    2,025

    Re: class files inside exe : can i edit them ?

    Do you have access to a Search Engine?
  7. Replies
    18
    Views
    2,025

    Re: class files inside exe : can i edit them ?

    Java does not create exe files. This doesn't seem like a java programming problem.
    Have you tried asking about this on a forum for exe files?
  8. Replies
    18
    Views
    2,025

    Re: class files inside exe : can i edit them ?

    Maybe, but it won't be easy. class files are output by the javac compiler. A class file's format is documented so you can probably take it apart and build a new one with a lot of careful...
Results 1 to 8 of 8