jdk1.1.6v1 bug

1998-06-14 Thread pepr
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 checked the archive). It always feel s

java.lang.UnsatisfiedLinkError: readImage

1998-06-14 Thread Stefaan A Eeckels
Hi List, I've just subscribed (and just installed jdk1.1.6-v1 on my Linux 2.0.34 S.u.S.E based box, and I get the following error when running some of the demo programs: java.lang.UnsatisfiedLinkError: readImage I also get this with tya's Iview demo package. Sorry if this is a FAQ, but www.mai

tya07

1998-06-14 Thread Geoffrey S. Knauth
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) -- Geoffrey S. Knauth http://world.std.com/~gsk

Re: Accessing the serial port with Java for Linux

1998-06-14 Thread Jauvane Cavalcante de Oliveira
Hi Ian, > Is it possible (with Java 1.1.x under Linux) to write a Java program > which can access a device attached to the serial port? I need to be > able to get and set the bps rate, flags, etc. as well as send and receive > unbuffered bytes. Yes, it is possible. Have a look at the communicat

Re: Accessing the serial port with Java for Linux

1998-06-14 Thread Karl Asha
Check the javacom and rxtx packages within the 3rd part products area at http://www.blackdown.org/java-linux.html. Cheers, Karl [EMAIL PROTECTED] (Ian Goldberg) writes: > Is it possible (with Java 1.1.x under Linux) to write a Java program > which can access a device attached to the serial po

1.1.6v1 bug report

1998-06-14 Thread Peter Schuller
Hi! 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. I'm not sure if this is a JDK or Swing bug, but as it worked on all previous JDK's I've used, I'll report it here first and see what you think

Profiling? (Part II)

1998-06-14 Thread Dustin Lang
Oh yes, another thing I forgot to mention: is anyone aware of a way of profiling a server or other program that doesn't normally exit? I have a server program doing some dynamic image creation, but I can't get a profile on it without rewriting the code (which I'm not eager to do!), since it neve

Accessing the serial port with Java for Linux

1998-06-14 Thread Ian Goldberg
Is it possible (with Java 1.1.x under Linux) to write a Java program which can access a device attached to the serial port? I need to be able to get and set the bps rate, flags, etc. as well as send and receive unbuffered bytes. Thanks, - Ian

Profiler for Linux?

1998-06-14 Thread Dustin Lang
Hi, 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! I'm interested in getting some profile information on my code. I tried the "java_g -prof" option, and I guess that's enough information, but Metrowerks (makers

Re: Newbie re:deprecated API ?

1998-06-14 Thread peter johnson
Dear Glenn, Deprecated APIs, components, etc. are those that have been changed or dropped in the current Java implementation and will not be supported at all in the next major revision. You can go ahead and use them, but be aware they won't work with some other people's JVM, browser, etc. as THEY

Re: Getting TYA to compile

1998-06-14 Thread peter johnson
Dear Peter, I had the same problem initially with tya 0.7. I fixed it by including the /bin directory in my path. If you look in the configure file, it's trying to find the java executable by using the which command. If the java executable isn't in your path, you get the message you described.

Re: Is there a linux java editing tool?

1998-06-14 Thread Jason Gilbert
CyberPsychotic wrote: > > > > > > > Matt > > > > I reccomend vi, but many people think emacs is a good editor. > > > > will it do sintaxis highlighting and stuff? It does if you get vim 5.0. http://www.vim.org/ jason -- Jason Gilbert | http://www.scott.net/~jason/ | http

Re: Newbie re:deprecated API ?

1998-06-14 Thread Marcus Johnson
Hi Glenn, To expand on what Rani said, there are certain classes and methods which were done one way in JDK 1.0.2 and have been dramatically changed in 1.1 . When you get a deprecated warning on a class/method the compiler is telling you've used an old way of doing things which is in the process

Re: Is there a linux java editing tool?

1998-06-14 Thread Wuff
> > > > > > > Matt > > > > I reccomend vi, but many people think emacs is a good editor. > > > > will it do sintaxis highlighting and stuff? NEdit v5.0 is an excellent X-based editor, which does syntax highlighting for a wide variety of languages, including java. You can customise it t

Re: Minor WM in jdk1.1.6v1

1998-06-14 Thread Louis-David Mitterrand
On Sat, Jun 13, 1998 at 06:48:36PM +0200, Albrecht Kleine wrote: > > > ps I think that you are doing great wirk w/ this port. 1.1.6v1 combined > > > w/ tya is just as fast as my regular apps!! > ^^^ > Cool! > > > > Cool! Thanks! > > > > Steve > > > > Thanks! > Albrecht ;-)

Re: Is there a linux java editing tool?

1998-06-14 Thread CyberPsychotic
> > > > Matt > > I reccomend vi, but many people think emacs is a good editor. > will it do sintaxis highlighting and stuff?

Re: Minor WM in jdk1.1.6v1

1998-06-14 Thread Albrecht Kleine
Steve wrote: > Fixed in v2 -- coming soon. > > > Kevin Fitch > > > > ps I think that you are doing great wirk w/ this port. 1.1.6v1 combined > > w/ tya is just as fast as my regular apps!! ^^^ Cool! > > Cool! Thanks! > > Steve > Thanks! Albrecht ;-)

Re: Newbie re:deprecated API ?

1998-06-14 Thread Rani Pinchuk
Hi, >From http://java.sun.com/products/jdk/1.1/docs/guide/awt/DeprecatedMethods.html: The AWT changed significantly between the 1.0.2 and 1.1 releases. Certain old ways of doing things are deprecated -- no longer recommended -- and might not be supported in a future maj

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

1998-06-14 Thread Monkiki
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? -- - * 2+1=3. 3+1=4. 4+1=4. Well! let's name it Pentium!! - Red H

Newbie re:deprecated API ?

1998-06-14 Thread Glenn Valenta
When I compile application(not applets) examples out of most of my books, (Java-how to program) I get the error ... "Addition.java uses a deprecated API. Recompile with "-deprecation" for details." And when I recompile with "-deprecation", I get this message... Addition.java:21: Note