Re: Using JPDA with Blackdown JDK?

1999-12-20 Thread Nathan Meyers
Matthew Brown wrote: > > Hello, > As my subject line says is that question I would like to ask. Can the > JDPA work with Blackdown or does it require us to port it to Linux?? Is > the JPDA 100% java or does it require some native calls that need to be > rewritten for linux?? Some portin

Using JPDA with Blackdown JDK?

1999-12-20 Thread Matthew Brown
Hello, As my subject line says is that question I would like to ask. Can the JDPA work with Blackdown or does it require us to port it to Linux?? Is the JPDA 100% java or does it require some native calls that need to be rewritten for linux?? Matt brown

Re: Blackdown JDK vs Sun/Inprise

1999-12-20 Thread noisebrain
Aren't we forgetting something in this discussion? Average PC has 64M, you want to write an application that runs on this PC, your dev environment (JBuilder or whatever) has, in addition to the application, a compiler, the IDE, a debugger... ...your development environment is probably going to

Re: Where is the plugin?

1999-12-20 Thread Chris Abbey
exactly where it should be... Java-Linux download pick a mirror, any mirror you think is relatively current jdk1.1.8 i386 v1 JavaPlugIn_1.1.2_k-glibc-2.1.2.sh At 22:21 12/20/99 +0100, Peter Schuller wrote: >Hello, > >I've seen references to the Linux version of the Java plugin, but I am >unable

glibc requirements

1999-12-20 Thread André Dahlqvist
Hi I noted in Blackdowns README file that glibc 2.1.2 is required, and read in Sun's README file that glic 2.1 is required for their version. Does anyone know if they mean that any 2.1.x version works? // André -- To UNSUBSCR

Where is the plugin?

1999-12-20 Thread Peter Schuller
Hello, I've seen references to the Linux version of the Java plugin, but I am unable to find it on www.blackdown.org. Where is it? Thanks! -- / Peter Schuller PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send an E-Mail to [EMAIL PROTECTED] E-Mail: [EMAIL PROTEC

SIGS Object Expo NY 2000 Conference Announcement

1999-12-20 Thread Gail Tuzman
Mark your calendar!! SIGS Object Expo / the expo for Java at http://www.objectexpo.com Conference: February 21-24, 2000 --- Exhibition: February 22-23, 2000 New York Marriott Marquis, New York, NY ENTER TO WIN A FREE VIP PASSPORT (see details below) SIGS Object Expo returns for another high-p

coding question

1999-12-20 Thread Yohans Mendoza
hi all, How can I enable a textarea component to copy an paste text? TIA --Yohans ~ Yohans Mendoza Unix Administrator [EMAIL PROTECTED]Sirius Images Inc. http://www2.utep.edu/~

Re: invalid method hash with rmi calls

1999-12-20 Thread Joseph Shraibman
OK that was with the inprise jdk. I had to switch back to blackdown because the Inprise jdk was core dumping on me. Now I'm getting the same 'invalid message hash' ServerException with Blackdown and I can't fix it no matter what I do with my policy file. [EMAIL PROTECTED] wrote: > They were in

Problem with Swing: can't load LookAndFeel-class

1999-12-20 Thread Thomas Foerster
Hi! I have a problem running Swing-applications with the new Blackdown JDK1.2.2 RC3. The following program --- import javax.swing.*; public class UIManagerDefaults { public static void main(String[] args) { System.out.println("Default L&F: " + UIManager.getLookAndFee

Simpliest way to check the file presence.

1999-12-20 Thread Jacob Nikom
Hi, What is the simplest way to check, whether the file exist or not on the Linux hard drive? Is there any operation which delivers binary output whether file exist or not? Thank you, Jacob Nikom -- To UNSUBSCRIBE, email to [

Re: Simpliest way to check the file presence.

1999-12-20 Thread Jeff Galyan
java.io.File.exists() returns a boolean indicating whether the named file exists. --Jeff Jacob Nikom wrote: > > Hi, > > What is the simplest way to check, whether the file > exist or not on the Linux hard drive? Is there any operation > which delivers binary output whether file exist or not?

Displaying text vertically

1999-12-20 Thread ALPESH KOTHARI
Hello everybody, I am using Java2 on RH6.0. I want to display some text using in vertical direction. g.drawstring displays string only in horizontal direction. How can I do that?? There is also one more thing. When I open some text file and after reading display the contents in Java using Editor