Re: Java.Linux.GUI

1998-12-11 Thread David Wall
Most unix-oriented GUIs, including Java, run on TOP of X-windows, just like Java runs on top of MS Windows. David

Java.Linux.GUI

1998-12-11 Thread irfuben
Hello I am new to this least. I want your feedback on my an idea I have. Replace X-windows with a GUI written in Java specifically for Linux and Apache. thanks ___ Get your free e-mail / e-card account that helps save wildlif

Re: BUG? Modal dialogs don't call subclass constructors!!!

1998-12-11 Thread Juergen Kreileder
> Dimitris Vyzovitis writes: Dimitris> [1 ] Dimitris> Juergen Kreileder wrote: >> > Dimitris Vyzovitis writes: >> Dimitris> Hi everyone, Dimitris> It appears there is a nasty bug in a modal dialog's Dimitris> construction process. If I subclass a modal dial

Re: BUG? Modal dialogs don't call subclass constructors!!!

1998-12-11 Thread Dimitris Vyzovitis
Juergen Kreileder wrote: > Dimitris Vyzovitis writes:     Dimitris> Hi everyone,     Dimitris> It appears there is a nasty bug in a modal dialog's     Dimitris> construction process.  If I subclass a modal dialog that     Dimitris> appears in its constructor (ie the constructor ends with    

Re: JDBC-connection in Linux

1998-12-11 Thread Han,sang-hyuck
http://www.tcx.se/ this is a mySQL URL. binary code is free.. I used mSQL, but a friend of mine recommended it to me. I downloaded it this URL. and it has JDBC driver also.. but I didn't try it. then I didn't know about How easy to install.. .   have a good fun.. Thor Erik Karlsen wrote: >  Im

Re: VisualAge for Java 2.0

1998-12-11 Thread Jauvane Cavalcante de Oliveira
> I am using both VAJava 2.0 and Symantec Visual Cafe 3.0 for my > development efforts. Both products a comparable interms of price for the > base product , around $99. The upgrade from VAJava 1.0 into VAJava 2.0 costed $ 0 for whoever registered before October 31st, 1998. How much did the upgrad

Java 1.2

1998-12-11 Thread Michael Privat
Hi, I realise you probably get this question ten thousand times a day, but is there a Java v1.2 porting project ? Is there any approximation about when it would be available ? Thanks a lot, Michael Privat --- Michael Privat Massachusetts In

JDBC-connection in Linux

1998-12-11 Thread Thor Erik Karlsen
Im developing a system that uses both servlets and applets. So far we have used NT4, IIS4 with JRun 2.2a, MS SQL Server 6.5 and Symantec dbAnywhere Server as the platform. I have Red Hat 5.0 installed at home and now I want to use it as the platform, for testing purposes. What database shoul

Killing Applets in browsers

1998-12-11 Thread Thor Erik Karlsen
This is a proplem that has been irritating me since the day I started developing applets(not that long ago). Is there a WORKING way an applet can destroy itself and tell the browser that its dead? I always have to start the browser again and reload the applet during development. Destroy() d

Re: VisualAge for Java 2.0

1998-12-11 Thread Alex Rice
On Fri, 11 Dec 1998 18:44:42 -0500, Jonathan Mark Brooks <[EMAIL PROTECTED]> said: Jonathan> I've been seeing a lot of favorable stuff about VA Java 2.0. I'll try to bring this on topic (sort of) for java-linux: sign the petition for porting IBM Visual Age for Java to Linux. It's on Scott Stanc

Re: BUG? Modal dialogs don't call subclass constructors!!!

1998-12-11 Thread Juergen Kreileder
> Dimitris Vyzovitis writes: Dimitris> Hi everyone, Dimitris> It appears there is a nasty bug in a modal dialog's Dimitris> construction process. If I subclass a modal dialog that Dimitris> appears in its constructor (ie the constructor ends with Dimitris> the typical pac

Re: VisualAge for Java 2.0

1998-12-11 Thread Christopher Hinds
I am using both VAJava 2.0 and Symantec Visual Cafe 3.0 for my development efforts. Both products a comparable interms of price for the base product , around $99. However I find the VAJava 2.0 to be a bit slow because if SmallTalk like source workspace and repository which manages both version co

Re: VisualAge for Java 2.0

1998-12-11 Thread Jauvane Cavalcante de Oliveira
> I've been seeing a lot of favorable stuff about VA Java 2.0. > > My understanding is that VAJava Pro 2.0 is also only $99 bux, which > is another point in its favor for ME. Yes, and even tough the version 1.0 was just $99.99 everyone who registered before October 31st has received (or is about

VisualAge for Java 2.0

1998-12-11 Thread Jonathan Mark Brooks
I've been seeing a lot of favorable stuff about VA Java 2.0. My understanding is that VAJava Pro 2.0 is also only $99 bux, which is another point in its favor for ME. -- *

Re: What's in it for me?

