firefox error...... |
Author: |
Message: |
TheMusicPirate
Full Member
Posts: 412 Reputation: 8
40 / / –
Joined: Feb 2005
|
O.P. firefox error......
how can i fix the firefox problem?
when i try to open it, to use it is keep giving me an error about java
|
|
03-15-2005 11:59 PM |
|
|
Joa
The dodgiest member
Posts: 800 Reputation: 102
117 / /
Joined: Feb 2005
Status: Away
|
|
03-16-2005 12:01 AM |
|
|
Joa
The dodgiest member
Posts: 800 Reputation: 102
117 / /
Joined: Feb 2005
Status: Away
|
|
03-16-2005 12:11 AM |
|
|
TheMusicPirate
Full Member
Posts: 412 Reputation: 8
40 / / –
Joined: Feb 2005
|
O.P. RE: firefox error......
here is a screenshot of the error message.
EDIT: i found this on the links that were posted:
Guest Re: User agent switcher has prevented firefox from loading
Here's a straightforward way of fixing the firefox startup after changing UA to IE:
- Make sure firefox is really stopped using the task manager.
- JVM is usually installed in c:\program files\java - rename "java" to something like "_java" or "java.tmp".
- Now start firefox - it should start - since JVM is not there to complain anymore
- Open useragent switcher options, change it to default
- Now close firefox
- Go back to the java folder and rename it to the original name
- Restart firefox - should work.
Attachment: untitled.bmp (194.88 KB)
This file has been downloaded 142 time(s).
This post was edited on 03-16-2005 at 12:45 AM by TheMusicPirate.
|
|
03-16-2005 12:25 AM |
|
|
NiteMare
Veteran Member
Giga-Byte me
Posts: 2497 Reputation: 37
37 / /
Joined: Aug 2003
|
RE: firefox error......
that says netscape navigator, and internet explorer, do you have all three programs installed on your computer
|
|
03-16-2005 12:29 AM |
|
|
Joa
The dodgiest member
Posts: 800 Reputation: 102
117 / /
Joined: Feb 2005
Status: Away
|
RE: firefox error......
on this site the person suggests that the User Agent Switcher is the problem, cuz if you have the user agent switcher set to IE, Java thinks you're using IE, not Firefox... hence the error
sorry i can't help you more, i never came across this problem myself
|
|
03-16-2005 01:08 AM |
|
|
TheMusicPirate
Full Member
Posts: 412 Reputation: 8
40 / / –
Joined: Feb 2005
|
O.P. RE: RE: firefox error......
quote: Originally posted by Joa
on this site the person suggests that the User Agent Switcher is the problem, cuz if you have the user agent switcher set to IE, Java thinks you're using IE, not Firefox... hence the error
sorry i can't help you more, i never came across this problem myself
thanks for all your help, i did the instructions that i posted and that worked.
EDIT: how can i save the extensions thati downloaded? like where in the mozilla folder are they located?
This post was edited on 03-16-2005 at 01:14 AM by TheMusicPirate.
|
|
03-16-2005 01:09 AM |
|
|
Joa
The dodgiest member
Posts: 800 Reputation: 102
117 / /
Joined: Feb 2005
Status: Away
|
RE: firefox error......
quote: Originally posted by JackSparrow
thanks for all your help, i did the instructions that i posted and that worked.
yay thats great
quote: Originally posted by JackSparrow
EDIT: how can i save the extensions thati downloaded? like where in the mozilla folder are they located?
i think they can be found in C:\Program Files\Mozilla Firefox\extensions and \plugins
This post was edited on 03-16-2005 at 01:22 AM by Joa.
|
|
03-16-2005 01:14 AM |
|
|
TheMusicPirate
Full Member
Posts: 412 Reputation: 8
40 / / –
Joined: Feb 2005
|
O.P. RE: RE: firefox error......
|
|
03-16-2005 01:25 AM |
|
|
-dt-
Scripting Contest Winner
;o
Posts: 1819 Reputation: 74
36 / /
Joined: Mar 2004
|
RE: firefox error......
extentions are in
C:\Documents and Settings\your windows username\Application Data\Mozilla\Firefox\Profiles\profilename\extensions
never tried extracting extentions straight from the profile but this bat file is what i use when i build my extentions , find what extention you want and place this bat file inside the folder and run it then it should produce an xpi file
Bat file code ( you should know how to create a bat file....)
code: set x=%cd%
md build\chrome
cd chrome
7z a -tzip "%x%.jar" * -r -mx=0
move "%x%.jar" ..\build\chrome
cd ..
copy install.* build
cd build
7z a -tzip "%x%.xpi" * -r -mx=9
move "%x%.xpi" ..\
cd ..
rd build /s/q
(7z = location of 7 zip command line version Linkage)
* -dt- goes and tests this but thinks it should work
edit:
worked for me
This post was edited on 03-16-2005 at 05:16 AM by -dt-.
Happy Birthday, WDZ
|
|
03-16-2005 05:09 AM |
|
|
|