Alex Aver

Greenhorn
+ Follow
since Jul 09, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Alex Aver

Hi,
i want to set up true permissions (owner, group and guest) for JBoss on Linux-SuSE.
Could you tell to me correct values.

Is there any differense between permissions for JBoss files (conf, lib etc) and deployed apps?
19 years ago
Probably u must unpack zip? ;-)
19 years ago
U can write your own appender and use it in log4j.
U need to override setFile() method only.
19 years ago
Hi, Vanchi,

Your application tries to load a native library called liblwjgl.so (Linux) or lwjgl.dll (Windows).
Check to see if this file exists and what it's file permissions are.
This problem most often shows up because the file does not exist, has incorrect file permissions, or can not be located by the JVM.

Under Linux set LD_LIBRARY_PATH.
Under Windows set PATH.
19 years ago