Re: parsing query strings

2001-06-08 Thread Homayoun Yousefi'zadeh
Here is a method that I have written in one of my classes. Send me a $25 certificate if it helps ;-) public Vector stringParser(String str, String delim, int maxLength) { Vector strVector = new Vector(); String token; try { StringTokenizer st = new Stri

JNI exception bug

2001-06-08 Thread Markus Suing
Hi, I'm using the jni with blackdown jdk1.3 ("Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)") and gcc2.95.2 to compile my c++-libs. Now I encountered the bug giving the error message : "An unexpected exception has been detected in native code outside the VM" This bug has the id 4389172 in

parsing query strings

2001-06-08 Thread kevin1
Hello all, I have a String, which will be a query string from an application. I want to parse it to get at some of the values. Is there a handy class that will do that for me? -- To UNSUBSCRIBE, email to [EMAIL PRO

Re: Problems with fonts

2001-06-08 Thread Nancy F. Maniquis
Try this suggestion from JGuru: http://www.jguru.com/jguru/faq/view.jsp?EID=229424 Also, you may find other solutions by searching this mailing list's archives. -- nancy - Original Message - From: Mario Jaramillo R. <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 06

Re: Problems with fonts

2001-06-08 Thread jmsalvo
>From what I understand, you may have to install the URW fonts. See: http://www.blackdown.org/java-linux/docs/support/faq-release/FAQ-java-linux-6.h tml#ss6.4 > > Greetings: > > I am working with Mandrake 8.0 and Java version 1.2.2 Linux-JDK; > when I execute applets and appl

Problems with fonts

2001-06-08 Thread Mario Jaramillo R.
Greetings: I am working with Mandrake 8.0 and Java version 1.2.2 Linux-JDK; when I execute applets and applications appears the following: Font specified in font.properties not found [--symbol-medium-r-normal-- *-*-p-*-adobe-fontspecific] Please , tell me how to

Java benchmarks

2001-06-08 Thread Vladimir G Ivanovic
Bruce McKinlay's web page "Some J*va benchmarks that run on gcj" (http://waitaki.otago.ac.nz/~bryce/gcj/) mentions * Appeal Software Solutions AB have made a set of benchmarks available that demonstrate the performance of their "JRockit" VM. These are also useful for testing gcj. and

Program flow tools (was Re: Java equivalent of outportb?)

2001-06-08 Thread John R MacMillan
|hi all, can anyone tell me if there is a way to trace into source |code and find out which class is invoked and which method in |various java classes. i don't have documentation of a project |which i've been assigned to and need to reverse engineer the |classes and then get the various paths fro

Re: Problems with fonts

2001-06-08 Thread Nancy F. Maniquis
- Original Message - From: Amol Kulkarni <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 3:03 PM > I am facing the same problem with blackdown jdk1.2.2 on Red Hat 7.1. > I tried the solution as given in the jguru faq. > But it didn't work for me. > > Does anybody have other solutions.

Re: Problems with fonts

2001-06-08 Thread Amol Kulkarni
Hi, I am facing the same problem with blackdown jdk1.2.2 on Red Hat 7.1. I tried the solution as given in the jguru faq. But it didn't work for me. Does anybody have other solutions. I tried searing the mail list but didn't find any Thanks and Regards Amol "Nancy F. Maniquis" wrote: > Try thi