help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JDE compile server and ant server problem


From: Suraj Acharya
Subject: Re: JDE compile server and ant server problem
Date: Tue, 17 Jul 2007 11:07:42 -0700

The default encoding on windows is not utf8. System.getProperty("file.encoding") will tell you what it is, but if your source file is utf8 then you need to explicitly tell the compiler to use that encoding.

Try adding the arguments "-encoding" and "utf8" to jde-compile-option-command-line-args.

Suraj

On 7/17/07, lu@luxdo.jp <lu@luxdo.jp> wrote:
I use ntemacs22,jde to develop java application,when I compile the source
It seems the encoding is wrong,the compile server's
output looks like the following.

-classpath d:/home/lu/build -g d:/soft/emacs-22.1/bin/Test.java
d:/soft/emacs-22.1/bin/Test.java:3: <identifier> \202\302\252........

My Os is windows xp(japanese language)
what's the problem.

by the way,it is no problem on linux(utf8)

Thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]