Search:

Type: Posts; User: Norm

Search: Search took 0.15 seconds.

  1. Re: how to include and access a data file in a jar

    That would mean that the path it was given was wrong.
    Here is the output I get when I execute the code from a class file not in a package and not in a jar:

    From inside of a jar file:

    Try...
  2. Re: how to include and access a data file in a jar

    One way to read files from a jar file with code from within the jar file is to use one of the Class class's getResouce methods.
Results 1 to 2 of 2