View Single Post
  #3 (permalink)  
Old March 31st, 2011
ricoil ricoil is offline
Apprentice
 
Join Date: July 21st, 2009
Posts: 9
ricoil is flying high
Default

My locale is:

Quote:
user@debian:~$ locale
LANG=en_US.utf8
LC_CTYPE="en_US.utf8"
LC_NUMERIC="en_US.utf8"
LC_TIME=en_GB.UTF-8
LC_COLLATE="en_US.utf8"
LC_MONETARY="en_US.utf8"
LC_MESSAGES="en_US.utf8"
LC_PAPER=en_GB.UTF-8
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT="en_US.utf8"
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=
After compilation with maven2, I copied/renamed the "target" folder to /usr/local/src/phex

These folders contain the files: Lang*.properties
/usr/local/src/phex/classes/phex/resources/
/usr/local/src/phex/phex.jar/phex/resources/

Also, when I run Phex, an empty folder called "phex" is created in my home directory apart from the usual .phex (which contains config files, etc.).
/home/username/phex
/home/username/.phex
Reply With Quote