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 -
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
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
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
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
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++)
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
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