 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Thu Jan 19, 2006 9:36 pm Post subject: DataStoreDriver load error in applet |
|
|
Hi,
Using JBuilderX, I have created an database applet that runs fine as
standalone java, and within JBuilder using AppletViewer and HTML
preview. I connect to the local JDataStore and all functions are
normal. But trying to run the applet from my browser (Mozilla), I get
an error: "driver com.borland...DataStoreDriver could not be
loaded...". Click OK and everything shows up fine, except obviously,
the table. Here is my html code:
<applet
archive = "my.jar,d:\jbuilderx\lib\jdsserver.jar"
code = "mypackage.MyApplet.class"
name = "Some Name"
width = "800"
height = "480"
I included the jdsserver.jar file as this was the only additional
classpath needed to run standalone. Everything else has been compiled
within my.jar (all dependencies and resources) (Is it looking for the
license?)
Any help would be appreciated. I have searched the newsgroup, but
everything is pretty old and nothing with this same problem.
TIA
-mark |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Jan 25, 2006 6:59 pm Post subject: Re: DataStoreDriver load error in applet |
|
|
Ok...I did some more searching here and found the answers. Just to
summarize for others that follow, so the message is not a dead end...
This link from another topic
http://weblogs.java.net/blog/kirillcool/archive/2005/05/signing_jars_fo.html
(thanks Lori [TeamB] ) provided the info needed. I needed to sign ALL
the jar files, including the jdsserver.jar. Once I signed both jar
files, the applet loaded fine.
-mark |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|