Bonjour,

Est ce qq peut m'aider svp, SOS...
je voudrai afficher les graphes dans une page html, pour ca j'utilise JFreechart, j'arrive a afficher mon graphe dans une applet sous eclips, mais pas dans une page.html?

Voici le code:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
 
 
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    width="500" height="500" align="center"
    codebase="http://javaweb.eng/plugin/jre-1.5.0_14 -win.exe#Version=1,5,0,14">
	<PARAM NAME="code" VALUE="C:\Documents and Settings\oxana iakchina\Desktop\NewPrApp\applet\TheApplet.class">
	<PARAM NAME="codebase" VALUE="C:\Documents and Settings\oxana iakchina\Desktop\NewPrApp\applet\TheApplet.class">
	<PARAM NAME="type" VALUE="application/x-java-applet;version=1.5">
	<PARAM NAME="model" VALUE="models/HyaluronicAcid.xyz">
</OBJECT>
J'utilise JRE 1.5

Merci bcp en avance.