Suggestions:
- break up line 976 to determine exactly what is failing (BufferedReader?
FileReader? javaUrlToFilename?)
- try from Opera for Linux w/ LiveConnect (if it works, the problem is with
Firefox)
- make sure your version of FIrefox supports JavaLiveConnect (some versions
removed support)
- make sure you're using the right version of Java (Java 6 update 12)

quoting https://developer.mozilla.org/en/LiveConnect:

> While the bloated LiveConnect code in the Mozilla source will be removed
> (in version 1.9.2 of the platform, see bug 442399), its former API has been
> restored (see also the specification and this thread) (building on NPAPI?),
> and as of Java 6 update 12, extensions as well as applets can make use of
> this restored API.


Also one wild guess: is there a problem with the prefs.js file permissions
that is specific to JavaLiveConnect in FireFox?

Hope that helps~ FireFox's spotty support for JavaLiveConnect may be a good
argument to keep it later in the driver list...

John

On Thu, Oct 7, 2010 at 8:21 PM, neandr <[email protected]> wrote:

> Just one additional observation:
> The file to read from is:
> >>> filePath
> "/media/wData/_Mozilla/FX_gW/Profiles/myprofile/prefs.js"
>
> Tracing to
> 972 loadFile: function(filePath) {
> 973 var r;
> 974 var content = [];
> 975 try {
> 976 r = new java.io.BufferedReader(new
> java.io.FileReader(javaUrlToFilename(filePath)));
>
> shows line 976 fails.
> I'm on Linux! Is the filePath wrong?
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWikiDev" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<tiddlywikidev%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/tiddlywikidev?hl=en.
>
>


-- 
www.leftium.com <http://www.leftium.com?sig_gmail>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to