netscape.javascript.ISObject ?

I'm new in Java so I don't know how to add any external classes to my Java environment. I've downloaded

the ifc112 library, I have all sources, I defined the environment variable CLASSPATH but still when I write in code:

import netscape.javascript.JSObject;

the compiler tells my that the netscape package no found. Maybe I need somthing more then j2sdk1.4.2_03?

please help!

[424 byte] By [aleks79] at [2007-9-30 11:04:26]
# 1
The JSObject is located in plugin.jar which located in:..\java\j2rel..4.2_03\lib on my machine.plugin.jar is part of the Java 1.4 sdk.Direct your project to reference plugin.jar and it should fix your problem.donmoir@earthlink.net
JaxDaddy at 2007-7-3 22:37:25 > top of Java-index,Security,Signed Applets...
# 2
thanks for help
aleks79 at 2007-7-3 22:37:25 > top of Java-index,Security,Signed Applets...