Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Running applets on another server w/out jar-ing

0 views
Skip to first unread message

John

unread,
Aug 6, 1998, 3:00:00 AM8/6/98
to
My friend uses Visual Cafe on his server. He sometimes asks me to
test and debug them but I don't use visual cafe. I use Debian Linux
with the jdk1.1.5 distribution installed. I also have the jre
installed. What do I have to do to make his working applets work on
my machine. I.E. What files do I have to copy and what is the
process. What additions do I have to make to my CLASSPATH. I
appreciate your help.

John

Symantec/Chris Bernard

unread,
Aug 6, 1998, 3:00:00 AM8/6/98
to

John,

You are testing to see if his Applets work from his server. All you
should need to do is try to run the Applets on a JDK 1.1 compliant
browser. The Java Virtual Machine of the browser will handle the
loading of appropriate classes which the Applet depends upon.

Your friend just needs to make sure he has published the Applet
correctly. For more information on this, please see our on-line
Knowledge Base:
"How Do I Enable My Applet to Work from a Web Server?"
http://service1.symantec.com/SUPPORT/devtools.nsf/fe2999d757f269bb852565d3005cc1c8/4f5b695527b335f08825658d00012f3d?OpenDocument

If, however, you want to test the Applets under the JRE, you'll need
to get a hold of his Applet's class file and all of the classes it
depends on. You should just append a path to your classpath which
points to the directory which contains these classes. If you read the
above referenced document, I think you'll have a clear understanding
of what needs to be done.

Chris

------------------------------------------
Chris Bernard
[Symantec Corp.]

Please continue to post your messages to the public discussion groups as Symantec does not provide support via private e-mail.

If you have difficulty getting a response, please read the following article:
http://service1.symantec.com/SUPPORT/sharedtech.nsf/docid/1998527114414

For free technical support newsletters, Knowledge Base support articles, our Online Support Genie, and FAQs, visit our Visual Cafe support page:
http://service.symantec.com/vcjava/
------------------------------------------

0 new messages