LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   executing java class file (https://www.linuxquestions.org/questions/linux-software-2/executing-java-class-file-270849/)

niranjan_mr 12-27-2004 01:25 PM

executing java class file
 
Dear all

I have a class file which is embedded in html code with tag <applet>

The html files and respective class files are in the directory and this directory is
a document root to a website. hosted in Redhat linux 9 with httpd 2.0 and
java version "1.4.0_01" and tomcat 4.0.4 , but the indexfile in the web through which the class file is embedded with the help of tag <applet> is not loading when the webpage is viewed ..

the applet tag is below

<APPLET CODEBASE="." CODE="TextScroll.class" CODETYPE="application/java" WIDTH=128 HEIGHT=582 hspace="2" vspace="3" border="2"><PARAM NAME="data" VALUE="/sample_NIT.txt"><PARAM NAME="wraptext" value="false"></APPLET>


please help me out


Regards
Niranjan

manvirr 12-27-2004 02:03 PM

What browser are you using??? if it is Internet Explorer 6.0 on Win XP, please load java runtime environment on your XP / Client machine. Applet essentially runs on the client and not on the server.

Cheers.


All times are GMT -5. The time now is 08:41 AM.