tya06 and JDK 1.1.6v1

1998-06-15 Thread Matthew Hixson
Hi all, I've been away from the list for awhile so forgive me if this has been discussed already. I was just wondering if tya06 and JDK1.1.6v1 work together. I also saw mention of a tya07, but didn't find it on the site I went to. Which version of tya is recommended at this time, and when sho

java-linux or Sun's java?

1998-06-15 Thread S.Ramaswamy
Well I have been programming in java under Windows environment. Now we are porting these programs to run under Linux. I do not understand which java to use. Sun's java site also has a JDK for Solaris which it says may be used for other Unix versions. My question is what is this java-linux p

Re: Problem extending an inner class

1998-06-15 Thread Marcus Johnson
Daniele, I shared this problem on another Java forum and here's the first answer I got. I haven't had a chance to try out the suggestion, but here it is: Posted by Surya Duggirala <[EMAIL PROTECTED]> on June 15, 1998 at 16:19:12: In Reply to: Problem extending inner classes In the actionPerf

Re: java.lang.UnsatisfiedLinkError: readImage

1998-06-15 Thread Juergen Kreileder
Stefaan A Eeckels <[EMAIL PROTECTED]> writes: > Albrecht, > > > > java.lang.UnsatisfiedLinkError: readImage > > > at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:137) > > > at > > > sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:265 > > > ) > > >

Re: java.lang.UnsatisfiedLinkError: readImage

1998-06-15 Thread Stefaan A Eeckels
Albrecht, > > java.lang.UnsatisfiedLinkError: readImage > > at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:137) > > at > > sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:265 > > ) > > at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:151)

libjava.so vs. libdl.so

1998-06-15 Thread Bernd Kreimeier
RedHat 5.0, glibc-2.0.7-7, using jdk-1.1.5-1.3-static_libc, and gcc version 2.7.2.3. This is a C application meant to use JNI. It does not use any JNI (yet). It does not even include jni.h. All it does is "-ljava -ldl". I get a segmentation fault. I remove "-ljava", all is fine. I can't remove

Re: v2-test ready

1998-06-15 Thread Herald van der Breggen
Steve Byrne wrote: > [EMAIL PROTECTED] writes: > > Hi all, > >I am new to this list and looking forward to participate. I just > > installed the jdk1.1.6v1 this morning and the two problems I encountered, > > menu not displaying properly and title bar displaying AWt... have already > > b

simple(?) java-icq question...

1998-06-15 Thread ptoscano
i'm having a bit of a text problem with java-icq. i've seen this problem with both sbb jdk-1.1.5 v7 and sn jdk-1.1.6 v1.2. it seems to me like it's a simple java/X/Motif problem, but i'm not knowledgeable about these things, so i cannot figure out how/what to change. whenever i run icq (v0.

Re: Java Plug-in and JDK 1.1.6v1

1998-06-15 Thread Juergen Kreileder
Gernot Koller <[EMAIL PROTECTED]> writes: > Hi! > > Did anybody manage to get the Java Plug-in running in combination > of the jdk 1.1.6v1 glibc port ? > I've managed to get the plugin working with jdk 1.1.5v7 (on Debian 'slink'). See http://www.mail-archive.com/java-linux@java.blackdown.org/

Re: Profiler for Linux?

1998-06-15 Thread Nelson Minar
>I've been playing with GIF images and am having major performance >issues - it's just taking too long to read and write the files! Make sure you're using the right kinds of streams. It's very easy to end up with nonbuffered I/O in Java by accident, and the performance of those is indeed really a

Java Plug-in and JDK 1.1.6v1

1998-06-15 Thread Gernot Koller
Hi! Did anybody manage to get the Java Plug-in running in combination of the jdk 1.1.6v1 glibc port ? thanks, gernot. -- Gernot Koller - Technical University Vienna/Austria* [EMAIL PROTECTED] / [EMAIL PROTECTED]Ö PGP: 9C DA 62 06 6A

Re: java.lang.UnsatisfiedLinkError: readImage

1998-06-15 Thread Albrecht Kleine
> Hi List, > java.lang.UnsatisfiedLinkError: readImage > at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:137) > at > sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:265) > at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:151) > at sun.awt

