Re: can't run applets in netscape

1999-09-27 Thread Nacho Mayorga
Hi U all! RatKing wrote:     2.If you browser support the special version of Java (1.0 ? 1.1 ? 1.2 ? 1.2.2)     You can check it just click the menu in your browser:     Help->About Plug-ins Well, I've never worried about my Netscape being unable to run applets. Nevertheless, I thought t

Re: can't run applets in netscape

1999-09-27 Thread David Marshall
RatKing wrote: > > In my PC, Windows95+Communicator4.61+Java Plug-in Control Panel, run Applet > v1.2.2 correctly. > > [EMAIL PROTECTED] > 1999.09.25 > > Yohans Mendoza wrote: > > > why I can't run applets in my browser? > > I ha

RE: ¿How do it?

1999-09-27 Thread Burkhart,Kelly
There is no 'CAT' command. There is a 'cat' command. ;-) Unix is case sensitive. To execute a command just type it in. The shell will use the PATH environment variable to find the program you just typed in. (PATH is an environment variable containing a colon separated list of directories).

Re: swing and syntax question

1999-09-27 Thread berry
> > Another question: > > > > With Swing classes, at what point is native code actually > > called to do drwing . If you could tell me, I am wondering what classes it > > happens in and what is specifically happening. In 1.1 it would be > > the peer classes. > > I know that one : ) > swing uses

Re: ¿How do it?

1999-09-27 Thread Alex M.
java.lang.runtime.exec On Sun, 26 Sep 1999, Juan Carlos wrote: > Hi friends, > > ¿How to execute an linux command, to obtain any > information, using Java?  (ex:  the CAT command).  > I have Red Hat version 5.3, and jdk1.1.5. > > Thanks > > > > ___

Re: CAT command

1999-09-27 Thread dave madden
=>> From: Juan Carlos [mailto:[EMAIL PROTECTED]] =>> =>> ¿How to execute an linux command, to obtain any =>> information, using Java? (ex: the CAT command). =>> I have Red Hat version 5.3, and jdk1.1.5. I suspect you're asking: In a Java program, how do I execute an external program a

Re: ¿How do it?

1999-09-27 Thread David Marshall
Juan Carlos wrote: > Hi friends, > > ¿How to execute an linux command, to obtain any > information, using Java? (ex: the CAT command). > I have Red Hat version 5.3, and jdk1.1.5. Juan, You need to use one of the 'exec' methods available on the Runtime class and then redirect output from the i

Java Error

1999-09-27 Thread William D.Webb
I'm trying to get java working on my Linux system. I have it installed and the bin in my path. Whenever I try to run anything java, I get the following Any ideas? *** panic: GC: getStickySystemClass failed: java/lang/ref/Reference CLASSPATH may be incorrect SIGABRT 6* abort (gen

announce: TYA1.5 available @gonzalez

1999-09-27 Thread Albrecht Kleine
Hi, the new TYA JIT compiler version 1.5 is ready for download at URL: ftp://gonzalez.cyberus.ca/pub/Linux/java/tya15.tgz (size is 139157) The problem @gonzalez site is solved due the great work of Neal Sanche, so please let me say a big Thank You to him!! And now some TYA release notes: *

Re: swing and syntax question

1999-09-27 Thread Michael Emmel
berry wrote: > > > Another question: > > > > > > With Swing classes, at what point is native code actually > > > called to do drwing . If you could tell me, I am wondering what classes > it > > > happens in and what is specifically happening. In 1.1 it would be > > > the peer classes. > > > > I

borland/inprise jit for blackdown 1.2pre2

1999-09-27 Thread noisebrain
http://www.borland.com/jbuilder/linux/ " The JBuilder JIT for Linux preview release is based on the proven JBuilder JIT for Windows that has been shipping for over three years and provides significant performance improvements for Java 2 applications on the Linux p

Re: [Java Error]

1999-09-27 Thread William D.Webb
I figured it out. I needed to use the glibc2.1 version, instead of 2.0. "William D.Webb" <[EMAIL PROTECTED]> wrote: > I'm trying to get java working on my Linux system. I have it installed and > the bin in my path. Whenever I try to run anything java, I get the > following Any ideas? > >

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-27 Thread Tim Reilly
I took a look at this, and am intrigued. Can anyone comment on how stable the combination of this JIT and the 1.2 pre-release might be (I realize it'd be unlikely that anyone's tested this combination yet, I'm more concerned with the maturity of the 1.2 JDK)? I'm currently using

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-27 Thread Riyad Kalla
Sorry to sound arrogant... but how does this effect us? Will this go into the blackdown release from now on? - Original Message - From: noisebrain <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 27, 1999 11:58 AM Subject: borland/inprise jit for blackdown 1.2pre2 >

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-27 Thread noisebrain
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 jit's - tya and shujit. On Mon, 27 Sep 1999, Riyad Kalla wrote: > Sorry to sound arrogant... but how does this effect us? Will thi

Re: borland/inprise jit for blackdown 1.2pre2

1999-09-27 Thread Paolo Ciccone
On Mon, Sep 27, 1999 at 03:54:21PM -0400, Tim Reilly wrote: > I took a look at this, and am intrigued. Can anyone comment on > how stable the combination of this JIT and the 1.2 pre-release might be (I > realize it'd be unlikely that anyone's tested this combination yet, I'm > more concerne

Drag and Drop

1999-09-27 Thread Denny Lee
Hello, I am new to Java programming. I have been developing an application on Visual Basic and I would like to switch to Java. I would like to know is it possible to drag and drop buttons or picturebox from one location to another? Also, it is possible to draw a line and have the line respon

Re: Drag and Drop

1999-09-27 Thread Dustin Lang
Hi, > I am new to Java programming. > I would like to know is it possible to drag and drop buttons or > picturebox from one location to another? Also, it is possible to draw a > line and have the line respond to a mouse click? In Java the language, compilers, runtime, and development tools are

Runtime problems

1999-09-27 Thread Hartnett
Currently I am trying to get JDK 1.1.7 running on my system, but obviously since I am posting this am having some problems. I'll try 1.2 after getting 1.1.7 running correctly. How is the 1.2 package anyway? I've got a fresh install of Red Hat 6.0, I've tried both the i386 glibc and libc5 v1a ve

Re: Runtime problems

1999-09-27 Thread dave madden
=>From: "Hartnett" <[EMAIL PROTECTED]> =>... =>"/usr/jdk117/bin/../bin/checkVersions: /tmp/ldd.out.858" Permission denied" Do you know why you'd be getting a "Permission denied" error related to this file? I'd check the permissions on /tmp: ls -lgd /tmp You should see: drwxrwxrwt

Re: swing and syntax question

1999-09-27 Thread Vartan Piroumian
Swing still has four heavyweight containers. These must have native peers. They must. At some point, there must be a window that has a corresponding native platform window (Motif, Windows, whatever). There must be some native window that can be displayed by the native platform. Usually this