Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
9answers
8k views

How do I list the files inside a JAR file?

I have this code which reads all the files from a directory. File textFolder = new File("text_directory"); File [] texFiles = textFolder.listFiles( new FileFilter() { public ...
5
votes
5answers
4k views

Copy a directory from a jar file

I recently finished and application and created a jar file. One of my classes creates an output directory populating it with files from it's resource. The code is something like this: // Copy files ...
4
votes
3answers
330 views

What is the difference between Class.getResource() and ClassLoader.getResource()?

I wonder what the difference is between Class.getResource() and ClassLoader.getResource()? edit: I especially want to know if any caching is involved on file/directory level. As in "are directory ...
4
votes
2answers
3k views

android, how can I get a resources object from a static context?

I want to read up an xml file before I do much of anything else like setText on widgets, so how can I do that without an activity object to call getResources() on?
4
votes
4answers
237 views

getResourceStream for writing files

For javame. Since getResourceAsStream() is for reading files, is there a getResourceAsStream() equivalent for output stream / writing files? Note: the file is inside the project's folders and will ...
3
votes
3answers
4k views

How to use ClassLoader.getResources() correctly?

How can I use ClassLoader.getResources() to find recursivly resources from my classpath? E.g. finding all resources in the META-INF "directory": Imagine something like ...
2
votes
2answers
353 views

How should I use getResource() in Java?

This question is asked in numerous places, with myriad small variations. (Such as Java - getClassLoader().getResource() driving me bonkers among others.) I still can't make it work. Here's a code ...
2
votes
1answer
718 views

Reading File In JAR using Relative Path

I have some text configuration file that need to be read by my program. My current code is: protected File getConfigFile() { URL url = getClass().getResource("wof.txt"); return new ...
1
vote
1answer
22 views

FileNotFoundException. Works and doesn't work at the same time?

I have the following code in a static class called Methods that is archived in a jar: 1 System.out.println(Methods.class.getResource("tagdict.txt")); 2 URL ...
1
vote
2answers
79 views

Get File from Main.class.getResource()

I am making a small game in Java. For this game i just added sounds.. So i have/want to have all my images and audio in the jar. For pictures this was easy: new ...
1
vote
2answers
118 views

getResource with parent directory reference

I have a java app where I'm trying to load a text file that will be included in the jar. When I do getClass().getResource("/a/b/c/") , it's able to create the URL for that path and I can print it ...
1
vote
1answer
68 views

How to access files in other packages without using a dummy class

I am actually loading OWL files in my java web app with the following code: InputStream is = Dummy.class.getResourceAsStream("content.owl"); I created Dummy.class in the same package as content.owl ...
1
vote
1answer
173 views

Getting a resource in a different project using classloader

Using the ClassLoader#getResource(), I need to access a file that is present in a project other than the one where my current code resides. How can this be done? I'm using eclipse. Directory ...
1
vote
3answers
428 views

How to make maven “add directory entries” when packaging?

I have a program that makes use of getClass().getClassLoader().getResource() to obtain an URL to a directory, it works fine when in eclipse , but after jared , it returns null. According to this url ...
1
vote
2answers
228 views

getResource() of another class

I am having a class A which gets a configuration file doing: this.getClass().getResource("cfgFile"); Now I created a new class B who needs A's cfgFile. Right now I am doing: ...
0
votes
2answers
74 views

Load all files from directory using .getClassLoader().getResource()

In one of my JUnit tests, I am trying to load all the files contained in a directory. I used .getClassLoader().getResource("otherresources") to find the directory. I then made a new java.io.File. I ...
0
votes
1answer
107 views

class.getResource(“.”) returns null

I am using wsimport in a web service client project to generate artifact classes based on wsdl files. I am trying to reference locally the wsdl files, by using wsdlLocation attribute. The generated ...
0
votes
2answers
56 views

How to get getclass().getResource() from a static context?

I have a function where I am trying to load a file to a URL object, because the example project said so. public class SecureFTP { public static void main(String[] args) throws IOException , ...
0
votes
2answers
71 views

Java Swing JButton getResource not working well

This code runs correctly on windows XP. But at home on my Windows 7 machine I can't see the icons because getResource returns null. I've tried an absolute path and it's not working either. I don't ...
0
votes
0answers
22 views

Bring in image using preferences to utilize on canvas

I've been racking my brain going and reading through tutorials. I am trying to set a Bitmap image to a particular resource image via the preferences. I am utilizing the the "cube live wallpaper ...
0
votes
0answers
138 views

Android GLWallpaperService getResource

I want to make animated wallpaper. I use GLWallpaperService with example following : GLWallpaperExample The problem is I cannot use the resources. I use this to pass the context: public class ...
0
votes
1answer
67 views

Android resource diectory name to string for WavFile usage

I am using the Wave tools downloaded from here: http://www.labbookpages.co.uk/audio/javaWavFiles.html To begin to read a wav file in my res/raw directory I have done the following in a sub class ...
0
votes
2answers
188 views

Pagination in modx revolution with different page limits for different pages

I was working with getResources and getPages for pagination. Now, I have a requirement that the first page has 6 child Resources and the further pages have 9 child Resources each. I tried manipulating ...
0
votes
1answer
177 views

getResource in java web project

the structure of my project contains 3 main folders (like 3 projects included in 1) For example.. Main/java/.. Main1/java/.. Main2/java/.. in those 3 modules the source folder is java, my problem ...
0
votes
1answer
375 views

Including all libraries, audio, etc. of a Java program in one JAR file

I am using Netbeans and I am trying to figure out how I can put all of my libraries, music, images, etc. in one JAR file for distribution. I think I have the libraries figured out, but the audio, ...
0
votes
0answers
474 views

getResourceAsStream working in eclipse, but not when run as applet in browser

I have an applet that needs to load saved data from a local text file that is in the eclipse package with the .java files. For use in this questions its name is "saveData.txt". When I run the applet ...
0
votes
5answers
1k views

Junit + getResourceAsStream Returning Null

Not sure how this is possible. I re-read up on getResourceAsStream and it's always returning null. InputStream source = this.getClass().getResourceAsStream("test.xml"); Right next to test.java in ...
0
votes
0answers
10 views

Why are the bufferedImages images displaying in my compiler but not in my jar file?

I know this has been asked before but I cant find any with ImageIO.Read and bufferedImages. This is how I'm currently calling on my images: carImg = ...
0
votes
2answers
1k views

Modx: getResources filtered by TV

I have a TV "Tags", comma separated… the usual stuff. Now I want to show only resources with a specific TV: <ul class="resource-by-tag"> [[!getResources? &parents=`15` ...
0
votes
2answers
337 views

GetResourceAsStream generates java.io.IOException: Root not accessible

InputStream is = this.getClass().getResourceAsStream("/ParseExample/service1.xml"); The code above generates a java.io.IOException: Root is not accessible. This is the structure of the project ...
0
votes
2answers
554 views

Java - copy Jar Folder

Actually I am confronted with a Problem. I've got a ".apk-File" in one Package of my Application. apk is a kind of a jar File (apk = Android Package). I now want to copy this jar-file out of my ...
0
votes
1answer
501 views

Get a resource using getResource()

Hi I need to get a resource image file in a java project. What I'm doing is: URL url = TestGameTable.class.getClass(). getClassLoader().getResource("unibo.lsb.res/dice.jpg"); The ...
0
votes
2answers
1k views

Adding test files to a Junit test in Netbeans 6.7.1 - getResource issues, missing file in build directory

I'm adding a Junit test to one of my classes using NetBeans 6.7.1, I need to be able to load a an xml file specific to testing, so I've included it in the "Test Packages" folder (along with my actual ...