From: [EMAIL PROTECTED]
Subject: Re: Netscape Plug-in callbacks
Michael,
I just got this stuff to compile, but not without a *lot* of silly work.
> 1. When I unzipped it, almost every line in "callback.java"
> had been broken in the middle of a String, causing all kinds of syntax
> errors.
Same here. What a pain.
> 2. There seems to be some version mismatch
> between the provided "callback.java" and "RMObserver.class" files.
They're *not* class files at all. Edit it. It's almost a java file. After some
editing,
I got javac to compile it into a class file.
> 3. The comments in "callback.java" say I will need "moz3_0.zip" in my
> class file (do they mean classpath?). I have Netscape Communicator 4.61
> on my system, but I cannot find any "moz3_0.zip" file.
This works for me (on an NT system -- change the classpath option to fit your
machine):
javac -classpath ".;C:/Program
Files/Netscape/Communicator/Program/java/classes/java40.jar" RMObserver.java
I have yet to incorporate the callback.java applet into an HTML sample. I'm not
excited about the netscape dependencies. I really want a solution for both it
and
IE.
hth,
Brad
*******************************************************
The RealForum is an email discussion group focused on using RealNetworks
products. The RealForum is a place to post messages about the best methods
for creating content using RealNetworks technologies and the planning and
implementation of streaming-media web sites. Archives of RealForum can
be found at http://realforum.real.com
If you ever want to remove yourself from this mailing list,
you can send mail to <[EMAIL PROTECTED]> with the following
command in the body of your email message:
unsubscribe realforum
or from another account, besides the address you subscribed with:
unsubscribe realforum <[EMAIL PROTECTED]>