Hello.. has anybody tried JCChart 4 component?
I've never succeeded in using that component.. there's always an exception.
But, if I try the example in klgroup site, it works very well.
The code from the site's like this:
 
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH = 600 HEIGHT = 500  codebase="http://localhost:8080/jinstall-12-win32.cab#Version=1,2,0,0">
<PARAM NAME = CODE VALUE = "demos/common/AppletWrapper.class" >
<PARAM NAME = CODEBASE VALUE = "../../.." >
<PARAM NAME = ARCHIVE VALUE = "lib/jcchart400J.jar" >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.2">
<PARAM NAME = "class" VALUE ="demos.chart.area.Area">
</OBJECT>
but, if I download the examples, the code in html for the same example in my local computer is like this:
 
<APPLET CODEBASE="../../.." ARCHIVE="lib/jcchart400K.jar" CODE="demos/common/AppletWrapper.class"
WIDTH=600 HEIGHT=500 >
<PARAM NAME="class" VALUE="demos.chart.area.Area">
</APPLET>
 
the problem is, when I try the "local" code, it won't work... it says that AppletWrapper.class not found, but I have located it.. it's there...
if I use the "web" code from the site.. I don't understand what it means...
so please.. can anybody help me?

Reply via email to