当前位置: 技术问答>java相关
急!!在applet中打开Access表的工程,在IE中不能显示表
来源: 互联网 发布时间:2015-06-10
本文导语: 系统:WIN2000, 环境:JBUILDER5 数据库连接正常,但是在I浏览器中不显示APPLET中的ACCESS表 | oh boy, You use some classes that is not in the Jdk, "com/borland/dx/dataset/DataSet" So, find that class file. to...
系统:WIN2000, 环境:JBUILDER5
数据库连接正常,但是在I浏览器中不显示APPLET中的ACCESS表
数据库连接正常,但是在I浏览器中不显示APPLET中的ACCESS表
|
oh boy,
You use some classes that is not in the Jdk,
"com/borland/dx/dataset/DataSet"
So, find that class file. together put your applet class file into a jar file"
"jar -cf applets.jar com myapplet.class",
now in your Html code.
codebase = "."
code = "myapplet.class"
archive = "applets.jar",
hope that will solve your problem
You use some classes that is not in the Jdk,
"com/borland/dx/dataset/DataSet"
So, find that class file. together put your applet class file into a jar file"
"jar -cf applets.jar com myapplet.class",
now in your Html code.
codebase = "."
code = "myapplet.class"
archive = "applets.jar",
hope that will solve your problem
|
不会是ms.security的错误吧!!!
察看IE浏览器中的java console的出错信息。
察看IE浏览器中的java console的出错信息。