Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   ASP (http://www.programmingforums.org/forum32.html)
-   -   Does anyone have experience accessing Java Jar Object with ASP? (http://www.programmingforums.org/showthread.php?t=15041)

Andryanus Jan 25th, 2008 10:05 PM

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.

lectricpharaoh Jan 27th, 2008 2:36 AM

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.


All times are GMT -5. The time now is 4:52 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC