0
votes
1answer
99 views
.JAR + Android?
I just purchased an Archos 5 and I'm wondering if it is possible to put a .JAR file on it and use it as an application. I read somewhere that it is possible but saw somewhere else that it wasn't. If …
3
votes
8answers
499 views
List files inside a jar
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 …
0
votes
1answer
232 views
Read resource inside context (.war) from a jar file
I am using JBoss4.0.1 and Struts2.1.6
I have an application which have some configuration file(appConfig.xml in folder WEB-INF/config).
This congiuration file contains the relative paths of other …
4
votes
4answers
604 views
How Do I Automatically Generate A .jar File In An Eclipse Java Project
I have an Eclipse Java project. It contains a folder named "dist". In that folder is a .jar file.
How can I set things up in this project to make sure this .jar file is updated any time one of the …
2
votes
3answers
137 views
searching through .jar files eclipse
I'm porting a few java gwt projects into eclipse and the projects depends on many external .jar files, some of the dependencies seem to be dynamically linked so eclipse isn't picking up the missing …
