Re: installation help - error on running java no classes.zip?

2000-01-31 Thread Peter Graves
Do this: java HelloWorldApp instead of this: java HelloWorldApp.class If you're using 1.2.2 you don't need a CLASSPATH (at least not for this). The runtime classes are in .../jdk1.2.2/jre/lib/rt.jar, not ../classes.zip. -Peter http://armedbear.org clyde jones wrote: > > Hi > I j

installation help - error on running java no classes.zip?

2000-01-31 Thread clyde jones
Hi I just installed jdk1.2.2 RC4 and I am having trouble running a simple program. I can compile the program HelloWorldApp.java, but running the program results in the error at the bottom of the page. I think I installed according to the directions in the readme, but something is wrong. I h

Re: Java App placement in Gnome

2000-01-31 Thread Riyad Kalla
use a "JWindow" instead of a "JFrame" to get a frame that has NO decorations on it from the Window manager... people use them and "Window" clases a lot to do splash screens. -Riyad On Mon, 31 Jan 2000, Peter Tillemans wrote: > > Robert Passaro wrote: > > > Hello. > > > > I'm using RedHat 6.0

Wasnt there suppose to be a new JAVA licensing model to be shown today?

2000-01-31 Thread Uncle George
Sometime, i think in December 1999, there was suggested, in one of Sun's news blurbs, that you were going to unveil a different JDK licensing model. I am in the hope that thie new model, would allow me to continue porting the JDK1.2 & JDK1.1.x series on to the alpha/linux. As you may be aware, tha

Re: Java App placement in Gnome

2000-01-31 Thread Peter Tillemans
Robert Passaro wrote: Hello. I'm using RedHat 6.0 and IBM's jdk1.1.8 (1) Can someone tell me the linux command line to give a java app keyboard focus, without having to give its window a mouseclick? (I want to create an app that does not use a pointer of any kind) (2) Can someone tell me how I ca

idltojava on Linux - SOLUTION using WINE

2000-01-31 Thread Eric Mitchell
Having beat up wine, idltojava.exe and so forth to do idltojava compiling without leaving the linux box, I figured I'd share the information. Feel free to include this in a FAQ. It Works For Me, Your Mileage May Vary. - To

Jdk1.3

2000-01-31 Thread jbaker
Hiya! Is it possible to 'backport' the Swing fixes in the 1.3rc1 to the Blackdown Jdk1.2.2? J Baker -- John Baker, BSc CS. Java developer and Linux lover:-) Sms: [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to

Java-Linux I18N Tutorial

2000-01-31 Thread Renzo Pecoraro
All - I started a little Java-Linux I18N Tutorial at http://www.renzop.com. It includes a custom font.properties file and instructions for Linux that allows you to use the gnu-unifont in your browser/JDK/JRE. This is a work in progress and comments/questions are greatly appreciated. Thanks. Renz

Re: RC4 - what it is about?

2000-01-31 Thread Paolo Ciccone
On Sun, Jan 30, 2000 at 12:05:41AM -0500, Jacob Nikom wrote: > Nathan, > > Thank you very much for your message - the information > about graphical debugger was very important for me. > I have problem with JBuilder installation - famous "No > free memory" message, so I thought I could use javadt.

Re: heap size

2000-01-31 Thread Jo Uthus
yangyuex wrote: | How to restrict the initial/Max heap size when the Java VM is started? java -Xmx18m your.app ^^^ Your heapsize -- Jo Uthus| e-mail: [EMAIL PROTECTED] (private) Software Engineer | e-mail: [EMAIL PROTECTED] (work) --