Unsupported encoding: ANSI_X3.4-1968

2000-04-13 Thread Timothy Reaves
I get this when I startup JBuilder 3.5. Any help? java.io.UnsupportedEncodingException: ANSI_X3.4-1968 at sun.io.Converters.getConverterClass(Converters.java, Compiled Code) at sun.io.Converters.newConverter(Converters.java, Compiled Code) at sun.io.ByteToCharConverte

Re: Slow drawImage

2000-04-13 Thread Ekkehard Kraemer
Hallo Kaspar, KF>It's about the same size as yours. And I get similar results, about 10 KF>fps. My problem is the following, though. I'd like to do ALL my KF>drawing offscreen, even some things for the user interface (eg. KF>adjusting a Bezier-curve handle). I know this sounds stupid, but

Re: Unsupported encoding: ANSI_X3.4-1968

2000-04-13 Thread Lars Lathan
Hello Timothy, I got the same problem running JBF 3. You can solve this problem appending the following parameter to the java call in your jbuilder starter script: -Dfile.encoding=ISO8859_1 Bye, Lars Timothy Reaves wrote: > I get this when I startup JBuilder 3.5. Any help? > > java

1.2.2RC4 on LinuxPPC 1999

2000-04-13 Thread Pierre
Hi, I can't get Java to work on my good old 8500. I followed the documentation (new kernel, new glibc). I get the following error message: Exception Can not create Java Virtual Machine I tried jre and jdk, same error message. I tried to install the latest glibc from LinuxPPC 2000, but it didn

Set as Home Page

2000-04-13 Thread Luz Lopez
Hi all !!! I need to make a consult, I need my users to make my site their home page, in such a way that they press a buttom an automatically the site stay like their home page. Thanks in advanced, You are very kind Regards, Beginers of Java __

RE: Set as Home Page

2000-04-13 Thread Clyde Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 | -Original Message- | From: Luz Lopez [mailto:[EMAIL PROTECTED]] | Sent: Thursday, April 13, 2000 3:54 PM | To: [EMAIL PROTECTED] | Subject: Set as Home Page | | | Hi all !!! | | I need to make a consult, I need my users to make my site th

Re: Set as Home Page

2000-04-13 Thread Chris Kelly
Well, this is maybe more appropriate for comp.lang.java.programmer or a javascript group, but since I've done this I'll answer. Netscape has preferences which you can read and write from javascript, including the user's home page. You need to make a signed javascript which sets that particular pre

Re: Set as Home Page

2000-04-13 Thread Riyad Kalla
No.. I think she wants something along the lines of the IE4/5 buttons that auto-sets the page as your homepage... I've seen it on a few sites ( mostly news related sites offer it ) -Riyad P.S>> No I don't know how to do it :( - Original Message - From: "Clyde Jones" <[EMAIL PROTECTED]>

disregard

2000-04-13 Thread Jacob Martin
Nevermind the previous question. I got it ;) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Default colormap

2000-04-13 Thread Jacob Martin
Hello, Got an error, this may have nothing to do with java itself, but then again it may I'm getting a Default Colormap not found error? Under RH linux 6.2, blackdown jdk1.2.2 Thanks! Jake ... -- To UNSUBSCRIBE, em

sparc RedHat Linux, Native Threads and HotSpot

2000-04-13 Thread Avi Cherry
I'm running RedHat Linux 6.0, but with an upgraded kernel (2.2.14) and a new glibc (2.1.3), which is what comes with RedHat 6.2. In case it matters, I've also tried the glibc that comes with RedHat 6.1. I'm running JDK 1.2.2 RC4, the latest version available. Running with green threads and no J

jdb tips?

2000-04-13 Thread noisebrain
Hello, i'm trying jdb for the first time and am having difficulties. Using sun/inprise/blackdown 1.2.2(feb version) I run my app with -Xdebug -Djava.compiler=NONE -Xbootclasspath:... and it prints out e.g. Agent password=3i5347 The jdb tool doc says that I can then run jdb -host

Re: jdb tips?

2000-04-13 Thread Chris Abbey
the jdb docs for the 1.2 release don't seem to have been updated for any platform, see the jdb docs for 1.3 instead: http://java.sun.com/products/jdk/1.3/docs/tooldocs/solaris/jdb.html cabbey at home dot net <*> http://members.home.net/cabbey I want a binary interface to the brain