This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / Help me, I have cooked up a applet and put it in my www root directory, but when I run it in html file, it tell me that Load:class *** not found. What can I do , thanks
-paulzhou(alwaysbeginner);
2000-11-21
(#15258@0)
-
Your browser failed to download Applet code.What server are you using? If you tell us that, maybe some of us can help. Different server have different structures.
-jabber(jabber);
2000-11-22
{120}
(#15391@0)
-
You are so kind ,jabber, you always answer my question so quickly. My server is IIS, and the applet is used to access sql server by jdbc-odbc.
-paulzhou(alwaysbeginner);
2000-11-23
(#15475@0)
-
Since your Applet accesses the DB using sql, you need make sun's jdbc-odbc driver
(It is really a jdbc driver) downloadable as well.
-jabber(jabber);
2000-11-23
{528}
(#15569@0)
-
Thans Jabber, my solution, please com in.
-paulzhou(alwaysbeginner);
2000-11-23
{672}
(#15585@0)
-
Java Web Server is old now
-jabber(jabber);
2000-11-23
{1096}
(#15596@0)
-
how about oracle8i on linux?I want to know how can I access oracle db through jdbc?
-alwaysgreen(alwaysgreen);
2000-11-24
{55}
(#15624@0)
-
Write your Java code using JDBC to access Oracle.
-jabber(jabber);
2000-11-24
(#15701@0)
-
Please look into the jdbc subfolder in your Oracle installation directory, there are some good exampels. In addition, browse Oracle documentaion.
-jabber(jabber);
2000-11-26
(#15849@0)
-
Hi, buddy, do you know because of the reason of security, an applet is now allowed to access DB through JDBC-ODBC driver!
-ericwu(Eric Wu);
2000-11-26
(#15861@0)
-
Eric, few people know all things.
-jabber(jabber);
2000-11-27
(#15979@0)
-
Jabber, sorry, I did not want to mislead others, but I was too careless.
-ericwu(Eric Wu);
2000-11-28
(#16210@0)
-
Oh, My!
I should have writen "an applet is NOT allowed ...." but I .......
-ericwu(Eric Wu);
2000-11-28
(#16208@0)
-
If you could not load your class, your browser might have been old version that do not support your newer imported Java classes.
-chineloon(chineloon);
2000-11-28
(#16249@0)