![]() |
|
![]() |
|
|
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: 1,039
Rep Power: 5
![]() |
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.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot. - Vaarsuvius, Order of the Stick |
|
|
|
![]() |
| 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 |