Search:

Type: Posts; User: ncreaved

Search: Search took 0.10 seconds.

  1. Re: Determine If Applet was lunched directly form localhost

    It was quite easy.
    First I have used getCodeBase() method in my applet and then i have passed it to the php script located on server.
    In that script i had compare passed codebase with the codebase...
  2. Re: Determine If Applet was lunched directly form localhost

    Sorry, lately i have a lot on my mind and i forget to answear.
    This has solved my problem :)
    Thank you very much for your help.
  3. Replies
    3
    Views
    1,163

    Re: cant catch NoClassDefFoundError

    You probably misunderstand me. Everything is working correctly when i am lunching my app using JWS and i know that this is dedicated for this but i'm wondering if there is a way to catch the...
  4. Replies
    3
    Views
    1,163

    cant catch NoClassDefFoundError

    Hi.
    This is my code:


    try {
    final BasicService bs;
    final URL codeBase;
    try {
    bs = (BasicService) ServiceManager.lookup(
    ...
  5. Determine If Applet was lunched directly form localhost

    At first i would like to apologize for my english. :)
    I know tha every time when somebody is lunching an applet from a website it is dowloaded to klient pc and lunched on JVM. But can i determine...
  6. Replies
    1
    Views
    1,920

    accessing applet outside the wwwroot

    Hi
    At first i would like to apologize for my english.
    I have put my applet outside wwwroot to a directory called APPLET to prevent hotlinking and now i'm having some accessing problems.

    I have...
Results 1 to 6 of 6