Re: Java and Enlightenment

1999-09-30 Thread Bryce McKinlay
"John N. Alegre" wrote: > Here is my $.02: > > Switch to Windowmaker. > > Java works great .. AWT and Swing! Really? I use WindowMaker (0.53) and I have problems with various AWT apps "drifting" down the screen when they are minimized/restored. Swing apps that I have tried do seem to work fairl

Re: JDBC problem!

1999-09-30 Thread Weiqi Gao
ALPESH KOTHARI wrote: > > Hello, > > What you told is perfectly true. But in my case it is > a different story! When I read only characters then > also it create the problem. To rectify it I have > modified my program and now I am reading only few > characters from the file(i.e. not going till

Re: How big a server is required to deploy JServ?

1999-09-30 Thread Marc Slemko
On Thu, 30 Sep 1999, Tim Reilly wrote: > The company I work for is in the late stages of re-architecting our entire > website using Apache JServ, RedHat Linux 6.0, and MySQL. The code is just > about finished (version 1.0 freezes in the two weeks), and we're trying to > spec the servers we will

Re: NoClassDefFoundError and RH6.0

1999-09-30 Thread GRoll75
Geez... I totally goofed that one! All that was need was to put a '.' in front of my CLASSPATH. EG. CLASSPATH = .:/opt/jdk1.2/jre/lib/rt.jar After doing that everything worked fine. Thanks for the help. GR -- To UNSUBSCRIBE

Re: JDBC problem!

1999-09-30 Thread ALPESH KOTHARI
Hello, What you told is perfectly true. But in my case it is a different story! When I read only characters then also it create the problem. To rectify it I have modified my program and now I am reading only few characters from the file(i.e. not going till end of file). Then also the same proble

JNI

1999-09-30 Thread Paul Beardsley
I sent the question below earlier but solved it now. In the event that anyone out there does have a similar problem (in this obscure corner...) and would like some info, just send me an email and I will be happy to try to help, Paul. -

Re: Java and Enlightenment

1999-09-30 Thread John N. Alegre
Here is my $.02: Switch to Windowmaker. Java works great .. AWT and Swing! john On 30-Sep-99 Michael Emmel wrote: > Peter Graves wrote: > >> The authors of the Enlightenment window manager have some >> interesting comments today about Java: >> >> http://www.enlightenment.org/news.html >>

Re: "proper" place for the .so native libraries

1999-09-30 Thread dave madden
=>From: Brett Smith <[EMAIL PROTECTED]> =>... =>Where is the "proper" location for the *.so native library files? I've had good luck putting them under: .../jdk-1.2/jre/lib/i386/ appropriate platform here! =>One JNI tutorial said the following: =>LD_LIBRARY_P

"proper" place for the .so native libraries

1999-09-30 Thread Brett Smith
Where is the "proper" location for the *.so native library files? One JNI tutorial said the following: LD_LIBRARY_PATH='pwd' export LD_LIBRARY_PATH When I tried this, it caused a "full thread dump" upon calling the native method. Any ideas why? Also, does the blackdown install set a LD_LIBRARY_

Re: Java and Enlightenment

1999-09-30 Thread Cees de Groot
[EMAIL PROTECTED] wrote: >Their basic point is that "Java under X (AWT) is Broken"; they >don't mention which Java implementation they're referring to. > Which is a pity, because "this is broken" will hardly help in getting the problem solved (although I think that the X gurus from the Blackdown g

JNI

1999-09-30 Thread Paul Beardsley
Hi, I am using Java SDK 2 on Redhat 6.0. I have a Java GUI on a C++ library and have hit the following problem. The GUI includes a component like this for displaying images, class DisplayPanel extends JPanel { public void paintComponent (Graphics g) { super. paintComponent (g)

Re: How big a server is required to deploy JServ?

1999-09-30 Thread [EMAIL PROTECTED]
Tim, > are caching them in JServ to avoid future database calls. There will > still be a moderate amount of database activity, probably 2 calls every > time someone access a page on our site (vs. ~10 for the initial load of > all required objects). > peaks around 64 megs. Since we are caching

Re: Java and Enlightenment

1999-09-30 Thread Michael Emmel
Ron Yorston wrote: > Michael Emmel wrote: > > >Peter Graves wrote: > > > >> The authors of the Enlightenment window manager have some > >> interesting comments today about Java: > >> > >> http://www.enlightenment.org/news.html > >> > >> Their basic point is that "Java under X (AWT) is Broken"

Re: JMenu Rendering Errors

1999-09-30 Thread Jedi Webmaster
Well, I am using afterstep which is a fvwm2 WM. But I also noticed that after I reboot my machine it went away. Maybe it's a problem with the JVM and memory? I had been using the VM off and on for about 12 hours straight when this started happening. Jayan wrote: > On Wed, 29 Sep 1999, Jedi We

TYA news

1999-09-30 Thread Albrecht Kleine
Hi, some news from TYA: 1) Jens M Andreasen helped to make TYA available in Europe (TYA0.1, 1.0, 1.4v2 and current TYA1.5 and future versions) http://www.dsv.su.se/~jens-and/tya/ 2) Next time we will have another site in .cz Thanks Ivo you can fetch newest *.rpm archives!

RE: NoClassDefFoundError and RH6.0

1999-09-30 Thread schen
On Thu, 30 Sep 1999, Roll, Greg wrote: > That still yields the same error... I tried that many times too! Sorry, I didn't catch your first email. If it still says class not found, make sure you have CLASSPATH set correctly. Also make sure your PATH is set to include the bin directory under t

Re: JDBC problem!

1999-09-30 Thread schen
Hi Alpesh, everyone, On Wed, 29 Sep 1999, ALPESH KOTHARI wrote: > 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 e

RE: NoClassDefFoundError and RH6.0

1999-09-30 Thread Roll, Greg
That still yields the same error... I tried that many times too! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 30, 1999 10:41 AM To: Roll, Greg Cc: [EMAIL PROTECTED] Subject: RE: NoClassDefFoundError and RH6.0 Hi Greg, everyone, On Thu,

Re: Java and Enlightenment

1999-09-30 Thread Alex M.
I noticed this too under JDK 1.1.7 on Solaris 2.6. Some dialogs would move when you mouse over them. It seemed WM specific though. I had the problem running FVWM2 on Xfree86, but using Solaris CDE the problem wasn't present. The other thing was that the only application I noticed this kind of

RE: NoClassDefFoundError and RH6.0

1999-09-30 Thread schen
Hi Greg, everyone, On Thu, 30 Sep 1999, Roll, Greg wrote: > Actually yes Is this incorrect? I'm fairly new to the Java thing > but I compile fine with the same steps on a Solaris machine. > > GR > > From: Chris Abbey [mailto:[EMAIL PROTECTED]] > > you didn't by any chance type "java

Re: Java and Enlightenment

1999-09-30 Thread Juergen Kreileder
> William Gallafent writes: William> On Thu, 30 Sep 1999, Michael Emmel wrote: >> Actually java works well under KDE some bugs under >> Windowmaker major bugs under Enlightenment . William> Window positioning seems to be broken under KDE too, in my William> experience.

How big a server is required to deploy JServ?

1999-09-30 Thread Tim Reilly
The company I work for is in the late stages of re-architecting our entire website using Apache JServ, RedHat Linux 6.0, and MySQL. The code is just about finished (version 1.0 freezes in the two weeks), and we're trying to spec the servers we will need for deployment. The problem is that I real

RE: NoClassDefFoundError and RH6.0

1999-09-30 Thread Roll, Greg
Actually yes Is this incorrect? I'm fairly new to the Java thing but I compile fine with the same steps on a Solaris machine. GR -Original Message- From: Chris Abbey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 29, 1999 8:05 PM To: Roll, Greg Cc: [EMAIL PROTECTED] Subj

installing jserv

1999-09-30 Thread Claudio
dear... I have to install the jserv1.0 on my redhat6, jdk117_v3, jsdk-solaris2.0, and got some errors, I carefullyask for you to help me about this; my apache1.3.6 is just installed, but comparing the install-dir from rh6 to slackware, the rh6 I don't find a specific directory but on s

Re: Java and Enlightenment

1999-09-30 Thread William Gallafent
On Thu, 30 Sep 1999, Michael Emmel wrote: > Actually java works well under KDE some bugs under > Windowmaker major bugs under Enlightenment . Window positioning seems to be broken under KDE too, in my experience. For example (first one I could think of), when susefax (Java front end for Hylafax

Re: Java and Enlightenment

1999-09-30 Thread Ron Yorston
Michael Emmel wrote: >Peter Graves wrote: > >> The authors of the Enlightenment window manager have some >> interesting comments today about Java: >> >> http://www.enlightenment.org/news.html >> >> Their basic point is that "Java under X (AWT) is Broken"; they >> don't mention which Java impl

Unsubscribing

1999-09-30 Thread Surjan Singh
Hi, I've tried unsubscribing from this group twice. Each time I get a message saying my email cannot be found on the list, and that I should reply if I have any problems unsubscribing. So, twice, I replied, but to no avail. If one of the administrators reads this group can you please unsubscri