Jar 6 « jar « Java I/O Q&A





1. Edit jar file    forums.oracle.com

It looks to me like you are trying to insert a file into an existing jar file. This can't be done, which may be why you are having trouble with it. Here's what you should do: (1) Extract all the files from the jar file into a new empty directory, creating subdirectories as necessary. (2) Put the new file into the ...

2. Jdk just installed on XP and now .jar files won't start    forums.oracle.com

My system is windows XP pro. Yes I rebooted after installing JDK. "java -version" displays: java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing) I launch the .jar by double clicking on them. I get no error, I double click on a .jar and nothing happens. Edited by: ll_corp on May 6, ...

3. How to create a jar file    forums.oracle.com

And yes "Ankit__Gupta" as "ejp" said read the official documentation it will help you. And refrain from reading any "inept and irrelevant mangling of it". As you can see from the number of posts by ejp, he is very respected member of this forum, we should take his expert, time tested, great suggestions. Suggestions from others are usually inept. Respectfully

4. Replace one file in a jar file    forums.oracle.com

5. Creating jar file    forums.oracle.com

How do I create a .jar. When I do do clean and build it gives me this: init: deps-clean: Deleting directory /Users/Jeff/SimpleThreads/build Deleting directory /Users/Jeff/SimpleThreads/dist clean: init: deps-jar: Created dir: /Users/Jeff/SimpleThreads/build/classes Compiling 3 source files to /Users/Jeff/SimpleThreads/build/classes compile: Created dir: /Users/Jeff/SimpleThreads/dist /Users/Jeff/commons-net-2.0 is a directory or can't be read. Not copying the libraries. Building jar: /Users/Jeff/SimpleThreads/dist/SimpleThreads.jar Not copying the libraries. To ...

6. Simple Question: Implementing a Third Party .jar File    forums.oracle.com

Right click on your project in your "Projects" window Go to the last item in the pop-up menu, "Properties" and click on it In the Categories window on the left, click on "Libraries" Look to the right part of the window for the "Add JAR/Folder" and click on it navigate your file system til you find the JAR that you want ...

7. jar file only runs on my computer    forums.oracle.com

So, I've written a java program to implement a genetic algorithm. It's not too complex, but it's my first java program. The problem is that it won't run on any one else's computer. It runs fine on my computer, but not on anyone elses'. Let me clarify. The interface will open on all computers, but it doesn't finish executing the algorithm ...

8. Pass arguments to JAR file    forums.oracle.com

how can i pass arguments to .jar file without command prompt Details: i make client / server program, i used SSL in my program, i am using NETBEANS IDE as a tool, my program take Certificate Authority information(CA) as startup. I set my CA information from project window property --> Run --> VM Option values(-Djavax.net.ssl.trustStore=testStore -Djavax.net.ssl.trustStorePassword=tutorial) when i rum form NETBEANS ...

9. Invalid jar file    forums.oracle.com

I'm currently working on an Azureus/Vuze plugin. When I last updated my code and installed the plugin, it said that the file was an invalid jar file. My code contains no errors in Eclipse, but I've noticed some of my filenames have a small box with a white star in it next to their name in the package explorer. I can't ...





10. jar file name collisions    forums.oracle.com

11. java command for jar files    forums.oracle.com

Hi all, Is there any java command not to load the jar files which have already set in classpath. for ex: I have set the classpath path for three jar files 1. A.jar 2.B.jar 3. C.jar when I run my application I want to tell jvm not to load the B.jar. which command? Thanks Bhanu lakshmi?

12. jar file -- question    forums.oracle.com

I created my java program in my local drive and when i run the java program from eclipse it gives me all the files i expect my program to give me . But when i execute the jar executable from a different drive , where the jar files of the databases are also placed. Its executes , & leaves me with ...

13. Editing a JAR file?    forums.oracle.com

