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: weird xinerama problem

2002-03-16 Thread Jesse Sarnovsky
data as much as you want, but you use a separate thread to delay the output every XXX milliseconds. That way you still track it, but you don't cause so much painting. Jesse Sarnovsky ExoBrain, Inc. [EMAIL PROTECTED] -Original Message- From: Oktay Akbal [mailto:[EMAIL PROTECTED

RE: [Java-Linux] will JRE1.3.1 fit in iPaq 3600?

2002-03-15 Thread Jesse Sarnovsky
JRE1.3.1 fit in iPaq 3600? Hi, Jesse Sorry, I didn't realized that jffs2 was Journaling flash file system. So did you mean jffs2 version of JRE is already available or you made it yourself? Since Familiar will fit in 16MB of ROM, if I have a iPaq(H3700) with 32MB of ROM, can I put JRE into R

RE: [Java-Linux] will JRE1.3.1 fit in iPaq 3600?

2002-03-14 Thread Jesse Sarnovsky
m of this mailing list, feel free to send me an email personally and I'll be happy to help you. I've lost many nights to this stuff and would like to save other people the trouble. Jesse Sarnovsky ExoBrain, Inc. [EMAIL PROTECTED] -Original Message- From: Shuai Liu [mailto:[EMAIL

RE: [Java-Linux] will JRE1.3.1 fit in iPaq 3600?

2002-03-14 Thread Jesse Sarnovsky
- The GNU stdc++ library And of course if you want awt/x support, install base-x. Jesse Sarnovsky [EMAIL PROTECTED] -Original Message- From: Shuai Liu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 10:36 PM To: [EMAIL PROTECTED] Subject: [Java-Linux] will JRE1.3.1 fit in

JDK availablility for JDK1.3.1-RC1 on linux/arm

2002-03-12 Thread Jesse Sarnovsky
, Jesse Sarnovsky ExoBrain, Inc. [EMAIL PROTECTED]  

unsubscribe

2002-03-12 Thread Jesse Sarnovsky
 

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

Build System

2001-06-14 Thread Jesse
;t need to portability for the java stuff. 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, Canada K2K 2E2 |

Re: InetAddress.getLocalHost() problems with Debian Linux

2001-04-19 Thread Jesse Erdmann
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- Jesse Erdmann Engineer Secure Computing Corp. Tel. (651) 628-1535 -

Binding a multicast socket to a port in use.

2001-03-12 Thread Jesse Erdmann
fails for other reasons because of using a different port). Does anyone have suggestions on how to fix this without resorting to using a different port? Also, does anyone know specifically why this is different between the two environments? Thanks! -- Jesse Erdmann Engineer Secure

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.

jdk 1.1.7v3

1999-06-02 Thread Rick Jesse
Is there a doc that explains what the different files are in the 1.1.7 v3 release. That is, a high level description of what is in each of these files:   i18n_1.1.7-v3-glibc-x86.tar.gzjdk_1.1.7-v3-glibc-x86-native.tar.gzjdk_1.1.7-v3-glibc-x86.tar.gzjre_1.1.7-v3-glibc-x86-native.tar.gzjre_1.1.7