From fabrizio.nic at gmail.com Sat Jul 9 16:49:12 2005 From: fabrizio.nic at gmail.com (Fabrizio) Date: Sat Jul 9 09:59:35 2005 Subject: [Mozcreator] MozCreator don't start Message-ID: <1120916953.8357.4.camel@AmonAmarth> Hi, i'm tryng to run MozCreator under Linux Ubuntu, my java version is: java version "1.5.0_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08) Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode) After i select the Mozilla installation path, the program do not start, i've tryed with everything like: /usr/bin/mozilla /usr/bin/firefox /usr/lib/mozilla-firefox/firefox-bin -a firefox <= output of ps aux What can i do? -- Web: http://www.lolindir.135.it Blog: http://demonation.altervista.org/blog From fabrizio.nic at gmail.com Sat Jul 9 18:51:32 2005 From: fabrizio.nic at gmail.com (Fabrizio) Date: Sat Jul 9 12:01:54 2005 Subject: [Mozcreator] MozCreator don't start In-Reply-To: <42CFEDBD.2000505@purdue.edu> References: <1120916953.8357.4.camel@AmonAmarth> <42CFEDBD.2000505@purdue.edu> Message-ID: <1120924292.7903.5.camel@AmonAmarth> On sab, 2005-07-09 at 10:31 -0500, R.J. Keller wrote: > What output are you getting from the console (if any)? Also I assume > you're running M2. I haven't done extensive testing on Linux yet so it's > possible it's a linux-only issue. Yes i'm running M2 for linux This is what i do: [necromancer@AmonAmarth:~/MozCreator $] > java -jar mozcreator.jar *** MozCreator init OS: Linux OS version: 2.6.10-5-386 Architecture: i386 java.io.FileNotFoundException: mozcreator.dat (No such file or directory) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(Unknown Source) at org.mozdev.MacroTracker.toolkit.registry.MRegistry.loadFromFile(MRegistry.java:139) at org.mozdev.MacroTracker.toolkit.registry.MRegistry.(MRegistry.java:75) at org.mozdev.MacroTracker.toolkit.registry.MRegistry.(MRegistry.java:61) at com.btgnetworks.MozCreator.MozCreator.(Unknown Source) not initialized At this point i select the Mozilla Installation Location, ie: /usr/lib/mozilla-firefox and..... Exception in thread "AWT-EventQueue-0" java.util.MissingResourceException: Can't find bundle for base name com.l2fprod.common.propertysheet.PropertySheetRB, locale it_IT at java.util.ResourceBundle.throwMissingResourceException(Unknown Source) at java.util.ResourceBundle.getBundleImpl(Unknown Source) at java.util.ResourceBundle.getBundle(Unknown Source) at com.l2fprod.common.util.ResourceManager.get(ResourceManager.java:57) at com.l2fprod.common.util.ResourceManager.get(ResourceManager.java:45) at com.l2fprod.common.propertysheet.PropertySheetPanel $ToggleSortingAction.(PropertySheetPanel.java:445) at com.l2fprod.common.propertysheet.PropertySheetPanel.buildUI(PropertySheetPanel.java:340) at com.l2fprod.common.propertysheet.PropertySheetPanel.(PropertySheetPanel.java:78) at com.l2fprod.common.propertysheet.PropertySheetPanel.(PropertySheetPanel.java:74) at com.btgnetworks.MozCreator.guieditor.JPropertiesTable.(Unknown Source) at com.btgnetworks.MozCreator.guieditor.JPropertiesTable.(Unknown Source) at com.btgnetworks.MozCreator.ui.frmMozcreator.(Unknown Source) at com.btgnetworks.MozCreator.ui.setupWizard $LoadMozcreatorWindowListener.windowClosed(Unknown Source) at java.awt.Window.processWindowEvent(Unknown Source) at javax.swing.JFrame.processWindowEvent(Unknown Source) at java.awt.Window.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) hope this can help you Bye Fabrizio -- Web: http://www.lolindir.135.it Blog: http://demonation.altervista.org/blog From ryan.probasco at gmail.com Sat Jul 9 14:41:20 2005 From: ryan.probasco at gmail.com (Ryan Probasco) Date: Sat Jul 9 15:52:05 2005 Subject: [Mozcreator] MozCreator don't start In-Reply-To: <1120924292.7903.5.camel@AmonAmarth> References: <1120916953.8357.4.camel@AmonAmarth> <42CFEDBD.2000505@purdue.edu> <1120924292.7903.5.camel@AmonAmarth> Message-ID: I had this problem as well on SUSE 9.3. I think that there is something wrong with the comments section ("# ***** BEGIN LICENSE BLOCK *****") that the XML parser doesn't like. Maybe it's a bad character on one of the lines? Maybe this style of comments is not supported by the parser on Linux? In any case, I deleted this section entirely and the problem went away. You might also need to create the mozcreator.dat file in your working directory ('touch mozcreator.dat') since it looks like this doesn't get created automatically if it's not already there. R.J., I still had other problems running the app after fixing this though. It looks like the extra jars you have with the source aren't included with the distribution (or mentioned as requirements). However, even after including them in my classpath I still get the error: ryan@nightcrawler:~/MozCreator> JAVA_HOME=/opt/jdk1.5.0_04/jre/ /opt/jdk1.5.0_04/jre/bin/java -jar -classpath ./extlibs/l2fprod-common-all.jar mozcreator.jar *** MozCreator init OS: Linux OS version: 2.6.11.4-20a-default Architecture: i386 Exception in thread "main" java.util.MissingResourceException: Can't find bundle for base name com.l2fprod.common.propertysheet.PropertySheetRB, locale en_US at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:837) at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:806) at java.util.ResourceBundle.getBundle(ResourceBundle.java:550) at com.l2fprod.common.util.ResourceManager.get(ResourceManager.java:57) at com.l2fprod.common.util.ResourceManager.get(ResourceManager.java:45) at com.l2fprod.common.propertysheet.PropertySheetPanel$ToggleSortingAction.(PropertySheetPanel.java:445) at com.l2fprod.common.propertysheet.PropertySheetPanel.buildUI(PropertySheetPanel.java:340) at com.l2fprod.common.propertysheet.PropertySheetPanel.(PropertySheetPanel.java:78) at com.l2fprod.common.propertysheet.PropertySheetPanel.(PropertySheetPanel.java:74) at com.btgnetworks.MozCreator.guieditor.JPropertiesTable.(JPropertiesTable.java:79) at com.btgnetworks.MozCreator.guieditor.JPropertiesTable.(JPropertiesTable.java:94) at com.btgnetworks.MozCreator.ui.frmMozcreator.(frmMozcreator.java:134) at com.btgnetworks.MozCreator.MozCreator.main(MozCreator.java:106) It's nice to see all of the progress that you've made on this! keep up the good work! -Ryan On 7/9/05, Fabrizio wrote: > On sab, 2005-07-09 at 10:31 -0500, R.J. Keller wrote: > > What output are you getting from the console (if any)? Also I assume > > you're running M2. I haven't done extensive testing on Linux yet so it's > > possible it's a linux-only issue. > Yes i'm running M2 for linux > This is what i do: > > [necromancer@AmonAmarth:~/MozCreator $] > java -jar mozcreator.jar > *** MozCreator init > OS: Linux > OS version: 2.6.10-5-386 > Architecture: i386 > java.io.FileNotFoundException: mozcreator.dat (No such file or > directory) > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.(Unknown Source) > at > org.mozdev.MacroTracker.toolkit.registry.MRegistry.loadFromFile(MRegistry.java:139) > at > org.mozdev.MacroTracker.toolkit.registry.MRegistry.(MRegistry.java:75) > at > org.mozdev.MacroTracker.toolkit.registry.MRegistry.(MRegistry.java:61) > at com.btgnetworks.MozCreator.MozCreator.(Unknown > Source) > not initialized > > At this point i select the Mozilla Installation Location, > ie: /usr/lib/mozilla-firefox and..... > > Exception in thread "AWT-EventQueue-0" > java.util.MissingResourceException: Can't find bundle for base name > com.l2fprod.common.propertysheet.PropertySheetRB, locale it_IT > at > java.util.ResourceBundle.throwMissingResourceException(Unknown Source) > at java.util.ResourceBundle.getBundleImpl(Unknown Source) > at java.util.ResourceBundle.getBundle(Unknown Source) > at > com.l2fprod.common.util.ResourceManager.get(ResourceManager.java:57) > at > com.l2fprod.common.util.ResourceManager.get(ResourceManager.java:45) > at com.l2fprod.common.propertysheet.PropertySheetPanel > $ToggleSortingAction.(PropertySheetPanel.java:445) > at > com.l2fprod.common.propertysheet.PropertySheetPanel.buildUI(PropertySheetPanel.java:340) > at > com.l2fprod.common.propertysheet.PropertySheetPanel.(PropertySheetPanel.java:78) > at > com.l2fprod.common.propertysheet.PropertySheetPanel.(PropertySheetPanel.java:74) > at > com.btgnetworks.MozCreator.guieditor.JPropertiesTable.(Unknown > Source) > at > com.btgnetworks.MozCreator.guieditor.JPropertiesTable.(Unknown > Source) > at com.btgnetworks.MozCreator.ui.frmMozcreator.(Unknown > Source) > at com.btgnetworks.MozCreator.ui.setupWizard > $LoadMozcreatorWindowListener.windowClosed(Unknown Source) > at java.awt.Window.processWindowEvent(Unknown Source) > at javax.swing.JFrame.processWindowEvent(Unknown Source) > at java.awt.Window.processEvent(Unknown Source) > at java.awt.Component.dispatchEventImpl(Unknown Source) > at java.awt.Container.dispatchEventImpl(Unknown Source) > at java.awt.Window.dispatchEventImpl(Unknown Source) > at java.awt.Component.dispatchEvent(Unknown Source) > at java.awt.EventQueue.dispatchEvent(Unknown Source) > at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown > Source) > at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown > Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.run(Unknown Source) > > > hope this can help you > Bye Fabrizio > > -- > Web: http://www.lolindir.135.it > Blog: http://demonation.altervista.org/blog > > _______________________________________________ > Mozcreator mailing list > Mozcreator@mozdev.org > http://mozdev.org/mailman/listinfo/mozcreator > From fabrizio.nic at gmail.com Sat Jul 9 23:17:03 2005 From: fabrizio.nic at gmail.com (Fabrizio) Date: Sat Jul 9 16:27:53 2005 Subject: [Mozcreator] MozCreator don't start In-Reply-To: References: <1120916953.8357.4.camel@AmonAmarth> <42CFEDBD.2000505@purdue.edu> <1120924292.7903.5.camel@AmonAmarth> Message-ID: <1120940223.7750.2.camel@AmonAmarth> On sab, 2005-07-09 at 13:41 -0600, Ryan Probasco wrote: > I had this problem as well on SUSE 9.3. I think that there is > something wrong with the comments section ("# ***** BEGIN LICENSE > BLOCK *****") that the XML parser doesn't like. Maybe it's a bad > character on one of the lines? Maybe this style of comments is not > supported by the parser on Linux? In any case, I deleted this section > entirely and the problem went away. > > You might also need to create the mozcreator.dat file in your working > directory ('touch mozcreator.dat') since it looks like this doesn't > get created automatically if it's not already there. Tnx but still don't work!!! i'm so sorrow -- Web: http://www.lolindir.135.it Blog: http://demonation.altervista.org/blog From rlkeller at purdue.edu Sat Jul 9 18:52:59 2005 From: rlkeller at purdue.edu (R.J. Keller) Date: Sat Jul 9 19:05:48 2005 Subject: [Mozcreator] MozCreator don't start In-Reply-To: References: <1120916953.8357.4.camel@AmonAmarth> <42CFEDBD.2000505@purdue.edu> <1120924292.7903.5.camel@AmonAmarth> Message-ID: <42D0554B.5060508@purdue.edu> Ryan Probasco wrote: >I had this problem as well on SUSE 9.3. I think that there is >something wrong with the comments section ("# ***** BEGIN LICENSE >BLOCK *****") that the XML parser doesn't like. Maybe it's a bad >character on one of the lines? Maybe this style of comments is not >supported by the parser on Linux? In any case, I deleted this section >entirely and the problem went away. > >You might also need to create the mozcreator.dat file in your working >directory ('touch mozcreator.dat') since it looks like this doesn't >get created automatically if it's not already there. > >R.J., I still had other problems running the app after fixing this >though. It looks like the extra jars you have with the source aren't >included with the distribution (or mentioned as requirements). >However, even after including them in my classpath I still get the >error: > >ryan@nightcrawler:~/MozCreator> JAVA_HOME=/opt/jdk1.5.0_04/jre/ >/opt/jdk1.5.0_04/jre/bin/java -jar -classpath >./extlibs/l2fprod-common-all.jar mozcreator.jar >*** MozCreator init >OS: Linux >OS version: 2.6.11.4-20a-default >Architecture: i386 >Exception in thread "main" java.util.MissingResourceException: Can't >find bundle for base name >com.l2fprod.common.propertysheet.PropertySheetRB, locale en_US > at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:837) > at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:806) > at java.util.ResourceBundle.getBundle(ResourceBundle.java:550) > at com.l2fprod.common.util.ResourceManager.get(ResourceManager.java:57) > at com.l2fprod.common.util.ResourceManager.get(ResourceManager.java:45) > at com.l2fprod.common.propertysheet.PropertySheetPanel$ToggleSortingAction.(PropertySheetPanel.java:445) > at com.l2fprod.common.propertysheet.PropertySheetPanel.buildUI(PropertySheetPanel.java:340) > at com.l2fprod.common.propertysheet.PropertySheetPanel.(PropertySheetPanel.java:78) > at com.l2fprod.common.propertysheet.PropertySheetPanel.(PropertySheetPanel.java:74) > at com.btgnetworks.MozCreator.guieditor.JPropertiesTable.(JPropertiesTable.java:79) > at com.btgnetworks.MozCreator.guieditor.JPropertiesTable.(JPropertiesTable.java:94) > at com.btgnetworks.MozCreator.ui.frmMozcreator.(frmMozcreator.java:134) > at com.btgnetworks.MozCreator.MozCreator.main(MozCreator.java:106) > > > >It's nice to see all of the progress that you've made on this! keep up >the good work! >-Ryan > oh man, this shows how few people use MozCreator :). Apparently the XUL preprocessor wasn't ran on the release builds. Not sure how that managed to happen. I even tested those builds. Very strange (and yet I remember having this problem before). Next MozCreator release will use Eclipse, so that should be much more interesting :). I'll see about making a M2.1 release that fixes the problem. --R.J. From rlkeller at purdue.edu Sat Jul 9 18:54:34 2005 From: rlkeller at purdue.edu (R.J. Keller) Date: Sat Jul 9 19:05:48 2005 Subject: [Mozcreator] MozCreator don't start In-Reply-To: <1120924292.7903.5.camel@AmonAmarth> References: <1120916953.8357.4.camel@AmonAmarth> <42CFEDBD.2000505@purdue.edu> <1120924292.7903.5.camel@AmonAmarth> Message-ID: <42D055AA.60703@purdue.edu> Fabrizio wrote: >On sab, 2005-07-09 at 10:31 -0500, R.J. Keller wrote: > > >>What output are you getting from the console (if any)? Also I assume >>you're running M2. I haven't done extensive testing on Linux yet so it's >>possible it's a linux-only issue. >> >> >Yes i'm running M2 for linux >This is what i do: > >[necromancer@AmonAmarth:~/MozCreator $] > java -jar mozcreator.jar >*** MozCreator init >OS: Linux >OS version: 2.6.10-5-386 >Architecture: i386 >java.io.FileNotFoundException: mozcreator.dat (No such file or >directory) > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.(Unknown Source) > at >org.mozdev.MacroTracker.toolkit.registry.MRegistry.loadFromFile(MRegistry.java:139) > at >org.mozdev.MacroTracker.toolkit.registry.MRegistry.(MRegistry.java:75) > at >org.mozdev.MacroTracker.toolkit.registry.MRegistry.(MRegistry.java:61) > at com.btgnetworks.MozCreator.MozCreator.(Unknown >Source) >not initialized > >At this point i select the Mozilla Installation Location, >ie: /usr/lib/mozilla-firefox and..... > >Exception in thread "AWT-EventQueue-0" >java.util.MissingResourceException: Can't find bundle for base name >com.l2fprod.common.propertysheet.PropertySheetRB, locale it_IT > at >java.util.ResourceBundle.throwMissingResourceException(Unknown Source) > at java.util.ResourceBundle.getBundleImpl(Unknown Source) > at java.util.ResourceBundle.getBundle(Unknown Source) > at >com.l2fprod.common.util.ResourceManager.get(ResourceManager.java:57) > at >com.l2fprod.common.util.ResourceManager.get(ResourceManager.java:45) > at com.l2fprod.common.propertysheet.PropertySheetPanel >$ToggleSortingAction.(PropertySheetPanel.java:445) > at >com.l2fprod.common.propertysheet.PropertySheetPanel.buildUI(PropertySheetPanel.java:340) > at >com.l2fprod.common.propertysheet.PropertySheetPanel.(PropertySheetPanel.java:78) > at >com.l2fprod.common.propertysheet.PropertySheetPanel.(PropertySheetPanel.java:74) > at >com.btgnetworks.MozCreator.guieditor.JPropertiesTable.(Unknown >Source) > at >com.btgnetworks.MozCreator.guieditor.JPropertiesTable.(Unknown >Source) > at com.btgnetworks.MozCreator.ui.frmMozcreator.(Unknown >Source) > at com.btgnetworks.MozCreator.ui.setupWizard >$LoadMozcreatorWindowListener.windowClosed(Unknown Source) > at java.awt.Window.processWindowEvent(Unknown Source) > at javax.swing.JFrame.processWindowEvent(Unknown Source) > at java.awt.Window.processEvent(Unknown Source) > at java.awt.Component.dispatchEventImpl(Unknown Source) > at java.awt.Container.dispatchEventImpl(Unknown Source) > at java.awt.Window.dispatchEventImpl(Unknown Source) > at java.awt.Component.dispatchEvent(Unknown Source) > at java.awt.EventQueue.dispatchEvent(Unknown Source) > at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown >Source) > at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown >Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.run(Unknown Source) > > >hope this can help you >Bye Fabrizio > > > This error is because you aren't running a English version of Java. MozCreator is only available for English versions of Java. See bug 10745 - http://bugzilla.mozdev.org/show_bug.cgi?id=10745. I can't seem to find a way to override the locale system. --R.J. From rlkeller at purdue.edu Sat Jul 9 19:15:36 2005 From: rlkeller at purdue.edu (R.J. Keller) Date: Sat Jul 9 19:25:59 2005 Subject: [Mozcreator] MozCreator don't start In-Reply-To: References: <1120916953.8357.4.camel@AmonAmarth> <42CFEDBD.2000505@purdue.edu> <1120924292.7903.5.camel@AmonAmarth> Message-ID: <42D05A98.9020106@purdue.edu> Ryan Probasco wrote: >I had this problem as well on SUSE 9.3. I think that there is >something wrong with the comments section ("# ***** BEGIN LICENSE >BLOCK *****") that the XML parser doesn't like. Maybe it's a bad >character on one of the lines? Maybe this style of comments is not >supported by the parser on Linux? In any case, I deleted this section >entirely and the problem went away. > >You might also need to create the mozcreator.dat file in your working >directory ('touch mozcreator.dat') since it looks like this doesn't >get created automatically if it's not already there. > >R.J., I still had other problems running the app after fixing this >though. It looks like the extra jars you have with the source aren't >included with the distribution (or mentioned as requirements). >However, even after including them in my classpath I still get the >error: > >ryan@nightcrawler:~/MozCreator> JAVA_HOME=/opt/jdk1.5.0_04/jre/ >/opt/jdk1.5.0_04/jre/bin/java -jar -classpath >./extlibs/l2fprod-common-all.jar mozcreator.jar >*** MozCreator init >OS: Linux >OS version: 2.6.11.4-20a-default >Architecture: i386 >Exception in thread "main" java.util.MissingResourceException: Can't >find bundle for base name >com.l2fprod.common.propertysheet.PropertySheetRB, locale en_US > at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:837) > at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:806) > at java.util.ResourceBundle.getBundle(ResourceBundle.java:550) > at com.l2fprod.common.util.ResourceManager.get(ResourceManager.java:57) > at com.l2fprod.common.util.ResourceManager.get(ResourceManager.java:45) > at com.l2fprod.common.propertysheet.PropertySheetPanel$ToggleSortingAction.(PropertySheetPanel.java:445) > at com.l2fprod.common.propertysheet.PropertySheetPanel.buildUI(PropertySheetPanel.java:340) > at com.l2fprod.common.propertysheet.PropertySheetPanel.(PropertySheetPanel.java:78) > at com.l2fprod.common.propertysheet.PropertySheetPanel.(PropertySheetPanel.java:74) > at com.btgnetworks.MozCreator.guieditor.JPropertiesTable.(JPropertiesTable.java:79) > at com.btgnetworks.MozCreator.guieditor.JPropertiesTable.(JPropertiesTable.java:94) > at com.btgnetworks.MozCreator.ui.frmMozcreator.(frmMozcreator.java:134) > at com.btgnetworks.MozCreator.MozCreator.main(MozCreator.java:106) > > > >It's nice to see all of the progress that you've made on this! keep up >the good work! >-Ryan > > hmm, I'm not sure what's causing all of these locale issues. A lot of them seem to happen on linux. Once we move to Eclipse, most of the current dependencies will be gone so hopefully for the next release things will go smoother. I wish I had more good work to brag about :). Development is so slow. MozCreator now is nothing more than notepad that can zip up your Mozilla extensions into jars automatically. Hopefully with Eclipse I can get syntax highlighting and a DOM diagram that'll make MozCreator a little more realistic to be used. --R.J. From fabrizio.nic at gmail.com Sun Jul 10 03:54:14 2005 From: fabrizio.nic at gmail.com (Fabrizio) Date: Sat Jul 9 21:05:28 2005 Subject: [Mozcreator] MozCreator don't start In-Reply-To: <42D05A98.9020106@purdue.edu> References: <1120916953.8357.4.camel@AmonAmarth> <42CFEDBD.2000505@purdue.edu> <1120924292.7903.5.camel@AmonAmarth> <42D05A98.9020106@purdue.edu> Message-ID: <1120956854.13673.6.camel@AmonAmarth> On sab, 2005-07-09 at 18:15 -0500, R.J. Keller wrote: > Ryan Probasco wrote: > > hmm, I'm not sure what's causing all of these locale issues. A lot of > them seem to happen on linux. Once we move to Eclipse, most of the > current dependencies will be gone so hopefully for the next release > things will go smoother. > > I wish I had more good work to brag about :). Development is so slow. > MozCreator now is nothing more than notepad that can zip up your Mozilla > extensions into jars automatically. Hopefully with Eclipse I can get > syntax highlighting and a DOM diagram that'll make MozCreator a little > more realistic to be used. > This is a great news -- Web: http://www.lolindir.135.it Blog: http://demonation.altervista.org/blog