Dear all,
I would like to ask what is the correct usage of
i18n1.1.6-v1-glibc.tar.gz? I mean where should I unpack it? in
JAVA_HOME/lib? or somewhere? Or did jdk package require it or not?
Thanks!
===
¤µ¤Ñ¨ì¦Ñ§Ú¹
Peter Schuller wrote:
> Configure givs me this:
>
> checking java port... UNRECOGNIZED
> Uknown version of java. Try to config manually by
>
> I've played with the manual settings to no avail. I'm using Steve Byrne's
> 1.1.5v7.
>
> When compiling the header files aren't found, probably beca
Hi!
Bug report:
class ResultSet, method
public Timestamp getTimestamp
time is converted improperly: must change
s = s.substring(0,18) + nm;
to
s = s.substring(0,19) + nm;
after this seconds are not corrupted.
--
Andrew
begin: vcard
fn: Andrew V. Shuvalov
Hi!
I'm having problem getting TYA to compile... I've done alot of programming but
I still haven't learned to figure out those automatic configure stuff etc so
I'm not sure how to fix it.
Configure givs me this:
checking java port... UNRECOGNIZED
Uknown version of java. Try to config manual
Okay, I haven't had a chance to thoroughly analyze this, but I can see
that there is something wrong with the super.actionPerformed (aevt);
line. My guess is that somehow the action event you're passing to the is
not properly instantiated, or something along the lines of needing to
supply a no a
Could somebody try the following application? It raises a null pointer
exception when class Dialog2, extending class Dialog1, tries to access a
data member of the outer class.
Please consider that I am really a java newbie (about 10 days of
programming) so I'm not saying I've found a bug, the prob
Kevin Fitch writes:
> I am using jdk1.1.6v1 on the K Desktop Environment and have run across a
> small bug. It always displays AWTapp as the window caption for every
> java window. I would apreciate if you might address this in future
> versions. WHile this is not a major bug it is anoying.
>
Toni Nikkanen writes:
>
> Is there a way to make scandinavic letters behave correctly in AWT
> components with Steve Byrne's Linux JDK 1.1.6-glibc? I have noticed that
> in a TextArea, whenever a call to TextArea.append() is done with a String
> containing scandinavic letters, it causes the