RE: TYA

1999-07-10 Thread Kontorotsui
On 10-Jul-99 Adam Carheden wrote: [TYA] > Any suggestions? I had the same problem and asked the author for help. He told me to put libtya.so in /jre/lib/i386/ and now tya works perfectly. --- Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at University of Pisa - Italy -

RE: Problems with Emacs/JDE

1999-07-10 Thread Kontorotsui
On 10-Jul-99 Alexander Schatten wrote: > ad 1) > when I have some identation like: > for (int i=1; (i<10); i++) { > System.out.println("" + i); // when I press enter here I want the next > line to start > // automatically here and not > // here > } I think you have to press tab after

TYA

1999-07-10 Thread Adam Carheden
I'm trying to install TYA again. Red Hat Linux 5.2 JDK 1.1.7 v3 (works fine) TYA 1.3 v2 Installed TYA via configure, make, make install, which put libtya.so in /usr/local/lib. Modified /etc/ld.so.conf to include /usr/local/lib, output of ldconfig -v shows that libtya.so is found. Ran Sy from the

Re: Has Sun Overstretch Themselves With So Many APIs?

1999-07-10 Thread Nick Lawson
I'd have to go along with Brad on this, after using the Swing text API. I ended up having to subclass lots of stuff, while reading the java sources to find out what the superclasses were up to. Nick Brad Pepers wrote: > Rachit Siamwalla wrote: > > > > > Agreed, Swing JFC is one of the best API

One more doubt

1999-07-10 Thread Rajkishore Barik
Hi all, I have a small doubt regarding JDK1.2. Here is a small piece of code that i compiled using both jdk1.1.6 and jdk 1.2. In jdk1.1.6 it compiles peacefully but does not compile using JDK1.2. The error it gives is :- var.java:13: Can't make a static re

Re: How to detect a "blank" line.

1999-07-10 Thread Matthias Pfisterer
It seems that s[1] somehow misses the s1.equals("") comparison. The thing to check is what and how many characters s[1] contains. Add something like: int nLength = s[1].length() System.out.println("Length of s[1]: " + nLength); for (int i = 0; i < nLength; i++)

Re: Has Sun Overstretch Themselves With So Many APIs?

1999-07-10 Thread Moses DeJong
I have to agree. The main problem Sun seems to have is that are working on new APIs while never fixing real design problems because they want to maintain "backward compatibility". Just take a look at the 1.2 (oops it is called Java 2 now) release, it still "supports" the old AWT 1.0 event model (i

Problems with Emacs/JDE

1999-07-10 Thread Alexander Schatten
whew, I just started the move from windows to Linux and try to work like a true man ;-) using xemacs and JDE. well the first steps were o.k., I even mastered installing the JDK 1.2 with mySQL JDBC driver, but now I have some configuration problems with xemacs and JDE I cannot solve. would be g