Explorer java error

Explorer-like frontend add-on to upload/download.
Post Reply
import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Explorer java error

Post by import »

Hi

I followed carefully the installation instructions for JDiskExplorer but the applet does not start and I get an error :
-------------------
java.util.MissingResourceException: Can't find bundle for base name i18n_bar, locale fr_FR
at java.util.ResourceBundle.throwMissingResourceException(Unknown Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
--------------------

I do have copied the 2 .properties files in the same folder than my html file.

Regards

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: Explorer java error

Post by import »

Are you have to access i18n.properties directly from browser ? Such as http://yourserver.com/applet/i18n.properties ?
If not then it's because your web server doesn't serve .properties file. You just need to enable ".properties" to "text/plain" into your web server setup. You have an entry in the JFileUpload FAQ about that
Last edited by import on Sun Jan 27, 2008 9:39 pm, edited 1 time in total.

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: Explorer java error

Post by import »

Hello

In fact I did not publish the files to a server yet, I was just browsing them localy on my hard drive. Is it compulsory to use a webserver for the applet to work ?

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: Explorer java error

Post by import »

Forgive my previous update, it works now that I have installed an ftp server on my "locahost". I thought I could just run the applet even with a false server url just to see what it looks like ;-)

Regards

Post Reply