.jar files

This is a discussion on ".jar files" within the JavaScript Forum section. This forum, and the thread ".jar files are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 25th, 2006, 16:27
New Member
Join Date: Jul 2006
Location: New York
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
.jar files

Hello. Im extremely new to webpage design and html. I really do not know code much at all. But I have built a website for my boss using Dreamweaver. I recently purchased a package to use in my website which involves me uploading a .jar file. However, I cannot get the program to work in dreamweaver. It appears as a blank java image in Dramweaver, and as a box with a red x on the server. This is the code:

<!-- BEGIN APPLET ELEMENT -->
<applet code="wwsw_SimpleLoan.class" archive="wwsw_SimpleLoan.jar" width="210" height="220" alt="Sorry, you need a Java-enabled browser to use this calculator.">
<param name="LOAN" value="95000" />
<param name="INTEREST_RATE" value="7.5" />
<param name="TERM_IN_MONTHS" value="360" />
<param name="POINTS" value="1.5" />

<param name="TitleFontColor" value="228B22" />
<param name="BackgroundColor" value="F3FFF3" />
<param name="LabelFontColor" value="3CB371" />
<param name="EntryBackgroundColor" value="FFFFFF" />
<param name="EntryFontColor" value="000000" />
<param name="AnswerBackgroundColor" value="98FB98" />
<param name="AnswerFontColor" value="0000FF" />
<param name="GridBackgroundColor" value="FFFFFF" />
<param name="GridLabelColor" value="228B22" />
<param name="GridBorderColor" value="CCFF99" />
<param name="GridFontColor" value="000000" />
<param name="GridHighlightColor" value="98FB98" />
<param name="GridHighlightFontColor" value="228B22" />
<param name="GridAnswerFontColor" value="663300" />

<param name="TitleText" value="Loan Calculator" />
</applet>
<!-- END APPLET ELEMENT -->



Thanks,
Adrienne
Reply With Quote

  #2 (permalink)  
Old Jul 27th, 2006, 13:57
New Member
Join Date: Jul 2006
Location: hk
Age: 28
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: .jar files

Hi ,jar file is a package of java class files .see .If you want to run Java class, there must have JRE in your OS.See How to install Java ,
After you install JRE in you OS,you can run applet.
Reply With Quote
Reply

Tags
jar, files

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
I cant upload two pdf files Pss JavaScript Forum 1 Jun 10th, 2008 23:32
how to upload files monstermunch Starting Out 5 Mar 25th, 2007 04:06
files not uploading skyfire400 Hosting & Domains 1 Mar 4th, 2006 18:30
Help with MP3 Files ricky1911 Web Page Design 5 Dec 13th, 2005 23:13
".lbi" files MotorMouth PHP Forum 2 Oct 18th, 2004 05:20


All times are GMT. The time now is 09:23.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43