2006/11/9, Alexandre Leclerc <[EMAIL PROTECTED]>:
2006/11/9, Graeme Geldenhuys <[EMAIL PROTECTED]>:
> On 09/11/06, Alexandre Leclerc <[EMAIL PROTECTED]> wrote:
> > Implementing java looks overkill... I just don't know where to start.
> > I downloaded mozilla source. There is a folder for java-sun. I also
> > checked out http://javaplugin.sourceforge.net/ to have a look.
> >
> > Did anyone started the java applet interface? (Because I would at
> > least know where to continue...) My personnal needs are only to start
> > the applet inside the panel with init stuff. Then kill the applet when
> > required. Further interraction could be made later. But the JavaVM
> > stub, etc. is quite a monster to work with.
>
> You wouldn't be working with the JavaVM, only the Java dll that needs
> to be in the Mozilla plugins directory.  Obviously the system would
> need the Java Runtime installed, as that is what the Java .dll needs.
>
> Look at how the Flash and Acrobat support was done. You would do the
> same for Java.

Yeah, I saw in Firefox 2.0 that java stuff is now integrated and I did
not find .dll in the plugin directory. This is way I was confused.
I'll try to check for older versions and get the .dll that is
required.

I downloaded seamonkey to have a look. And I see all the required
files now. I also saw that all these files are also available when you
install the jre in the /bin directory. So as far as technology
deployment is concerned, this is ok. And with the JavaSoft registry
key it is possible to know where it is installed and access the
required dlls.

Now I must find the documentation for the dll and how we actually work
with that.

--
Alexandre Leclerc

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to