Troubles installing JDK-1.2

1999-05-15 Thread Emilian URSU
I installed JDK-1.2 on my computer RH 6.0 the script .java_wraper from the archive didn't work on my comupter so I did one for myself. - my-java-wraper #!/bin/sh HOME=/usr/local/jdk1.2 JRE=/usr/local/jdk1.2/jre LD_PRELOAD=/usr/lib/libstdc++-libc6.1-1.so.2 LD_LIBRARY_PATH=$JRE/lib/i386/g

Re: Installer

1999-05-15 Thread Michael Holst
"PAX!" wrote: > > Hello everybody > > I'm looking for a free good packager/installer for java. I remember that > someone announced a free one in this list, but I've lost my notes, and > can't find the message. Could anyone suggest me one ? Perhaps the author > is somewhere near ? > Give http

Re: Database

1999-05-15 Thread Clayton Cottingham
Stefan Proels wrote: > Hi Gary, > > > I am trying how to find out how one may represent data from java into a database. >I know one needs a JDBC driver, but if I have installed JKD1.2 do i already have JDBC >installed with it? Or do i have to instll it separately. > > The basic JDBC interfaces

Re: Database

1999-05-15 Thread Stefan Proels
Hi Gary, > I am trying how to find out how one may represent data from java into a database. I >know one needs a JDBC driver, but if I have installed JKD1.2 do i already have JDBC >installed with it? Or do i have to instll it separately. The basic JDBC interfaces are part of the JDK (java.sql

Installer

1999-05-15 Thread PAX!
Hello everybody I'm looking for a free good packager/installer for java. I remember that someone announced a free one in this list, but I've lost my notes, and can't find the message. Could anyone suggest me one ? Perhaps the author is somewhere near ? Thanks -- La felicidad estriba en nuestr

Database

1999-05-15 Thread Gary Freets
Hi, I am trying how to find out how one may represent data from java into a database. I know one needs a JDBC driver, but if I have installed JKD1.2 do i already have JDBC installed with it? Or do i have to instll it separately. Thanks Gary -

Re: JDK 1.2 and NetBeans or Simplicity???

1999-05-15 Thread Robert Williams
What changes did you make? Simplicity + JDK1.2 freezes up after a few steps through the tutorial example 1 on my Red Hat 5.2 system. Kontorotsui wrote: > On 13-May-99 Jeffery S. Norman wrote: > > Has anyone got JDK 1.2 to work properly with NetBeans x2 or > > SimplicityRC??? > > Simplicity doe

RE: JDK 1.2 and NetBeans or Simplicity???

1999-05-15 Thread Kontorotsui
On 13-May-99 Jeffery S. Norman wrote: > Has anyone got JDK 1.2 to work properly with NetBeans x2 or > SimplicityRC??? Simplicity does work on my system with JDK1.2, I had to change the wrapper Simplicity script, but works. --- Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at

RE: position of java applications starting up.

1999-05-15 Thread Nelson Minar
>>Take a look at MComponentPeer.pInitialize(). It sets the location of >>the window (to 0,0 if no setLocation call has occurred). >This bug annoys me intensely. bug id 4102292 It annoys me too. Thanks for finding it in the Bug Parade. I can live with this, so my question here is more political

Maximum Number of objects you can create in One virtual machiene

1999-05-15 Thread Nageswarrao Pachava
Hello Guys, we are working on large scale server side application in java. this needs 1,000,000 objects live at any time because of somany reasons. we are using the JDK 1.2 on Red hat Linux 5.2. I wil appreciate any body can help me. Thanks in advance. --- Nag Nag