Re: java.util.regex support

2002-10-22 Thread Jesse Stockall
.lang.NoClassDefFoundError: > java/lang/CharSequence> > > Am I correct, j2re does not support java.util.regex??? You are trying to use a 1.4 class (java.lang.CharSequence) with a 1.3 JRE. Have a look at the API docs for more info: http://java.sun.com/j2se/1.3/docs/api/ http://java.sun

Re: HELP : Stable JVM for running JBoss on Redhat 7.2 (smp) ??

2002-05-23 Thread Jesse Stockall
roblems you seem to be having. Well I used to get the odd crash & many defunct java processes, but they were resolved after setting "LD_ASSUME_KERNEL=2.2.5". Jesse -- Jesse Stockall | Tel: 1+ 613.599.2441 ext. 243 CRYPTOCard Corporation | Fa

Re: access to mysql database

2002-02-22 Thread Jesse Stockall
you checked the mysql log to see what is happening? -- Jesse Stockall | Tel: 1+ 613.599.2441 ext. 243 CRYPTOCard Corporation | Fax: 1+ 613.599.2442 Suite 304, 300 March Rd. | email: [EMAIL PROTECTED] Ottawa, ON, Canada K2

Re: missing font

2002-02-07 Thread Jesse Stockall
e fonts in the directory, you will have to overwrite the old one. -- Jesse Stockall | Tel: 1+ 613.599.2441 ext. 243 CRYPTOCard Corporation | Fax: 1+ 613.599.2442 Suite 304, 300 March Rd. | email: [EMAIL PROTECTED] Ottawa, ON, Canada K

Re: Java com port Api

2001-12-21 Thread Jesse Stockall
//www.interstice.com/kevinh/linuxcomm.html -- Jesse Stockall | Tel: 1+ 613.599.2441 ext. 243 CRYPTOCard Corporation | Fax: 1+ 613.599.2442 Suite 304, 300 March Rd. | email: [EMAIL PROTECTED] Ottawa, ON, Canada K2K 2E2 | web

[Fwd: [Fwd: Re: Another window management bug]]

2001-09-25 Thread Jesse Stockall
Win2000 Debian with Sawfish Blackdown-1.3.1-FCS, J2RE 1.3.0 IBM, Sun build 1.3.1-b24 Win2000 Sun build 1.3.1_01 -- Jesse Stockall | Tel: 1+ 613.599.2441 ext. 243 CRYPTOCard Corporation | Fax: 1+ 613.599.2442 Suite 304, 300 March Rd. |

Re: Another window management bug

2001-09-25 Thread Jesse Stockall
On Tue, 2001-09-25 at 05:31, [EMAIL PROTECTED] wrote:> I've just reported this at the JDC. It seems to be specific to Linux, > and affects both the Blackdown and Sun versions of 1.3.1. > > RonOne more thing. I did see the behavior that you are reporting with KDE. --

Pid of the JVM

2001-09-06 Thread Jesse Stockall
How can I get the pid of the jvm that an app is running in? Thanks -- Jesse Stockall | Tel: 1+ 613.599.2441 ext. 243 CRYPTOCard Corporation | Fax: 1+ 613.599.2442 Suite 304, 300 March Rd. | email: [EMAIL PROTECTED] Ottawa, ON

Re: Zombies in Red Hat 7.1

2001-09-05 Thread Jesse Stockall
issue with RedHat 7.1 & maybe others. The workaround is this: 1. add this to your $JAVA_HOME/bin/.java_wrapper export LD_ASSUME_KERNEL=2.2.5 2. 1. Create a symbolic link from /bin/cut to /usr/bin/cut ln -s /bin/cut /usr/bin/cut -- Jesse Stockall | T

RE: font problem

2001-02-08 Thread Jesse Stockall
ot;fonts.dir" "symbol.ttf -urw-symbol-medium-r-normal--0-0-0-0-p-0-ad obe-fontspecific" You also have to change the number at the top of fonts.dir to 13, as there are now 13 fonts. You can get symbol.ttf from a windows machine. Or contact me & I'll send it.