I'm still busy with some versions of JAlbum, can't stand it that it won't load FF when you aks for a preview (F12).
I have this setup and with this setup JAlbum (10.10.7) starts FF (6.02) and FF comes up with the preview. No problems, no popups, just works.
@echo off
SET CLASSPATH=
SET LIBPATHSTRICT=T
SET MOZILLA_HOME=P:\FIREFOX_PROFIEL_60x
SET MOZ_PLUGIN_PATH=I:\FIREFOX_PLUGINS
SET NSPR_OS2_NO_HIRES_TIMER=1
SET MOZ_ACCELERATED=0
SET BEGINLIBPATH=i:\JAVA\JAVA160\bin
set path=i:\JAVA\JAVA160\bin;i:\firefox_602
set appdata=T:\plaatjes\MyAlbums
I:
cd I:\DTP\JAlbum_10107
java -Xmx400M -jar JAlbum.jar 2>jalbum_10107_bugtracker.txt
I tried similar setup with a higher version of JAlbum (12.1.9) and with a higher version of FF (24.8.1).
@echo off
SET CLASSPATH=
SET LIBPATHSTRICT=T
SET MOZILLA_HOME=P:\FIREFOX_PROFIEL_240x
SET MOZ_PLUGIN_PATH=I:\FIREFOX_PLUGINS
SET NSPR_OS2_NO_HIRES_TIMER=1
SET MOZ_ACCELERATED=0
SET BEGINLIBPATH=i:\JAVA\JAVA160\bin
set path=i:\JAVA\JAVA160\bin;i:\firefox_2481;
set appdata=T:\plaatjes\MyAlbums
rem I:
rem cd I:\firefox_2481
rem firefox!EL.exe
I:
cd I:\DTP\JAlbum_1219
java -Xmx400M -jar JAlbum.jar 2>jalbum_1219_bugtracker.txt
But when I run this I get a popup with "Couldn't load xul.dll". When I rem the lines SET LIBPATHSTRICT=T up to SET MOZ_ACCELERATED=0 and remove the rem on the 3 lines lower then FF is called and runs, JAlbum is called and runs, preview is opening a new window in FF and shows the preview.
Has something changed that XUL.DLL only can be called from the active directory and won't respond to a path statement?