Hallo,
how to read in and display national characters in a Java GUI program?
Configuration: Linux RH 6.1, KDE with Polish locales + JDK117_v3. There are
2 main char encodings in Poland: Cp1250 (Win32) and iso8859_2 (Unix). I have
following 3 files, containing PL national characters:
pol.iso8859
After installation I executed 'java' to see if the results are correct, but
java.sh is unable to generate the correct path to the java executable files.
I have 'Corel Linux'.
Thanks ... and sorry for my english.
'Con el conocimiento se acrecientan las dudas'
Goethe.
Juan Antonio L
I realize that this is way off-topic for this list, and I apologize for that...
But there's a rather nice web-site put together by Steve Wells and Brian Gannon
that compares prices of books at a number of on-line sites:
http://www.snmputils.com/booksearch/
It's amazing how the prices vary. For ex
Dear List,
This is a more of a Java question.
How can I get an applet to show in an applet window instead of a browser?
For example, if I had a link on a page, the user clicks the link and my
applet appears in it's own window.
Cheers,
Marcus
Marcus Monaghan
BOOT Compute
Just got my copy from FatBrain... get 'em while they're hot!
Tom Copeland
Junior Developer
[EMAIL PROTECTED]
-Original Message-
From: kornel c [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 09, 2000 2:53 PM
To: Nathan Meyers
Cc: [EMAIL PROTECTED]
Subject: Re: Nathan's Book
Nathan,
C
For what it's worth, my experience has been that the Blackdown RC3 port is
much more scaleable and stable than the Inprise Linux port. I'd place my
bets on the Blackdown port for server-side performance and scaleability.
Although somewhat slow in porting, Blackdown is doing a very thorough job.
Rich Ibbotson wrote:
>
> I realize that this is way off-topic for this list, and I apologize for that...
> But there's a rather nice web-site put together by Steve Wells and Brian Gannon
> that compares prices of books at a number of on-line sites:
> http://www.snmputils.com/booksearch/
> It's am
Ziff-Davis' Jesse Berst has a column today pushing Open Source as Java's
most likely salvation:
http://www.zdnet.com/anchordesk/story/story_4306.html
A particularly memorable excerpt:
"Sun could revive the Java dream by making it an open source product.
Unhappily, asking Sun CEO Scott McNea
Now I think I'm not the only one who needs to print from a JAVA
application.
And I suppose I am not the only one who has more than one printer.
And I guess also, some of us use printers with more than one tray.
I requested in May 1999 a more ?ADVANCED? printer support and I am
afraid SUN is not w
For example, Quantum Bookstore in Cambridge cited $39.99, but called
it "preliminary" price.
Jacob Nikom
Nathan Meyers wrote:
>
> Rich Ibbotson wrote:
> >
> > I realize that this is way off-topic for this list, and I apologize for that...
> > But there's a rather nice web-site put together by S
Does "Java Programming for Linux" have anything about programming Java
3D on Linux?
Jacob Nikom
Nathan Meyers wrote:
>
> Rich Ibbotson wrote:
> >
> > I realize that this is way off-topic for this list, and I apologize for that...
> > But there's a rather nice web-site put together by Steve Well
Jacob Nikom wrote:
>
> Does "Java Programming for Linux" have anything about programming Java
> 3D on Linux?
There's a chapter on how to build, install, and test-drive the current
Linux Java3D implementation.
Nathan
> Jacob Nikom
>
> Nathan Meyers wrote:
> >
> > Rich Ibbotson wrote:
> > >
>
Instantiate a new Frame and use it instead.
public class blah extends Applet
{
public void init()
{
Frame f = new Frame("Text");
f.setBounds(100,50,300,100);
f.show();
}
}
On Mon, 10 Jan 2000 [EMAIL PROTECTED] wrote:
> Dea
I guess they are having trouble catching up, as suggested. Borders has it
listed twice: once as $39.99 (status = "Not yet published") and once as $34.99
($15 off the cover price, ships in 24 hours). But they don't list an author on
either version! The "low bidder" (vcss.com) has altered their p
Hi...
I am trying to get jdk1.2.2 to run on Slackware but it doesn't seem to
work. I read on the blackdown's faq that it works with the latest libc5
but it's not working... here's my configuration:
libc.so.5.4.46 (latest)
ld1.9.9 (latest)
Here's what happens when I do java:
java was not found
I downloaded and unpacked jdk1_2_2rc2-linux-i386.tar.gz.
I assume that the lack of installation instructions means that the java
examples in demo/ can be run in-place
i.e. there's no need to define environment varibales such as CLASSPATH and
JAVA_HOME.
The README files with each demo seem to suppo
Hi,
I run RedHat 6.0, libc-2.1.1 and Blackdown jdk1.2pre-v2-debug.tar.bz2.
I installed Java3D package from
ftp://metalab.unc.edu/pub/linux/devel/lang/java/blackdown.org/java3d/1.1.1/i386/
Everything went smoothly, even the installation of the MesaGL library.
I was able to run a lot of MesaGL d
Jacob,
Just make a symlink to libGL.so as libMesaGL.so.3 - in Mesa3D 3.x, the
default for the build is to name the libraries libGL.so etc., for easier
swappability with "real" OpenGL implementations. Earlier versions of
Mesa3D used the name libMesaGL.so for the libGL.so library.
The sumlink can
unsubscribe
19 matches
Mail list logo