Re: tya07

1998-06-15 Thread Albrecht Kleine
Hi, > After looking at the official TYA web site and only finding versions > up to tya06 there, I finally found a tya07 at: > >ftp://gonzalez.cyberus.ca/pub/Linux/java/tya07.tgz (June 10) This is just as I've announced last week :) Albrecht PS. on http://tya.home.ml.org we'll have a litt

Re: Tutorial

1998-06-15 Thread Marcus Johnson
Check out http://WDVL.Internet.com/Authoring/Java/ On Mon, 15 Jun 1998, Paris Flegas wrote: > Where can i find a good and easy t understand tutorial for java except > that in http://java.sun.com?? > >

DNS and JavaWebServer1.1 installation

1998-06-15 Thread Matt Zagni
Hi, Problems in JavaWebServer1.1 I am having great problems configuring the DNS connections after a reinstall. Has anyone of you got any tips on configuring the DNS connections ? When I startup the httpd I get in the event_log loadStartupServlets: file invoker admin error ssinclude ssinclude :

RE: Tutorial

1998-06-15 Thread Peter Schuller
> Where can i find a good and easy t understand tutorial for java except > that in http://java.sun.com?? Here's one: http://sunsite.unc.edu/javafaq/javatutorial.html / Peter Schuller --- WWW: hem.passagen.se/petersch/ (might change)

Re: Tutorial

1998-06-15 Thread Rani Pinchuk
If you ask about online books - look in the great site: http://www.mcp.com/personal/ Rani. On Mon, Jun 15, 1998 at 01:13:32PM +0300, Paris Flegas wrote: > Where can i find a good and easy t understand tutorial for java except > that in http://java.sun.com?? > > > -- ---

Re: Where can I get a GUI builder for Java/Linux?

1998-06-15 Thread Aaron Baugher
From: Monkiki <[EMAIL PROTECTED]> > I am developing Java programs on my Linux, but constructing the GUI > for my programs by hand is very difficult. There is any visual GUI > builder? SpecTCL will generate Java code. It has a separate executable, SpecJava to do it. It lets you lay out your GUI

Re: 1.1.6v1 bug report

1998-06-15 Thread Brad Giaccio
Well the good news is that this is a known bug and the even better news is that it has been fixed. You want to go grab the newest version of swing 1.0.2 it has a great number of fixes including the jmenus. you may also want to check out the bug parade at java.sun.com they have a well indexed se

sockets

1998-06-15 Thread Kiran Josyula
Hi All, I am having a client server application. The client opens a socket connection to the server. On the server side I create InputStream and OutputStream to Communicate with the client. I am doing inputstream.available() to check if there are any bytes to be read. Now the problem is if the

Tutorial

1998-06-15 Thread Paris Flegas
Where can i find a good and easy t understand tutorial for java except that in http://java.sun.com??

Re: java.lang.UnsatisfiedLinkError: readImage

1998-06-15 Thread Stephen Wynne
In message <[EMAIL PROTECTED]>, Stefaan A Eeckels writes: Sorry to follow up on my own message, but it was late yesterday night, and I should have added the complete error message. Stefaan, Thanks for the additional information. A fully-running class could help. Also, feel free to

Re: 1.1.6v1 bug report

1998-06-15 Thread Stephen Wynne
In message <[EMAIL PROTECTED]>, Peter Schuller writes: First, is there a list of knows bugs for Steve Byrne's JDK ports? If this one's already been reported, I want to avoid duplicating bug reports again. Peter, Thanks for the report. I don't know if this has been addressed. Stev

RE: java.lang.UnsatisfiedLinkError: readImage

1998-06-15 Thread Stefaan A Eeckels
Hi List, Sorry to follow up on my own message, but it was late yesterday night, and I should have added the complete error message. Here it is: java.lang.UnsatisfiedLinkError: readImage at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:137) at sun.awt.image.InputStreamImageS

v2-test ready

1998-06-15 Thread Steve Byrne
[EMAIL PROTECTED] writes: > Hi all, >I am new to this list and looking forward to participate. I just > installed the jdk1.1.6v1 this morning and the two problems I encountered, > menu not displaying properly and title bar displaying AWt... have already > been discussed on this list. (I c