It's rather rare that you want to modify .jar files, they are meant as archives. That means once they are created they are usually not changed any more (only a new version created from scratch, eventually). Why do you need it? Also note that .jar files are essentially .zip files so you can use your favorite zip tools to edit them. ...

14. Conver .jar to java files    forums.oracle.com

15. Jar file creation date    forums.oracle.com

16. Using files that are in a .jar file    forums.oracle.com

the code would look like this : public static Image getImage(Class relativeClass, String filename) { Image returnValue = null; InputStream is = relativeClass.getResourceAsStream(filename); if (is != null) { BufferedInputStream bis = new BufferedInputStream(is); ByteArrayOutputStream baos = new ByteArrayOutputStream(); try { int ch; while ((ch = bis.read()) != -1) { baos.write(ch); } returnValue = Toolkit.getDefaultToolkit().createImage( baos.toByteArray()); } catch (IOException exception) { System.err.println("Error ...





17. create a jar file using the jar tool    forums.oracle.com

Hello all, can somebody help me with this situation: I use the following comand jar cfm Seti.jar manifest.mf Seti Seti.jar is the name of the file I want to create and Seti is the name of the folder where I have the class files, the manifest file and the Seti.java. The manifest file is also out of this folder (exactly the ...

18. .java file to .jar file    forums.oracle.com

19. exporting .jar file    forums.oracle.com

Maybe it's something else, and maybe someone forgot to look at the Java console (rightclick that Java tray icon that usually shows up when running an applet), and most certainly someone forgot to provide an error description and to use code tags in his post. The manifest doesn't matter, you don't have a main class.

20. Compress two .jar file into a new .jar file    forums.oracle.com

Hi all, i would like to ask it there anyone know how to compress two or more .jar file into one new .jar file? because i'm currently need to engage with one big project which have to add 34 .jar file into JCreator, so that the relevant classes can be found when compile the code. another question is, what is the ...

22. Unable to lauch a .jar file    forums.oracle.com

[NOTICE ] thaw.core.PluginManager: Loading default plugin list [NOTICE ] thaw.plugins.QueueWatcher: No button to display ? [NOTICE ] thaw.plugins.QueueWatcher: No button to display ? [NOTICE ] thaw.plugins.insertPlugin.DefaultMIMETypes: Extension spl assigned to application/futuresplash in preference to 331:application/x-futuresplash [NOTICE ] thaw.plugins.insertPlugin.DefaultMIMETypes: Extension mif assigned to application/vnd.mif in preference to 364:application/x-mif [NOTICE ] thaw.plugins.insertPlugin.DefaultMIMETypes: Extension m3u assigned to audio/mpegurl in preference to 434:audio/x-mpegurl [NOTICE ] ...

23. JAR File Development environment    forums.oracle.com

Hi Guys, I?m working on a plug-in for the popular editor ?JEdit? (http://www.jedit.org/). I?m a very new Java developer and have been asked to help maintain existing code. My problem is not so much the code itself as the development process ? the notes in the project suggest editing and testing the plug-in in a manner that just doesn?t make sense ...

24. Invalid or COrrupt JAR file    forums.oracle.com

I have one jar file of java classfiles created in eclipse. Its working fine with eclipse after giving Run Configuration (main class). But when I try to run jar file from command prompt its giving me error - ' Invalid or corrupt jar file' I have edited Manifest.mf for adding Main-Class also. I have also checked in Tools-->folder option-->File Types-->Selecting Jar-->Advanced-->Edit ...

25. JAR File    forums.oracle.com

That picture is not big enough to be readable at least for me. You can copy from a Command Prompt by clicking on the icon in the top left corner, choosing Edit->Mark, marking the text with your mouse, then go back to the top-left menu and select Edit->Copy. Now you can paste the message into the forum. It would be good ...

26. Add file to jar    forums.oracle.com

This made the jar file bigger with the size of the picture. But the picture is not showing and in command line I get an error that it didn't find the picture. Please tell me what I am doing wrong. When I compile my code everything works. The picture is in the project default so it gets opened with "myPicture.JPG" (no ...

27. How can I get the barcodej4.jar file?    forums.oracle.com

29. how can i rename a jar file using only java code    forums.oracle.com

In case you geniuses haven't realized I said I tried everything I can think of not that I tried everything. So help or shut up I realize that I didn't try everything but if you can't figure it out either DO NOT POST. And the question is how can i rename a jar file using java code? As it says in ...

30. Jar file compatible with iReport 3.7.2    forums.oracle.com

Hi, I am trying to get the reports of my application using jasper reports. I am using iReport v3.7.2, I tried using jasperreports-3.0.0.jar and jasperreports-3.7.3.jar but both of it gave a version incompatibility error, can some body tell me wch jar version should be used an send me the link frm whr i can download it. Thanks in advance.

31. Any Other ways to implement a .jar file?    forums.oracle.com

Hi there!! I'm a not a java expert, I'm not a beginner as well. I would like to know other ways of executing a .jar file. I have jar file which would run a tool called "RRDTOOL" after executing it. That tool users create, update and few other commands to create a database. Here is a snap shot. [http://www.fileden.com/files/2009/4/17/2408006//1.jpg|http://www.fileden.com/files/2009/4/17/2408006//1.jpg] Is there ...

32. Use jar file under the WEB-INF/lib    forums.oracle.com

After I placed the spring.jar file to the WEB-INF/lib directory, if I refer the ModelAndView object, like: ModelAndView model = ... The system can automatically find: import org.springframework.web.servlet.*; This is fine. But when I created a class named Test.class (relative path: com/test/) and zipped it to a jar, test.jar, I place the jar file to the WEB-INF/lib directory, and then I ...

33. creating jar files    forums.oracle.com

Manifest-Version: 1.0 Main-Class: prog EDIT1: Ok, it created the JAR file but now its saying "Could not find main class: prog. Program will exit." I looked inside the jar and there is a file "META-INF" (no extension) and a folder "META-INF" with MANIFEST.MF. No prog.class or images folder. EDIT2: Ok, I created a zip file added all the stuff there, renamed ...

34. Creating jar file`    forums.oracle.com

35. Show list of files in jar    forums.oracle.com

I have many packages in my jar and I want to show a list of the files that are in one of the packages. In the jar there is a package named /eu/name/languageFiles and I want to print out all the files that are in that package. Other small question: is it possible to change the jar that is currently running? ...

36. apache-zip.jar name attachment file bad encoding    forums.oracle.com

I'm not sure what your problem is but it seems silly to fully read the file (using a FileInputStream) into a byte array and then turn those bytes back into an InputStream (as a ByteArrayinputStream) so that you can write them into the ZipOutputStream. Just read the FileInputStream as you have the ByteArrayInputStream - no need to read the bytes into ...

37. How to know if the current application jar file has been overwritten?    forums.oracle.com

When I overwrite a jar file that is being used, the buttons that call new windows stop responding silently but is there some check I can make from within the application to know if the jar file has been overwritten, so that I can warn the user to restart it? I know this sounds bad so let me explain why I ...

38. java application to jar file    forums.oracle.com

I use eclipse and i have a java program which run without any problem, but when I export this program to jar file(export->java->jar file) I get the jar file and when I run this jar file ,it run for few seconds then it stop to run,despite in eclipse it run . I don't know what is the problem

39. creating jar files    forums.oracle.com

Up untill now, I let my Java Editor write jar files for me, but now I use packages and these jar files no longer work. So I browsed through all kinds of tutoials on how to create jar files and they all say similar things: to create a jar file, use a command like: jar cf myFile.jar *.class What I don't ...

40. missing jar file causes application crash    forums.oracle.com

Hi, I'd like to ask your help in the following problem: Lets have four application: B: basic application 3PP: 3PP application, used by A2 A1: user application 1, depends on B A2: user application 2, depends on B and 3PP Class Parent is defined in B, and their children Child1 and Child2 are defined in A1 and A2, respectively. 3PPException is ...

41. How to automate build jar file with different variables values?    forums.oracle.com

I am ignorant of J2ME issues, so I will not comment on the technique chosen, other than that it looks a bit peculiar. Now, you don't need to modify your Main class on the fly. Just read in Main the two values of interest from a text file, let's say a Properties file. Modify that file. Jar your program plus the ...

42. Looking for jar file    forums.oracle.com

As the "java.*" package suggests those are not part of any library, but of the core Java platform itself. They have been introduced in Java 5 (a.k.a. 1.5.0) so you'll have to update (correction BigDecimal existed before, but the other two were new in Java 5). Note that 1.4.2 has finished its EOL transition period in October 2008, so it's been ...

43. jar file to identify the table for a user request    forums.oracle.com

When a user clicks on some button it goes to DAO layer and get executes the table with query. Since my application is very large and I am new to the application, instead of tracing from front end to back end, there is a open source tool(enhanced logger jar) is available to identify the query executed and also to identify which ...

44. how to import external jar file    forums.oracle.com

i am using bcprov-jdk14-124.jar file for my project. i can import this jar file through eclipse project properties but this is not worklng when i create jar file for my project. This is worked in eclipse only. i want to use that jar file in my project current path. so any body help me how to import this jar file? ( ...

45. unable to create jar file?    forums.oracle.com

Hello everyone, Actually I have tried almost everything but i am unable to create a jar file. I have only two files LokMenu.java, LokMenu.class and i tried almost everything but i am just unable to create jar file. I am getting this error: failed to load Main-class manifest attribute from c:\docs and settings\.....

46. JAR files    forums.oracle.com

Okay? Edit: P.S. "automatic execution" AKA "job scheduling" is a System/OS feature, nothing to do with java. Edit Again: Unless, of course, you are going to be running some application, and only during the execution of this app will this "project folder" be monitored in which case Timer and TimerTask may be what you want.

47. How to add file to a Jar file (via Java code)    forums.oracle.com

Scheiner wrote: I need to add a text file that contain data of the server now being used and insert it into a specific jar (which I now for certain is not currently used). It isn't possible to add a new entry to a zip archive (which is what a jar file is). You should really try to set up your ...

48. Jar only specific file types    forums.oracle.com

Hi Folks Is there any option to feed my requirement ? I have below folder structure acme/hmtl/1.html acme/html/2.html acme/html/3.css acme/css/2.css acme/css/1.css acme/css/3.html I want to create jar which should contain only html files. But the recurssive folder structure can extend to any number. And the jar should contain the exact folder structure same as source. I need to execute the command ...

49. javax.tools.JavaCompiler and jar files    forums.oracle.com

Hey all, I have an executable jar file. This file contains an application that compiles java source files. If I execute the jar file from the command line, the compiler generates class files as expected. However, If I click on the jar file, the compiler does not generate any class files. I already flush and close the StandardJavaFileManager at the end. ...

50. Jar file to create custom tag    forums.oracle.com

51. Help with Java JAR file opbfuscation.    forums.oracle.com

I am looking for a free (no $) for use on commercial java code code obfuscation program, which can beat the Jode decompiler. I have tried Proguard, and I have tried Joga (using Jode itself for obfuscation is too complex for my purposes). Is there a simple way to beat decompilers like Jode and DJ, without a financial outlay if possible, ...

53. How to create a jar INDEX.LIST file    forums.oracle.com

I thought I found 2 ways to do this 1> INDEX.LIST 2> [One-Jar Utility |http://one-jar.sourceforge.net/index.php?page=introduction&file=intro] Could you suggest me how can I have a set up of just one jar which has main class refering to many jar files which are all(main class jar + lib jar) within one jar. Thanks, Ranjitha

54. Listing files inside a JAR file    forums.oracle.com

55. How to Create Jar File    forums.oracle.com

There's jars and then there's executable jars. The difference is that an executable jar contains a special file called a manifest, which you can add using the -m option on the jar command. The crucial thing that needs to go in the manifest is a line designating which is the application's main class.

56. .jar file only works with 'java -jar'    forums.oracle.com

I have a .jar file that contains an installer. When I double click it nothing happens on my work computer (vista32). I have tried moving it to my home computer (vista64 and winXP) there it works fine when I double-click it. I have found a temporary solution for the work/vista32 machine. If I run it with: java -jar installer.jar it works. ...

57. Can't see method argument names after creating a JAR file    forums.oracle.com

The variable names and the classpath ref id is set properly. This successfully compiles and creates the JAR file. I'm referring this jar file in another project. When I type the "." to see the available methods in the Jar file (I'm using Eclipse IDE), I see the methods, but the arguments are named as "arg0", ...

58. Data file built into jar    forums.oracle.com

Hello everyone, I was thinking about making a simple text based game and I was wondering if there was some way that I could make it so that there is a file that saves data. That way they can load their game and such allowing them to not have to start all over. I was thinking that there would be a ...

59. jar file    forums.oracle.com

60. Logging not working with the jar file    forums.oracle.com

61. Java code to edit a .jar file    forums.oracle.com

GanMatt wrote: Hey, I've been researching into a project I'm planning to start and have most bases covered. Though I need help with this problem: - If you have a .jar file in your jar application, what's the code to take that file and save it to somewhere else in the hard disk? Google for "Java FileChannel example" - What is ...

62. jar.pack file    forums.oracle.com

jar tool combines multiple files into a single JAR archive file .jar and to create jar file............ first collect all class and main class file then Make a Manifest file which contain Main Class name and Version. then open cmd and type command *jar cvfm myJarFile.jar myManifestFile *.class** myManifestFile is as Manifest-Version: 1.0 Main-Class : MainClass

63. Reading/Saving From File (Jar Freindly Approach)    forums.oracle.com

I'm still dumb founded on why you dont get my requirements. I need to code in a way to support jaring. You cannot Jar succesfully if your using local machine address. wether it be loading a picture, sound, video or in my case reading/writing from a file. This can be done using Url's i didnt it last year. sadly its on ...

64. What is the command to create a jar file through Command Promt?    forums.oracle.com

Hi, I done my java project. Now i need to create a exe or jar file to fully complete it. I decided to create a jar file. Because, It'll support both PC and MAC. I exported my JAR file through eclipse. But that jar file loads without images and icons when it is in other directory. How can i include images ...

65. how do i control which JRE runs my jar file?    forums.oracle.com

I posted this question originally in another forum (JAR) at http://forums.sun.com/thread.jspa?threadID=5377503. Now that I'm thinking about the question more, I think what I'm trying to ask is if there is a way to specify a default Java version (or JRE) to run my application (if it's available)? Here's a summary of my problem. I tested my Swing application only on Java ...

66. How to add jar files in project?    forums.oracle.com

Hi everyone, Im stuck at one problem. I have third party API which are in jar files. I want to add reference those jar files in my projects. How to add all jar files at once in my project? Also, jar files are in different folders, like rootFolder |- jar1.jar |- jar2.jar |- Folder1 | |-subjar.jar | |-subjar2.jar |- Folder2 |- ...

67. jar file can not work well    forums.oracle.com

68. Edit files in a Jar    forums.oracle.com

69. File objects in jar file    forums.oracle.com

Hi! Is their some kind of way one can use File objects in a jar file plz? I have a project which is complete and working well on the IDE but now that I have jarred it, i've come to realize that apparently file objects do not relate well with .jar files. The problem is that the program makes a lot ...

70. build JAR file for phone?    forums.oracle.com

Hey, i just created this simple application in Java that just shows a small dialog. I've builed it with Netbeans and uploaded the .jar file to me mobile phone. When i tried to open the file on my phone i got the error message: 'invalid jar file'. So obviously you can't just run Java programs on a phone... What do i ...

72. Jar file containing other Jar files    forums.oracle.com

Hi all, I am trying to relase an app that requires jdom.jar within my own jar file. My App works perfectly within Eclipse as it's included in the Referenced Libs however, when I Export "App Client Jar File" the code is unable to include this classpath. The jdom.jar file is included into my original jar file but it does not find ...

73. Jar file dought..    forums.oracle.com

Hi friends, I have a jar file which contains 1 swing program and 1 shell script file. If i run the jar file using java -jar myjar.jar,my swing appln is running.In my swing program i have called the shell script code. For that i need to specify the path of the .sh file in my swing code.Since my sh file is ...

74. write to file inside jar file    forums.oracle.com

This will be on a web page to which I don't have access and I don't think they want me to use files in their filesystem. All the scores file will be used for is writing a score and then later on retrieving the score and displaying it. This won't contain anything to make the file work. Would that be allowed? ...

75. jar file execution failed on Redhat    forums.oracle.com

Hi All, I am unable to execute jar file on Redhat 4ES using terminal. The same jar is executing smothly on windows and Mac OSX The error shown on the terminal is given below: # java -jar oiaccess.jar Warning: -jar not understood. Ignoring. Exception in thread "main" java.lang.NoClassDefFoundError: ..oiaccess.jar at gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.5.0.0) at _Jv_ThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.5.0.0) at _Jv_RunMain(java.lang.Class, byte const, int, byte ...

76. Regarding jar files    forums.oracle.com

Hi I have a jar file inside a jar file .Could anyone let me know how to read the contents of the each of class files(into a byte array) inside the nested jar file ie, I have B.jar inside A.jar and B.jar contains a.class and b.class i need to read contents of a.class and b.class into respective byte arrays

77. how to create a jar file    forums.oracle.com

I have a class called Formulex(it contains GUI and has a main method) that I programmed in ready to program. I want to create an executable jar file that you just double click to run Formulex. I now that I have to create a text document and save it with a .jar extension, but i have no idea what text to ...

78. JAR file not working?    forums.oracle.com

79. Max. heap size - possibility to set in jar file ?    forums.oracle.com

Thanks for your quick and economic response. Another way would be to use a tool like Launch4j which builds an exe file. Until now I have not been a friend of exe files for java programs. Since my application is only used in Windows environment I will have to rethink this opinion.

80. How to refer a .jar file in the code.    forums.oracle.com

How to refer a .jar file in the code. I want to use a library dnsjava.jar, which I download from the internet. I want to know how to refer it If I am compiling the code on Solaris If I compiling the code on windows using eclipse. I added the following line in my code to refer to this library. But ...

81. Jar Files    forums.oracle.com

82. Referencing JAR Files from a Program    forums.oracle.com

I have a class which references several different Apache Xerces classes which are inside a JAR File. When i'm editing the file in netbeans, it will set things up so that I can simply import from the folders which are inside the JAR files, for example org.apache.xerces.parses.* However, if I want to run the file outside of netbeans, the program has ...

83. The .jar files    forums.oracle.com

I opened a jar file with a text editor, however the text editor did not show understandable for a human code, many of the leters were not recognized from the text editor and were shown as an empty squaires. This is why I suppose that the jar file is not a text file.

84. any other option to a JAR file?    forums.oracle.com

i am learning java SE and netbeans makes all my programs into a jar file. now the jar files execute fine on my computer but on computers of most people i share them to they tend to launch a zip utility. is there any other type of executable one can make of a java program which can guarantee proper execution of ...

85. All jar files is being d/l even request for particular lazy jar file.    forums.oracle.com

HI All, JRE Version - 1.5.0_14 Requesting for partitcular lazy jar file fhrough loadPart API but JWS is downloading all the jar files list in jnlp file. We have check the requiest part name, it is extracly same and its case sensetive also. Kindly provide the input if anybody has information about this. There was some issue related to lazy part ...

86. Changing "Opens with:" name when you register a .jar for a file extension    forums.oracle.com

I'm currently using the JDIC filetypes library to register a .jar I've made to be the default application to open files with a specific extension. It works fine with the application registered as "javaw.exe -jar "" "%1" but because the application being run is javaw.exe, it shows up under Open with: as "Java(TM) Platform SE binary". Is there any way to ...

87. Add file to JAR    forums.oracle.com

88. All steps of creating JAR files.    forums.oracle.com

Hi Rocky, These are ateps to create jar files To create a JAR file from your help files, make the top level help folder the current folder. The jar command descends recursively through the different directories and copies all of the files to the JAR file. Use the following steps to create a JAR file named my_help.jar from the hierarchy example ...

89. org.apache.commons.i18n.bundles jar file    forums.oracle.com

90. Making the jar file    forums.oracle.com

That reminds me of something I read recently on dailyWTF. Aparently there used to be a typing test that would only accept the correct letter. So if you had to type "hello" you could hit any letter except 'h' and nothing would happen. Once you hit 'h' then it moved onto the 'e' and repeated the process. Basically it tested the ...

91. jar file    forums.oracle.com

92. jar file    forums.oracle.com

93. Regarding Modification of Jar File    forums.oracle.com

Hi Gurus I am using a Software (Source Files in different directories+Jar File Given).It works well for the program that I want to use.. I have changed one of its source files i.e. a Program (before this program processed one file ...now I changed it for multiple files).. Now I want to use this Software ...So after changing the program , ...

94. jar file importing    forums.oracle.com

i am importing the this two jar files in my project, importing path and create the instance is perfect. my problem is first parity jar file instance method are invoking (Test1.jar file instance methods getting), when I call Test2.jar file methods giving compiletime showing. but i want to call all methods (Test1.jar and Test2.jar file methods)

95. Question about creating a JAR file    forums.oracle.com

Hello, I have got some projects that I did in eclipse IDE and I want to turn them into JAR files. I there is a way to do it through eclipse, to press export on a project and etc,, but when I press export a window is opened and I dont really know what to do in that window Anyway , ...

96. How or where do I put referenced jar files?    forums.oracle.com

I am using ant to build an application. The code references a jar file that I have included, but I don't think it's being picked up perhaps due to the way I've specified it. The jar contains: jar tf jar/panelprobe.jar META-INF/ META-INF/MANIFEST.MF com/ com/fayettedigital/ com/fayettedigital/panelprobe/ com/fayettedigital/panelprobe/clients/ com/fayettedigital/panelprobe/dto/ com/fayettedigital/panelprobe/main/ com/fayettedigital/panelprobe/util/ lib/ meta-inf/ com/fayettedigital/panelprobe/clients/GETcpClient.class ... com/fayettedigital/panelprobe/main/PanelProbe.class ... lib/ibmaio.jar The manifest reads: Manifest-Version: 1.0 ...

97. how to create our own .jar files    forums.oracle.com

98. working with JAR files    forums.oracle.com

I am looking into jar files, and i have become a bit stuck on the tutorial. It says To perform basic tasks with JAR files, you use the JavaTM Archive Tool provided as part of the Java Development Kit. What is this tool and how can i see it? Also, when it says to do stuff on the command line, is ...

99. Java Jar File    forums.oracle.com

100. Doubt regarding jar file    forums.oracle.com

To run JavaBeans, Java servlet on Tomcat, you need to put the class files in WEB-INF/classes/yourpackage/MyJavaBean.class or put the jar file in the lib directory. To compile Java source file into class file, you need to specific the classpath correctly. It does not matter where do you put the file in which directory of tomcat. You can compile the source file ...