Re: le path d'un applet
From: Geoffrey (geoffrey_at_nospam.invalid)
Date: 12/31/03
- Next message: Nathan Zumwalt: "Re: Tuning JVM"
- Previous message: Todd Corley: "Re: Vector Question for Newbie"
- In reply to: Peter Bradley: "Re: le path d'un applet"
- Next in thread: curious: "Re: le path d'un applet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 31 Dec 2003 16:09:54 +0100
Take a look at the J2SE API for Applet.
It has a method getCodeBase(). That's the one you want.
Most of the time it's the same as getDocumentBase(), however in the APPLET
tag you can set the CODEBASE to a relative directory to the html file
containing the applet.
-- Thank you for any and all help, Geoffrey "Peter Bradley" <apvx95@dsl.pipex.com> schreef in bericht news:3ff2a94b$0$25666$cc9e4d1f@news.dial.pipex.com... > Bonjour - et votre pardon. Je ne parle pas bien le francais. Mais, c'est > le "codebase" que vous le voulez, non? > > Peter > > "Francis" <fortier.francis@globetrotter.net> wrote in message > news:c2bc9cef.0312310046.235c56ec@posting.google.com... > > Bonjour, > > > > j'aimerais savoir si l'un d'entre vous pourrais me dire comment je > > peut faire pour avoir le path (l'adresse logique sur internet) du > > fichier .class d'un applet java pendant son exécution. > > > > merci > >
- Next message: Nathan Zumwalt: "Re: Tuning JVM"
- Previous message: Todd Corley: "Re: Vector Question for Newbie"
- In reply to: Peter Bradley: "Re: le path d'un applet"
- Next in thread: curious: "Re: le path d'un applet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|