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
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
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
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
> > > )
> > >
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)
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
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
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.
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/
>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
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
> 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
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
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??
>
>
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 :
> 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)
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??
>
>
>
--
---
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
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
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
Where can i find a good and easy t understand tutorial for java except
that in http://java.sun.com??
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
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
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
[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
25 matches
Mail list logo