|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
.jar file
Hi, I have a question. I got a Test.jar file from a Vendor. This Test.jar file contains 2 classes
Class A{ public void getTime() } Class B{ public void setTime() } The vendor did not give me the A.class and B.class files. My question is how to I call those classes through Test.jar file. If I had .class files I know how to call them, but I had never used .jar . Please help. Thanks roman987@aol.com |
|
#2
|
|||
|
|||
|
Do you mean your vendor shipped you A.java and B.java in the
jar file? If so, you can extract them from the jar file and compile them to A.class and B.class by yourself. A jar file is really just a zip file so you can use tools like gunzip and WinZip. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > .jar file |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|