netscape.javascript

Hi everybody,Do someone know where I can find the package netscate.javascript ?Thanks in advance,Rafax.
[131 byte] By [Rafax] at [2007-9-30 18:22:42]
«« Help!!!
»» Help!
# 1
Oops, it is netscape.javascript package ...
Rafax at 2007-7-6 19:32:43 > top of Java-index,Java Essentials,Java Programming...
# 2
That pacakge contains the Netscape plugin clases for javascript (to execute javascript code from JAVA code), and it should be included in some JAR library into the Netscape Navigator installation, I think...
javateller at 2007-7-6 19:32:43 > top of Java-index,Java Essentials,Java Programming...
# 3

> Hi everybody,

>

> Do someone know where I can find the package

> netscate.javascript ?

>

> Thanks in advance,

>

> Rafax.

I found it on my m/c itself :D. I am using Win 2000 with IE6 and apparently IE copies the .zip file containing this package to c:\winnt\java\packages. do a find on all .zip files in that directory for JSObject or JSException.

travis311279 at 2007-7-6 19:32:43 > top of Java-index,Java Essentials,Java Programming...
# 4
****!! the package is also bundled with j2sdk1.4. its in plugin.jar in jre/lib folder
travis311279 at 2007-7-6 19:32:43 > top of Java-index,Java Essentials,Java Programming...
# 5

Yes it is in $Java_rep/lib/plugin.jar for Internet Explorer ...

I have some trouble with Javascript calls and I wanted to upgrade this package ... I have now the same trouble.

My problem is explained here : at http://forum.java.sun.com/thread.jsp?forum=63&thread=556032&tstart=0&trange=15

Tx to have token several minutes to answer,

Rafax.

Rafax at 2007-7-6 19:32:43 > top of Java-index,Java Essentials,Java Programming...
# 6
saw your original post, but didnt get much of it. i remember once having tried Java<->JavaScript conversion and if i remember correctly i have some of that old code somewhere.what exactly are you trying to do?
travis311279 at 2007-7-6 19:32:43 > top of Java-index,Java Essentials,Java Programming...
# 7

> saw your original post, but didnt get much of it. i

> remember once having tried Java<->JavaScript

> conversion and if i remember correctly i have some of

> that old code somewhere.

> what exactly are you trying to do?

sorry i meant Java<->JavaScript communication

travis311279 at 2007-7-6 19:32:43 > top of Java-index,Java Essentials,Java Programming...
# 8
Thanks for the help, guys! I needed to know where to find this package for integrating WebHelp into a java application.So far, so good.Luke
luke_abcs at 2007-7-6 19:32:43 > top of Java-index,Java Essentials,Java Programming...
# 9
Hi, Luke. Have you had any luck in launching WebHelp from your Java application? Do you have any sample code and/or advice you could share? Thanks,Steve
drstevekramer at 2007-7-6 19:32:43 > top of Java-index,Java Essentials,Java Programming...