Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    2,189

    Re: How to include .ini file into .jar file

    What do you mean by "converting to java coding"?
    What files are in the jar file?
  2. Replies
    5
    Views
    2,189

    Re: How to include .ini file into .jar file

    A jar file is a special type of zip file.
    It contains other files like .class and images etc.
    You can extract its contents just like you can with a zip file.
    You can use a zip utility to view a...
  3. Replies
    5
    Views
    2,189

    Re: How to include .ini file into .jar file

    Read the API doc for the jar command. It will show you how to include any file in the jar file when you are creating it.

    If you are using an IDE, read the doc for the IDE on how to create a jar...
Results 1 to 3 of 3