Another useful tip to keep in mind is that Jar files are compressed using ZIP algorithm. You can open them using any ZIP utility such as WinZip to explore inside using a GUI utility as well as the jar command-line tool.
I found another freeware tool (Dietolog) which worked Ok and detects all dependencies, but still, my jar file doesn't work. I think I'll have to go for another solution as apparently the problem has to deal with JMF. I think there is some sort of "hidden" dependencies that are simply...
Thank you wushutwist for your tip!
I generated a jar file using JBuilder 6 Enterprise Edition and it is 432KB but it doesn't work. I don't know exactly what criteria used JBuilder to select what was included on the jar file. It certainly exclude a lot of classes but when I run the applet on a...
I have created an applet using JMF (Java Media Framework) and I would like to pack my applet plus ONLY those JMF classes my applet needs into a single .jar file. How can I determine what JMF classes have to be included in the Jar?. This is because the client may not have JMF installed preventing...
Hi kwunder,
I've used this code, which can be enhanced with a few lines more. You need a <span> tag to insert the date/time string on your page. Here's the code:
<script type="text/javascript">
function setToday() {
var months = new Array("Jan", "Feb"...
Hi vituz, thanks for your tip.
So far, I think a good start is to set a couple of events in order to trigger the functions.
When submitting a form, onsubmit is triggered (by the form itself) and then, after around 1 sec, onunload is triggered (by the window). So I thought that it would be...
Hi,
Let "pageP" be a page which contains a form "formP" and an inline frame (iframe tag) with another page. Let "pageC" be the latter page. Now, when the user submits a form within "pageC" (the one inside the iframe), I need to submit automatically...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.