Skip to Main Content

APEX

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 not displaying - Any suggestions

memoranAug 22 2007 — edited Aug 24 2007
I am trying to get a java applet to display in a html region. The code for the applet is <APPLET CODEBASE = "/i/v1pro"
ARCHIVE = "viewone.jar"
CODE = "start.jiViewONE.class"
NAME = "ViewONE"
WIDTH = "100%"
HEIGHT = "97%"
HSPACE = "0"
VSPACE = "0"
ALIGN = "middle">
<PARAM NAME="cabbase" VALUE="viewone.cab">
</APPLET>


I have installed it into the same directory as the htmldb\images\v1pro\viewone.jar so the reference of /i/v1pro should work but it is not.

Does anyone have any suggestions?

Thanks,

Mark
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 21 2007
Added on Aug 22 2007
2 comments
1,967 views