I18n.properties not found after upgrade to 2.6
Posted: Sun Apr 25, 2010 9:07 pm
After upgrade from 2.4 to 2.6 the Applet will not load any more. The error is:
SEVERE: Cannot load i18n.properties
java.io.FileNotFoundException: http://127.0.0.1/sfdemo/start/i18n.properties
It looks like the javaupload is looking at the wrong location because I have set the codebase to:
/sfdemo/public/applets where the i18n.properties file is located.
The location /sfdemo/start/ is where the html page was started from that loaded the javascript, that loaded the applet
The exact code was working fine in version 2.4.
SEVERE: Cannot load i18n.properties
java.io.FileNotFoundException: http://127.0.0.1/sfdemo/start/i18n.properties
It looks like the javaupload is looking at the wrong location because I have set the codebase to:
/sfdemo/public/applets where the i18n.properties file is located.
The location /sfdemo/start/ is where the html page was started from that loaded the javascript, that loaded the applet
The exact code was working fine in version 2.4.