JDBC problem!

1999-09-28 Thread ALPESH KOTHARI
Hello Everybody, I have written one program in java2 to write the data in postgresql. I am storing one integer and one string in the database. When i read the string from the file it is proper. But when i store it, it gives the following exception: java.sql.SQLException: ERROR: parser: parse err

Re: swing and syntax question

1999-09-28 Thread John N. Alegre
There always has to be one top level peer to connect to the video hardware. I think the correct is that Window, Dialog and Frame are heavyweight. I the awt every component was heavyweight. With Swing, Java is doing the drawing for button, scroller etc. john On 27-Sep-99 berry wrote: > > >> >

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-28 Thread noisebrain
I think that the speed depends on what benchmark you run, though the new borland jit seems generally faster than the sunwjit that comes with 1.2pre2. There's a table of timings of several linux jits versus C at www.idiom.com/~zilla/Computer/javaCbenchmark.html

Re: Runtime problems

1999-09-28 Thread Hartnett
Well I installed the glib2.1 version as Riyad had suggested, thanks, jre or java -help no longer report permission denied. I am still getting a permission denied from from the classes.zip, despite changing its permissions, and the directories to it, to rwx for all. I also get this error for a

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-28 Thread Paolo Ciccone
On Tue, Sep 28, 1999 at 04:30:33PM -0500, Burkhart,Kelly wrote: > > > What performance does a JIT improve? Are you talking about the time to run > an uncompiled application with this JIT vs. another JIT (i.e. performance > improvement is in the JIT compilation not in running the application)?

RE: borland/inprise jit for blackdown 1.2pre2

1999-09-28 Thread Antonio S. R. Gomes
On Tue, 28 Sep 1999, Burkhart,Kelly wrote: > > > What performance does a JIT improve? Are you talking about the time to run > an uncompiled application with this JIT vs. another JIT (i.e. performance > improvement is in the JIT compilation not in running the application)? Or > are you saying

RE: borland/inprise jit for blackdown 1.2pre2

1999-09-28 Thread Burkhart,Kelly
What performance does a JIT improve? Are you talking about the time to run an uncompiled application with this JIT vs. another JIT (i.e. performance improvement is in the JIT compilation not in running the application)? Or are you saying that the compiled code from this JIT is faster than the

Re: Drag and Drop

1999-09-28 Thread Denny Lee
Thanks for everyone's reply. I am sorry if this is off topic for this list. Thanks again. -- On Tue, 28 Sep 1999 12:45:51 Rachit Siamwalla wrote: > >Denny Lee wrote: >> >> Hello, >> Thanks for your reply. I guess I did not make question clear. I am trying to >write a program that works w

Re: Drag and Drop

1999-09-28 Thread Rachit Siamwalla
Denny Lee wrote: > > Hello, > Thanks for your reply. I guess I did not make question clear. I am trying to write >a program that works with network nodes, basically a icon, and network links. In the >Visual Basic program that I wrote, during run time I can drag nodes around a canvas >and c

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-28 Thread Antonio S. R. Gomes
I've tested Borland javacomp with my 35K lines application, which uses a lot of swing+threads+rmi, and most of it worked fine (some problems). The most exciting was the performance improvement in some points. Important: my code does not run with sunjit ... performs better with tya ... but unfort

Re: Drag and Drop

1999-09-28 Thread Denny Lee
Hello, Thanks for your reply. I guess I did not make question clear. I am trying to write a program that works with network nodes, basically a icon, and network links. In the Visual Basic program that I wrote, during run time I can drag nodes around a canvas and connect nodes together with l

RE: borland/inprise jit for blackdown 1.2pre2

1999-09-28 Thread Kontorotsui
On 27-Sep-99 noisebrain wrote: > > http://www.borland.com/jbuilder/linux/ It works perfectly. Well, I didn't get a 33% gain in compilation time, only a 15% (maybe because I use the -O flag?), but my game gains a lot of speed and now is almost as fast (hmmm... less slow :) ) as in windows. I ran

RE: required Libraries

1999-09-28 Thread Burkhart,Kelly
Isn't libXm the motif lib? Try using the static motif JDK or installing motif. Does the JDK work with lesstif? > -Original Message- > From: Rolf [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 28, 1999 5:26 AM > To: [EMAIL PROTECTED] > Subject: required Libraries > > > Hi, > >

serial communication

1999-09-28 Thread R MUTHUSWAMY
hi guys, anybody did work using commapi's. can anybody send me some code sites or some of your codes, it will be of great use to me. Thanx in advance, MUTHU. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Re: [Java Error]

1999-09-28 Thread Alejandro Flores
I got this message too, and what I did was to call java (java, javac, appletviewer...) with '-green' option. But now, Im getting another message 'Class format error' or saying that the main class have more than xxx bytes... Don't remember right now. Anyone know this message? Best

Re: required Libraries

1999-09-28 Thread Carsten Hoeger
On Tue, Sep 28, Rolf wrote: > I am running a SuSe Linux 6.1 on my box and have libc 2 installed on my > system. > When I try to install JDK 1.1.1 using rpm, I get the message libXm.so.2 > is needed by jdk1.1-1.1.7v1a-3. Where do I get this library ? Try 'rpm --nodeps --force yourrpmname.rpm'...

required Libraries

1999-09-28 Thread Rolf
Hi, I am running a SuSe Linux 6.1 on my box and have libc 2 installed on my system. When I try to install JDK 1.1.1 using rpm, I get the message libXm.so.2 is needed by jdk1.1-1.1.7v1a-3. Where do I get this library ? MfG Rolf --

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-28 Thread Justin Lawler
how do all the JIT's compare? Is it faster than TYA, and is TYA faster than blackdown's port of sun's jit? noisebrain wrote: > If you so choose you can download this jit and run it in place > of the one that comes with 1.2pre2. The blackdown community > is familiar with two similar replacement