Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java applet appears as a Black squar'd Object!

843810Feb 21 2005 — edited Apr 4 2005
Hi,
Developement Environment: MS Windows XP Professional with SP 2, Visual Studio.NET 2003, IIS 5, Norton Anti Virus 2004 etc...

I recently got a Java Charts from http://www.objectworld.com. I was going through their tutorials. They have got a *.Jar file as Chart.jar. They instructed it to be pasted in IIS. I did it and then said to paste the below the applet to my ASP.NET page:

"<applet code=com.objectplanet.chart.ChartApplet
archive=chart.jar width=200 height=140>
<param name=chart value="bar">
<param name=sampleValues value="10,20,30,40,50">
</applet>".

After pasting it, I could see Visual Studio displaying as "Applet." I click to design envirmonment, but the Java Object is displayed in a Dark black Rectangle/Square. The Chart object could be seen as a Black Square, and Then onwards everything get stucks. And I was able to get this in my Java Console:


"Java(TM) Plug-in: Version 1.4.2_06
Using JRE version 1.4.2_06 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Hifni.JBSProxy Configuration: No proxy----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------"




I don't know what is the problem. On the other end, my friends whom have the similar Softwares and Hardwares as do I, have no problems with this component. And I couldn't guess what has happend to me.

Pls is there anyone who could help me out of this, or perhaps have come across a similar problem earlier? I would like to hear from them.

Regards,

Hifni
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 2 2005
Added on Feb 21 2005
8 comments
282 views