Re: [JPP-Devel] localisation

2010-12-02 Thread Michaël Michaud
Hi, Could this blog be of any help to you ? http://weblogs.java.net/blog/joconner/archive/2006/09/internationaliz.html Michaël Le 02/12/2010 19:31, Mohammed Rashad a écrit : Hi I had make the localisation file and converted it using native2ascii tool but when I open the openjump. the characted

Re: [JPP-Devel] localisation

2010-12-02 Thread Mohammed Rashad
yes I am using escaped unicode characters. I had checked it with http://soldin.de/about/2003-js_unibook/js-unibook-4.0/unicode.htm its correct. Only the font is missing. But do not know which font.How can i find it Anyone please he

Re: [JPP-Devel] localisation

2010-12-02 Thread edgar . soldin
Check http://code.cside.com/3rdpage/us/javaUnicode/converter.html ..ede Original Message Subject: Re: [JPP-Devel] localisation Date: Thu, 02 Dec 2010 18:24:43 +0100 From: edgar.sol...@web.de Reply-To: OpenJump develop and use To: OpenJump develop and use Do not use unicode! U

Re: [JPP-Devel] localisation

2010-12-02 Thread edgar . soldin
Do not use unicode! Use escaped unicode sequences instead '\u' where is the hex value in the unicode table of the character. This way the file can stay ascii, but the translation can use unicode characters. Check e.g. jump_ja_JP.properties The letter 'ഡ' would be '\uD21' or '\u0D21' wi

[JPP-Devel] unicode support

2010-12-02 Thread Mohammed Rashad
Hi, I am doing localization of openjump. my language file need to be converted to unicode using native2ascii. Is there anything like adding unicode support for java or openjump. I think that is missing Any help will be greatly appreciated Thanks -- Rashad

[JPP-Devel] font problem

2010-12-02 Thread Mohammed Rashad
Hi, How to find which font is missing in openjump. I am doing openjump malayalam translation and my system has malayalam fonts. I verified by browing malayalam web pages. but for openjump its not showing. I had also done native2ascii on the properties file. How Can I know that which font is needed

Re: [JPP-Devel] localisation

2010-12-02 Thread edgar . soldin
If ml is the correct code JAVA_OPTS="$JAVA_OPTS -Duser.language=ml" should work. You might check with french, just to make sure your switch works. But I'am afraid currently there is no translation to malayalam available. ..ede On 02.12.2010 14:05, Mohammed Rashad wrote: > > my country code ins

Re: [JPP-Devel] runtime errors

2010-12-02 Thread edgar . soldin
use jre parameters e.g. for german -Duser.language=de -Duser.country=DE check http://java.sun.com/developer/technicalArticles/J2SE/locale/#using ..ede On 02.12.2010 13:46, Mohammed Rashad wrote: > how to run openjump in different language. i want to see openjump in italinan > it. > What should

Re: [JPP-Devel] runtime errors

2010-12-02 Thread Mohammed Rashad
how to run openjump in different language. i want to see openjump in italinan it. What should I do for that? On Thu, Dec 2, 2010 at 6:01 PM, wrote: > On 02.12.2010 13:25, Mohammed Rashad wrote: > > Hi, > > I am getting these errors. how to solve them? > > Did you develop in java before? > > > >

Re: [JPP-Devel] runtime errors

2010-12-02 Thread edgar . soldin
On 02.12.2010 13:25, Mohammed Rashad wrote: > Hi, > I am getting these errors. how to solve them? Did you develop in java before? > > JUMP: Warning: Extensions directory does not exist: ../lib/ext where homedir > = [/home/rashadkm/workspace/openjump] > log4j:WARN No appenders could be found for

[JPP-Devel] runtime errors

2010-12-02 Thread Mohammed Rashad
Hi, I am getting these errors. how to solve them? JUMP: Warning: Extensions directory does not exist: ../lib/ext where homedir = [/home/rashadkm/workspace/openjump] log4j:WARN No appenders could be found for logger (com.vividsolutions.jump.I18N). log4j:WARN Please initialize the log4j system prope

Re: [JPP-Devel] error when running from eclipse

2010-12-02 Thread edgar . soldin
Add the *.jar files in ./lib to your projects build path. The log4j jar should be there too. good luck, ede On 02.12.2010 12:15, Mohammed Rashad wrote: > > Hi, > I already posted a message regarding how to run openjump from source using > eclipse > I am getting this error: > > Exception in thre

[JPP-Devel] error when running from eclipse

2010-12-02 Thread Mohammed Rashad
Hi, I already posted a message regarding how to run openjump from source using eclipse I am getting this error: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Logger at com.vividsolutions.jump.I18N.(I18N.java:95) at com.vividsolutions.jump.workbench.JUMPWorkbench.(JUMP

[JPP-Devel] openjump eclipse

2010-12-02 Thread Mohammed Rashad
Hi all, I have questions 1. How to run openjump from eclipse.I downloaded the source and followed the instruction on wiki but i can run it. 2.How to do OpenJump Localization work. 3. How to get started in developing openjump. Anyone Please answer my questions. Also Add a FAQ page with questions l