Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Accessing jar files

Reply
Thread Tools

Accessing jar files

 
 
Tim
Guest
Posts: n/a
 
      07-14-2004
I know, it might be a noob question...

I want to add a custom menu entry to Mozilla or IE, that when clicked
executes an external java application.
But i am already unable to do the first step.
I'd like to access browser.xul which is in browser.jar, but when
trying to
open browser.xul with netbeans, an unexpected FileNotFoundException
occurs.

java.io.IOException
at org.openide.filesystems.JarFileSystem.writeAttribu te(JarFileSystem.java:406)
at org.openide.filesystems.JarFileSystem$Impl.writeAt tribute(JarFileSystem.java:80
at org.openide.filesystems.AbstractFileObject.setAttr ibute(AbstractFileObject.java:293)
at org.openide.filesystems.AbstractFileObject.setAttr ibute(AbstractFileObject.java:279)
at org.netbeans.modules.text.ConvertToTextAction.perf ormAction(ConvertToTextAction.java:107)
at org.openide.util.actions.NodeAction.actionPerforme d(NodeAction.java:171)
at org.netbeans.core.ModuleActions$1.run(ModuleAction s.java:97)
at org.openide.util.Task.run(Task.java:136)
at org.openide.util.RequestProcessor$Task.run(Request Processor.java:32
[catch] at org.openide.util.RequestProcessor$Processor.run(Re questProcessor.java:670)

I'd very much appreciate your help


Tim
 
Reply With Quote
 
 
 
 
Andrew Thompson
Guest
Posts: n/a
 
      07-14-2004
On 14 Jul 2004 13:21:45 -0700, Tim wrote:

> I want to add a custom menu entry to Mozilla or IE,


'We have both kinds' Huhh?

What about Lynx, Opera, FireFox..?

I doubt you will be able to get Java that intimate
with any browser without a native exe/dll or active
co-operation from the browser manufacturer.

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
java -cp a.jar -jar b.jar => Works on Windows, not on Debian cyberco Java 4 02-14-2006 06:27 AM
jaas.jar, jta.jar jdbc-stdext.jar missing from jdk1.5 RPM muttley Java 0 10-20-2005 02:40 PM
Differences of xercesImpl.jar, xercesImpl-J.jar, dom3-xercesImpl.jar ? Arnold Peters Java 0 01-05-2005 10:59 PM
Differences of xercesImpl.jar, xercesImpl-J.jar, dom3-xercesImpl.jar ? Arnold Peters XML 0 01-05-2005 10:59 PM
Jar files in Jar files Eric McIntyre Java 1 05-24-2004 07:24 PM



Advertisments