Re: jdk 1.2

1999-01-08 Thread Mehrdad Jahansoozi
applications ) 2) Is it going to use jit technology ? Regards, Mehrdad begin:vcard n:JAHANSOOZI;MEHRDAD x-mozilla-html:FALSE adr:;; version:2.1 email;internet:[EMAIL PROTECTED] title:Java Developer fn:MEHRDAD JAHANSOOZI end:vcard

Re: Question from a beginner

1998-12-29 Thread Mehrdad Jahansoozi
Check these links http://www.blackdown.org http://java.sun.com/docs/books/tutorial Mehrdad [EMAIL PROTECTED] wrote: > I would like to learn Java, I have a good understanding of C. > can you recommend > 1] Which versions(distribution) of Java, Linux, openwindows and any >

Re: An IDE for C and JAVA

1998-12-22 Thread Mehrdad Jahansoozi
the rest but not as good as I expected . I installed GRASP from http://www.eng.auburn.edu/department/cse/research/grasp/ few day ago. It looks promising. Regards Mehrdad : John Goerzen wrote: > On Tue, Dec 22, 1998 at 11:11:08AM +0100, Artur Biesiadowski wrote: > > > John G

Re: Read Huge file using Java

1998-12-17 Thread Mehrdad Jahansoozi
One solution is read line by line process it write to a temporary file on you hard drive . This way you need say a StringBuffer as big as a line long 500 should do it although it does not matter. Every time you start a new line use setLength( 0 ); and start appending . When you are done do what e

Re: Maximum Heap Size

1998-12-08 Thread Mehrdad Jahansoozi
This is usual in multithreaded programs There are two solutions to these sorts of problems 1) Limit the number of threads to 5 at any time. 2) Write the data on a temporary files and read it later. Which one is a mater of time ( speed ). If you are reading over a network, pipe the data directly

Re: Servlets ??

1998-12-04 Thread Mehrdad Jahansoozi
and passing the incoming calls to the servlet. Mehrdad

Linux IDE

1998-11-30 Thread Mehrdad Jahansoozi
Hi There, I am looking for a try first buy later decent stable IDE for Java for Linux platform. Does anybody know of such a thing. Regards, Mehrdad

A very elementary question ?

1998-11-25 Thread Mehrdad Jahansoozi
: /MyJavaDir/jdk117/Test How do you run your Java on Linux ? Regards, Mehrdad

linux

1998-11-18 Thread Mehrdad
that gonna cause problems? Thanks very much for your help Mehrdad

JIT ????

1998-10-06 Thread Mehrdad Jahansoozi
files in NT , and I need VM in Linux to run them on Linux. Regards, Mehrdad

JIT ????

1998-10-06 Thread Mehrdad Jahansoozi
files in NT , and I need VM in Linux to run them on Linux. Regards, Mehrdad