Christoph Wurm
Christoph Wurm

Reputation: 1072

How can I change the language of JBoss error messages?

It seems like a rather simple question that should be easily answerable by Google, but surprisingly I could not find the necessary information.

Currently, JBoss error messages are displayed in German in my Eclipse Console. I would like them to be in the original English to be better able to google for them.

How can I do that?

We are using JBoss Enterprise Application Server 6 and Eclipse Indigo Service Release 1.

Upvotes: 6

Views: 3861

Answers (1)

Christoph Wurm
Christoph Wurm

Reputation: 1072

Adding -Duser.language=en to the VM arguments does the trick:

In Eclipse:

"Window - Preferences - Java - Installed JREs"

Choose a JRE

"Edit..."

Default VM Arguments: -Duser.language=en

Upvotes: 11

Related Questions