1998-12-11 Thread Christopher Hinds
Ditto!!! Cheers Chris "Javier G.C." wrote: > So why dont you post it in make-fast-money-thanks-to-stupid-people > group?? > > === > Javier Gil CandelasDpto. Ingenieria de Sistemas Telematicos > email: [EMAIL PROTEC

BUG? Modal dialogs don't call subclass constructors!!!

1998-12-11 Thread Dimitris Vyzovitis
More on the subject: This behavior doesn't appear if I use the -native switch! Perhaps it is a green_threads glitch... --  Dimitrios Vyzovitis  -- Information Processing Laboratory [EMAIL PROTECTED] -- Aristotle University of Thessaloniki [EMAIL PROTECTED] -- Dept. of Electrical and Computer

BUG? Modal dialogs don't call subclass constructors!!!

1998-12-11 Thread Dimitris Vyzovitis
Hi everyone, It appears there is a nasty bug in a modal dialog's construction process. If I subclass a modal dialog that appears in its constructor (ie the constructor ends with the typical pack(); show(); setResizable( false ); ), the subclass constructor doesn't get called unless the dialog is d

TYA 1.2 for Linux and FreeBSD released

1998-12-11 Thread Albrecht Kleine
Hi, the subject says it all: TYA1.2 is out now! For the first time we have also experimental support for the FreeBSD ports of JDK1.1 Also there are bugfixes, for example a problem running TogetherJ is reported to be fixed. ftp://gonzalez.cyberus.ca/pub/Linux/java/tya12.tgz (size is 125053 b

Re: How to send e-mail ?

1998-12-11 Thread Richard Jones
[EMAIL PROTECTED] wrote: > > > > I want to send e-mail from my java program. > > > > > > [I don't think there's a Mail API in Java 1.1, > > I don't know why you would think that. It's called Java...wait for > it...Mail! Works find with SMTP, so far as I can tell, and pretty > easy to

Re: How to send e-mail ?

1998-12-11 Thread mlorton
> > I want to send e-mail from my java program. > > > [I don't think there's a Mail API in Java 1.1, I don't know why you would think that. It's called Java...wait for it...Mail! Works find with SMTP, so far as I can tell, and pretty easy to use. I haven't tried it with POP or IMAP a

Re: How to send e-mail ?

1998-12-11 Thread Richard Jones
"Ramesh Babu A." wrote: > > Hi, > I want to send e-mail from my java program. > > for that i opend socket on 25 (SMTP) port, and sent mail > by executing HELP, MAIL FROM:, RCPT TO:, DATA. > This is working fine only in the internal network. But if > try se

Re: Congratulations to Blackdown!

1998-12-11 Thread Jauvane Cavalcante de Oliveira
> IBM Visual age. I really recomend VisualAge for Java 2.0. They have an awesome development environment and we have had a petition asking for a Linux port. It was mentioned that IBM would receive such petition and make some analisys, hence it MAY be possible to see a Linux version in some time.

JDK1.1.6 - Realizing GUI

1998-12-11 Thread George Karabotsos
Hello, I am experiencing a problem under JDK1.1.6 (I am downloading 1.1.7 as I am writing this e-mail). The problem is as follows, I invoke my program and I my UI does not appear. If I add the option -v either in the java or jre command it appears; if I unsetenv the DYN_JAVA variable then my UI

RE: How can I debug Java Program??

1998-12-11 Thread Tar . Zoltan
> -- > From: Ernst de Haan[SMTP:[EMAIL PROTECTED]] > Sent: 1998. december 11. 13:43 > To: Han,sang-hyuck > Cc: John Summerfield; Christopher Hinds; [EMAIL PROTECTED]; > Java-Linux > Subject: Re: How can I debug Java Program?? > > 4) Use the JDK Java debugger \:( (

JDK 1.2

1998-12-11 Thread Jan Agermose Jensen
Do you know when JDK 1.2 will be ready on Linux? The Website http://www.blackdown.org/java-linux/ports.html does not say. I have read that SUN was behind the 1.2 port does this mean that the port of 1.2 will be ready soon? -- -- Ja

Re: How can I debug Java Program??

1998-12-11 Thread Ernst de Haan
Hi Han, There are different approaches one can take on debugging a Java program: 1) Using System.out.println's at places you expect trouble. 2) Use a debugMode boolean property throuhout your program and a (central?) logger. Make your object log info/warning/error messages to the logger. Make the

Possible fix for JDK 1.1.7 JNI problems

1998-12-11 Thread Bernd Kreimeier
I have been reporting problems with JNI/Invocation with JDK 1.1.7v1a+native for apps that use libdl.so, a bug which has been confirmed by Blackdown. By accident I discovered a quick patch on this problem that seems to work fine on my Debian "slink" snapshot, so if you happen to be stuck with a

Re: What's in it for me?

1998-12-11 Thread Javier G.C.
So why dont you post it in make-fast-money-thanks-to-stupid-people group?? === Javier Gil CandelasDpto. Ingenieria de Sistemas Telematicos email: [EMAIL PROTECTED]E.T.S.I. Telecomunicacion http:

How can I debug Java Program??

1998-12-11 Thread Han,sang-hyuck
I'm sorry to bother you all. I'm very confusing to debug Java Program.. It's about 8000 Line. who do you know about Degugging Java Program.?? any tool or any tips. anything is OK. please teach me about your secret skill to program Java.. thanks alot .. have a nice day.. ---

Re: Congratulations to Blackdown!

1998-12-11 Thread Pierre LATECOERE
For the Tools I would recommend: JBuilder 2 or IBM Visual age. They are the best for visual development and for DB access. Visual J++ is to much Windows oriented and could be a problem for later porting to Linux/Unix platforms. Java Workshop is too rudimentary for large application development. F

How to send e-mail ?

1998-12-11 Thread Ramesh Babu A.
Hi, I want to send e-mail from my java program. for that i opend socket on 25 (SMTP) port, and sent mail by executing HELP, MAIL FROM:, RCPT TO:, DATA. This is working fine only in the internal network. But if try send to hotamil/rocketmail they are not al

What's in it for me?

1998-12-11 Thread khiillan
Hi, The following is a copy of the letter that caused me to get involved in the most lucrative and easy to operate home-based business I could ever imagine. I never thought I'd be the one to talk about something like this, but this is simply the best mail order business I've ever seen. With