problems under redhat 5.2 intel

1998-12-29 Thread ZarX Gadzook
hi, i have a problem when i run any jdk program: when i try to run one, such as the compiler or the interpreter, i get the following error: ls: not: No such file or directory /usr/java/jdk117_v1a/bin/../bin/i686/green_threads/java: can't resolve symbol '_Xglobal_lock' /usr/java/jdk117_v1a/bin/.

Re: problems with jdk117 on linux ppc, please help.

1998-12-29 Thread Kevin B. Hendricks
Hi, I am running Paul's 2.1.125 kernel on my G3 system and I ran your test code on my system and it worked perfectly: Here is the output of the compile and run: [root@kbhend local]# javac Test.java [root@kbhend local]# java Test OK I think this is a library conflict. After you used rpm to up

REMOVE

1998-12-29 Thread Jacobi9
REMOVE

still no GUI on alpha

1998-12-29 Thread David Harvill
I have a simple little gui file, gTest.java. % cat gTest.java import java.awt.*; public class gTest { public static void main(String args[]) { Frame f = new Frame(); f.resize(100,100); f.setLayout(new BorderLayout()); f.add(new Label("Greetings"), "South");

problems with jdk117 on linux ppc, please help.

1998-12-29 Thread Moses DeJong
Hello. I have run into a big problem with the linuxppc port of the jdk117_va1. I am going to file a bug report in the blackdown jitter bug database but I though I would ask here just in case anyone has run into this before and could help me out. Here is some of my system info. Linux pmac 2.1.12

problems with jdk1.1.7v1a ppc port

1998-12-29 Thread Moses DeJong
I just installed the linux port of the jdk1.1.7v1a along with all the glibc updates and the X updates. The first problem I found was that the bin/chaeckVersions script. The script was not set with the other execute bit on. When I ran javac on a simple little program I would get an error like "can

Re: jdk117_v1a glibc x86, where are the classes?

1998-12-29 Thread Michael Sinz
On Tue, 29 Dec 1998 10:06:47 -0700, Dale Carstensen wrote: >Hello folks, > >This is on Red Hat 5.2 plus the December 16, 1998, errata updates. > >I untarred jdk-1.1.7-v1a-glibc-x86-native.tar.gz (from the infomagic mirror.) >Contrary to the README, the guts are not in ./jdk1.1.7, they are in >./j

Re: swing1.1

1998-12-29 Thread Magnus Niemann
On Tue, 29 Dec 1998, Ron DeAngelis wrote: > IS there a version of swing1.1 port available for intel anywhere? We had this topic before. Swing 1.1 is 100% java, so you don't need a port for intel. Just take the version Sun provides ... Magnus Niemann

Re: Will SWING be included in the Linux version of Java 1.2?

1998-12-29 Thread Nigel Gamble
On Tue, 29 Dec 1998, Kontorotsui wrote: > As I say in the subject, can you confirm that SWING will be part of the JDK 1.2 > for Linux? Yes. Swing is a standard part of Java 2 (formerly known as JDK1.2). Nigel Gamble[EMAIL PROTECTED] Mountain View, CA, USA.

swing1.1

1998-12-29 Thread Ron DeAngelis
Hi , IS there a version of swing1.1 port available for intel anywhere? Thankx ronyd

where to get souces for JDK1.1.6

1998-12-29 Thread nagendra mishr
Hi I need get a JDK on a MIPS machine running RedHat Linux. Can anyone point me to where I can get sources for a JDK? I don't need AWT support, just networking and threads. Thanks Nagendra [EMAIL PROTECTED]

jdk117_v1a glibc x86, where are the classes?

1998-12-29 Thread Dale Carstensen
Hello folks, This is on Red Hat 5.2 plus the December 16, 1998, errata updates. I untarred jdk-1.1.7-v1a-glibc-x86-native.tar.gz (from the infomagic mirror.) Contrary to the README, the guts are not in ./jdk1.1.7, they are in ./jdk117_v1a, and there are intervening sub-directories under bin, inc

Re: Question from a beginner

1998-12-29 Thread Mehrdad Jahansoozi
Check these links http://www.blackdown.org http://java.sun.com/docs/books/tutorial Mehrdad [EMAIL PROTECTED] wrote: > I would like to learn Java, I have a good understanding of C. > can you recommend > 1] Which versions(distribution) of Java, Linux, openwindows and any > development kit

Re: Question from a beginner

1998-12-29 Thread Colin McDonald
[EMAIL PROTECTED] wrote: > 2] Any resources to learn Java. http://www.scs.carleton.ca/~cs105/Notes/

Russian characters in TextField && TextArea

1998-12-29 Thread Denis Kokarev
What should I do to have russian characters in TextField && TextArea. Other AWT controls works fine with Russian chars. I read the Blackdown FAQ about Japanese characters in JDK on Linux. There is partial solution only for libc 5, but I have Debian 2.0 && glibc-2.0.7 May be there is a solution fo

Question from a beginner

1998-12-29 Thread M . Patel
I would like to learn Java, I have a good understanding of C. can you recommend 1] Which versions(distribution) of Java, Linux, openwindows and any development kits to go for. 2] Any resources to learn Java. 3] What machine spec I would need to develop code.

Problems with Swing 1.1

1998-12-29 Thread Helge Hielscher
Hello, after upgrading from Swing 1.0 to Swing 1.1 I have problems running the examples that came with it. Thats the error I get: :/opt/java/classes/swing-1.1/examples/Simple > ./runnit /opt/java/applications/jdk117_v1a//bin/java -classpath .:/opt/java/classes/swing-1.1/swing.jar:/opt/java/class