![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jan 2008
Posts: 1
Rep Power: 0
![]() |
Does anyone have experience accessing Java Jar Object with ASP?
Hello everyone,
Does anyone have experience accessing Java Jar Object with ASP? Please kindly advise. Thank you. |
|
|
|
|
|
#2 |
|
Caffeinated Neural Net
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 925
Rep Power: 4
![]() |
Re: Does anyone have experience accessing Java Jar Object with ASP?
A .jar file is just an archive in the same format as .zip (only the file extension differs). As such, if you can extract the files from the archive, and/or add files to it, you're set. You could do this with external tools on the server (by running these programs from server-side code), or you could roll your own.
If you're looking to do the latter, this article may be of some use to you- but then again, maybe not.
__________________
A man's knowledge is like an expanding sphere, the surface corresponding to the boundary between the known and the unknown. As the sphere grows, so does its surface; the more a man learns, the more he realizes how much he does not know. Hence, the most ignorant man thinks he knows it all. - L. Sprague de Camp |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Programming with Java: Tutorial | ReggaetonKing | Java | 7 | May 20th, 2008 10:58 AM |
| Special browser in Java (Project) | stalefish | Java | 3 | Feb 9th, 2008 4:22 PM |
| use non java files in jar | mrynit | Java | 2 | Jun 11th, 2007 2:08 AM |
| Start Learning Java script | smita | JavaScript and Client-Side Browser Scripting | 0 | Mar 15th, 2007 7:47 AM |