> > I havean applet that connects to Oracle osing the thin client. It
> > works when run from IDE. When I try to load it into a web browser I
[quoted text clipped - 10 lines]
>
> robert
> Robert
> Danke shoen,
>
> But could you explain the fact that I can run the very same applet
> from IDE (IntelligIdea)? Apparently it means that this is possible
> somehow.
Apparently the IDE does not employ a SecurityManager. There is no server
that the applet was loaded from so it can't possibly check the connection.
Well it could use localhost, but apparently there are no checks.
> The problem is that I do not have access to the server and I need this
> application to be a part of a webpage.
As I said: don't use JDBC in applets. In your case either implement your
own protocol over HTTP or use Java WebStart.
robert
> Yuri
>
[quoted text clipped - 12 lines]
> >
> > robert