Search:

Type: Posts; User: pdk

Search: Search took 0.10 seconds.

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

    Hi Norm
    I do not understand your answer.
    I added getPathName to the class ran it in netbeans then
    ran clean and build and executed the jar file.
    The results show that get resources mehtod...
  2. how to include and access a data file in a jar

    I would like to add some data files to my class jar and access them.


    package urltest;

    import java.net.URL;
    public class UrlTest {
    public String getImage(String dirName) {
    URL...
Results 1 to 2 of 2