source « jar « Java I/O Q&A





1. Does using compilers from different JDK versions on the same source file break (de-)serialization?    stackoverflow.com

I have a distributed application. The client and the servers share some common libraries. The client has to be compiled with a JDK 5 compiler or with target=1.5 (run anywhere also ...

2. Does putting Java source files into a JAR increase the JVM's RAM consummed?    stackoverflow.com

If not, why not always include sources file into "open source" JAR distributions ? (thanks in advance if you have some official weblinks that explain your answers)

3. JAR files - source code?    stackoverflow.com

First of all, I'm not a Java developer. I don't know much about it. Your help is needed, Java pros! I've received source code for a Java product (actually a customized ...

4. how to edit source code in JAR file and combine it again?    stackoverflow.com

I have extract the JAR file with winrar, and i able to saw all the class file which inside the JAR file. I wish to edit some of the source code for ...

5. Want Source Code of Jar file orkut-os-client-2.0.02.jar    stackoverflow.com

hello i want the source code of

orkut-os-client-2.0.02.jar
as i need to change somewhat in it.. Thanks in advance..!!

6. can be get back source code from jar file???????    forums.oracle.com

If you put source code into the jar file then you can get it out again. If you put a JPEG file into the jar file, then it doesn't have "source code" so it doesn't make sense to ask the question. If you put Java classes into the jar file then you can decompile them and get a version of their ...

7. attaching source code of jar files in ecllipse edidor    forums.oracle.com

Hi all, i want to attach source code for jre system library 1.5 while i am using ecllipse 3.2. i also want to attach other source code for struts.jar . but i am unable to do it. my another problem is that i have struts.jar 1.2.9 and source code for that version is not available on the apache site. so please ...

8. jar file and source code? (new to java!)    forums.oracle.com

Hi all! Sorry if this is a dumb question but I'm really new to java (.net guy). Someone sent me a jar file and now I need access to source code. I now that I can rename to .zip and view its contents (.class)... But what about source code? Can I decompile? As i understand, .class files are compiled .java files... ...

9. Open Source tool(Jar) for multiple file/folder upload    forums.oracle.com

Hi experts, I would be obliged if anyone could kindly let me know some open source file/folder upload tools which can be used free of cost and source files of which could be edited and used for customization. Need to integrate this tool with a php site. I hope multiple folder/file upload tools are best developed and made available only in ...





11. How can I make my source code with jar file?    forums.oracle.com

12. How to merge two jar files when you don't have the source code?    forums.oracle.com

It is just that I want to use Proguard to optimize the final release of my code and get rid of many many classes coming for several open source libraries I am using in my application (no licensing issues here). Most of the time, I only use less than 50% of these libraries. Some tests have revealed that I can already ...