This sounds to me like a Plugin configuration question.
You'll probably have better luck getting an answer to your problems
on a plugin interest list - this is the 2D list.

I know extremely little about plugin, but what I do recall is that
you must use special HTML tags to invoke it. If you are not doing that
then you'll get the browsers's default VM.

2ndly if you are using 1.2.1 you have no further need for any of the unbundled
swing jar files. All your effort to make them available was in vain: the
Swing classes are in rt.jar. If you do somehow manage to make plugin find
the swingall.jar ahead of the swing classes in 1.2.1's rt.jar, then you will
find it doesn't work well with 1.2.1 ..

Your CLASSPATH will probably cause nothing but grief. I would assume
that the registry entry was created by Microsoft for apps using their
VM. I don't know that other VM's look for that registry entry.

If Plugin does in fact read that entry I wouldn't be in the least surprised if
it had trouble coping with the 3 different sets of core classes you have
there :- MS 1.1, Sun 1.2.1, and Symantec Cafe. Setting global CLASSPATHs
is almost never a smart thing to do.

-Phil.

>
> I cannot access Graphics2D classes from either browser, does anyone have
> any advice  ?
>
> I am Running NT4.0, with Internet Explorer 5.0 and Netscape Communicator 4.6
> with updated plug-ins.
>
> I have upgraded from jdk117->121.   I have had to use regedit to edit the
> registry inorder so that my browsers could see the correct swingall.jar.
>    The problem is that doing the same thing for rt.jar (which has
> the graphics2D package - which I really need), does not work.  Nor does
> it work to unjar the rt.jar file in the same directory as the applet (in the
> hopes that the applet will find it) as there are class conflicts.   Does
anyone
> have any advice for this awful mess ?  How did you handle it ??
> My browsers are  simply not finding anything in rt.jar.
>
> My Registry reads : (Local -> software -> microsoft -> java vm )
> CLASSPATH :
>
C:\WINNT\java\classes;.;E:\Developer\VisualCafe3.0.c\swing-1.1\swingall.jar;E:\D
eveloper\
>
VisualCafe3.0.c\swing-1.1\windows.jar;E:\Developer\VisualCafe3.0.c\swing-1.1\mot
if.jar;E:
>
\Developer\jdk1.2.1\jre\lib\rt.jar;E:\Developer\jdk1.2.1\jre\lib\i18n.jar;E:\Dev
eloper\jd
>
k1.2.1\lib\tools.jar;E:\Developer\jdk1.2.1\jre\lib\jaws.jar;E:\Developer\VisualC
afe3.0.c\
>
Bin\components\sfc.jar;E:\Developer\VisualCafe3.0.c\Bin\components\symbeans.jar;
E:\Develo
> per\VisualCafe3.0.c\Java\lib\symclass.zip;
>
> Desperate,
> Thanks !!!
> Jacqueline
> [EMAIL PROTECTED]
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA2D-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to