Thread: Problem in JDBC
View Single Post
  #7 (permalink)  
Old 07-01-2008, 04:14 PM
masijade masijade is online now
Senior Member
 
Join Date: Jun 2008
Posts: 474
masijade is on a distinguished road
To both of the last posters. He is using an Applet. That means that the application itself will be running on a client machine that he may (and probably should) have no control over. That he means, whatever he writes will have access to core java, and core java, only, unless he provides it from the "codebase" he defines in the Applet tag.

@OP: Make sure the Driver is freely distributable, though, otherwise you will be violating license restrictions, and that could become very costly in terms of both money (fines) and time (prison).

Last edited by masijade : 07-01-2008 at 04:17 PM.
Reply With Quote