rcos.html causes error with ie
Status: Beta
Brought to you by:
newmana
After successfully running soma and runme (on Dell
Inspiron 2500 with XP Pro) I try to open the rcos.html file
The error I recieve is as follows:
Micorsoft Visual C++ Runtime Library
Runtime Error
Program c:\Program Files\Internet Explorer\iexplore.exe
This applicaton has requested the Runtime to terminate
in an unusual way.
I have run this successfully before a number of months
ago but in the meantime I have installed JBuilder9 as
well as other programs. The first time I tried running
rcos.html today it downloaded the Java Plugin ver 1.3
Any help would be appreciated
Ira Rudowsky, Assoc Prof
Brooklyn College
Dept of CIS
Brooklyn, NY 11210
rudowsky@brooklyn.cuny.edu
Logged In: YES
user_id=25304
Checked to see if you have the MS JVM or another installed
as well. I think have two JVMs can cause them to badly
interact with one another. I suspect removing or
uninstalling the other JVMs (RCOSjava needs 1.3 or above)
will fix the problem.
I'll investigate it further.
Logged In: NO
Hi, I don't know much about these things, but I did surmount
this problem by removing the JavaScript from the RCOS.html
file in the dist folder. This left the following, which should at
least open up the applet:
<HTML>
<HEAD>
<TITLE>
RCOSjava
</TITLE>
</HEAD>
<BODY BGCOLOR="#000000" TEXT="#ffffff" LINK="FF0000"
VLINK="0000FF">
<!-- The following code is specified at the beginning of the
<BODY> tag. -->
<APPLET CODE="org.rcosjava.RCOS" archive="RCOSjava-
0.4.2.jar,log4j-1.2.8.jar" align="center"
width="600" height="300">
<PARAM NAME="java_code" VALUE="org.rcosjava.RCOS">
<PARAM NAME="java_archive" VALUE="RCOSjava-
0.4.2.jar,log4j-1.2.8.jar">
<PARAM NAME="java_type" VALUE="application/x-java-
applet;version=1.3">
<PARAM NAME="screen_height" VALUE="480">
<PARAM NAME="screen_width" VALUE="640">
<PARAM NAME="baseDomain" VALUE="localhost">
<PARAM NAME="port" VALUE="4242">
<PARAM NAME="scriptable" VALUE="true">
No Java 2 SDK, Standard Edition v 1.3 support for APPLET!!
</APPLET>
</BODY>
</HTML>