Shoutbox

firefox error...... - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: firefox error...... (/showthread.php?tid=40197)

firefox error...... by TheMusicPirate on 03-15-2005 at 11:59 PM

how can i fix the firefox problem?

when i try to open it, to use it is keep giving me an error about java


RE: firefox error...... by Joa on 03-16-2005 at 12:01 AM

did you try uninstalling or re-installing java again?

what does the error say exactly :S ?

check out this site/thread:
http://www.geekstogo.com/forum/Firefox_just_stopped_opening-t5869.html

scroll down cuz at the bottom there seem to be two solutions


RE: firefox error...... by Joa on 03-16-2005 at 12:11 AM

here is another thread from that site with some solutions try them out they might work ;)

http://www.geekstogo.com/forum/index.php?showtopi...=48874&#entry48874


RE: firefox error...... by TheMusicPirate on 03-16-2005 at 12:25 AM

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.


RE: firefox error...... by NiteMare on 03-16-2005 at 12:29 AM

that says netscape navigator, and internet explorer, do you have all three programs installed on your computer


RE: firefox error...... by Joa on 03-16-2005 at 01:08 AM

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

:S sorry i can't help you more, i never came across this problem myself


RE: RE: firefox error...... by TheMusicPirate on 03-16-2005 at 01:09 AM

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

:S 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?
RE: firefox error...... by Joa on 03-16-2005 at 01:14 AM

quote:
Originally posted by JackSparrow
thanks for all your help, i did the instructions that i posted and that worked.

yay :) thats great (y)

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
RE: RE: firefox error...... by TheMusicPirate on 03-16-2005 at 01:25 AM

quote:
Originally posted by Joa
quote:
Originally posted by JackSparrow
thanks for all your help, i did the instructions that i posted and that worked.

yay :) thats great (y)

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



i can't seem to find it, but i'm sure i'll find it some how, thanks anyway! :D
RE: firefox error...... by -dt- on 03-16-2005 at 05:09 AM

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