|
-
Mar 22nd, 2006, 09:01 PM
#1
Thread Starter
Addicted Member
Applet in Client
Now I can use the applet in the computer has J2SDK installed and this computer has a web server(IIS). Then I put class and html files(Applet) in Web server folder. I can view this html file in server but it does not work in client. How can i do? I used Intranet.
-
Mar 23rd, 2006, 12:01 AM
#2
Re: Applet in Client
Is your client within the same Network?
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Mar 23rd, 2006, 02:12 AM
#3
Thread Starter
Addicted Member
Re: Applet in Client
Yes. Clients are in the same network. We can share network resources. We can also access html files in web server but it does not display the applet in this html files. IE recognize <pplet> tag in web server but it does not recognize in client. But I can use this client machine to access the web page(in the Internet) containing applet and it display the applet properly.
-
Mar 23rd, 2006, 09:16 AM
#4
Frenzied Member
Re: Applet in Client
Can you post the <applet></applet> code? I'ld like to see what you have for archive = .
-
Mar 23rd, 2006, 02:38 PM
#5
Re: Applet in Client
 Originally Posted by ychhuong
Yes. Clients are in the same network. We can share network resources. We can also access html files in web server but it does not display the applet in this html files. IE recognize <pplet> tag in web server but it does not recognize in client. But I can use this client machine to access the web page(in the Internet) containing applet and it display the applet properly.
Does your client have the JRE or the JDK installed?
it's necessary
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Mar 23rd, 2006, 08:32 PM
#6
Thread Starter
Addicted Member
Re: Applet in Client
Here is my code:
VB Code:
<html>
<body>
<applet code="class1.class" width="100" height="200"></applet>
</body>
</html>
Clients didn't have JRE installed. If it is necessary, why these client(or other computers did not have JRE installed can accesss web page(applet) like playing game in the Internet in Java web site containing Applet.
-
Mar 24th, 2006, 04:04 AM
#7
Re: Applet in Client
They do have JRE installed, they might not remember installing it but they do have it.
You can't run an Applet unless you have JRE on your computer
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Mar 24th, 2006, 04:31 AM
#8
Thread Starter
Addicted Member
Re: Applet in Client
For example, I have a web site containing applet. Some users don't know what JRE is. They just know how to browse web pages. If they visit my website and their computer do not have JRE installed, they can not view the web pages. Is there any good solution?
-
Mar 24th, 2006, 05:10 AM
#9
Re: Applet in Client
Do like everyone else does and provide a link to install JRE in your website
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Mar 26th, 2006, 10:57 PM
#10
Thread Starter
Addicted Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|