Re: Jrun on linux and apachie?

1999-07-21 Thread Nathan Meyers
Brent Allsop wrote: > > Folks, > > I'm attempting to get java server pages and java servlets > running on a remote Linux box (Redhat 6.0) with apache. I only have > access to this linux box via telnet, no X or any graphics. > > What's the best JVM to use for something like this

Re:Jrun on linux and apachie?

1999-07-21 Thread Steve Nguyen
You should be able to setup JRun in text mode. Read Jrun manual. Also you should be able to control your Jrun via browser if you have paid for Jrun Pro. Steve Nguyen C.E.O. KBMail Software & Service Provider http://www.kbmail.com "Plan - Do - Review --> Success" Original message -

Jrun on linux and apachie?

1999-07-21 Thread Brent Allsop
Folks, I'm attempting to get java server pages and java servlets running on a remote Linux box (Redhat 6.0) with apache. I only have access to this linux box via telnet, no X or any graphics. What's the best JVM to use for something like this? It looks as if they all require

Re: Segmentation Fault and 1024-bit reselotion?

1999-07-21 Thread Nathan Meyers
Rob Clark wrote: > > For what it is worth, I see the same problem under xfree86 at 16bpp, > so I am not sure that it is an Xvnc problem. > > What is involved in adding support for new color depths? I would like > to drop support for older versions of JDK for an application that I am > developin

Re: Segmentation Fault and 1024-bit reselotion?

1999-07-21 Thread Rob Clark
For what it is worth, I see the same problem under xfree86 at 16bpp, so I am not sure that it is an Xvnc problem. What is involved in adding support for new color depths?  I would like to drop support for older versions of JDK for an application that I am developing that I would be willing to vol

Re: NoClassDefFoundError... argh!

1999-07-21 Thread Dustin Lang
Hi, > Umm I find that I will get htis error for a class when a class it derives on > is not present. [snip] > Are all the super classes accessible ??? Hmm... The class that's getting the ClassNotFoundException extends the one the NoClassDefFoundError is coming from. In case that was incompre

Re: NoClassDefFoundError... argh!

1999-07-21 Thread Michael Emmel
Dustin Lang wrote: > Hi, > > An ammendment to my original post: > > The ClassNotFoundException is successfully caught and execution continues > (same as it would if a really nonexistant class name was given in the > config file), but immediately after it comes the error everyone loves, > Umm I f

Re: NoClassDefFoundError... argh!

1999-07-21 Thread Dustin Lang
Hi, An ammendment to my original post: The ClassNotFoundException is successfully caught and execution continues (same as it would if a really nonexistant class name was given in the config file), but immediately after it comes the error everyone loves, java.lang.NoClassDefFoundError: MyClass

Re: NoClassDefFoundError... argh!

1999-07-21 Thread Dustin Lang
Hi, The problem (actually slightly different but feels the same) is happening again. The magical trick of unpacking jars isn't going to work, this time, because my jars are already unpacked :( What's happening is basically that in the initialization of my app I read a config file that contains

Re: Segmentation Fault and 1024-bit reselotion?

1999-07-21 Thread Nathan Meyers
Basically, your fix is to run the X server in a mode that doesn't freak out the Java AWT. Many X servers support a "-bpp" option that sets bits per pixel: Xvnc -bpp 8 ... There's also been some past discussion in this group recommending a value of 15, although I can't vouch for that one. If y

Re: Segmentation Fault and 1024-bit reselotion?

1999-07-21 Thread Brandon Anderson
Here is the results from xdpyinfo name of display:linuxBox.ccsoft.com:1.0 version number:11.0 vendor string:The Olivetti & Oracle Research Laboratory vendor release number:3323 maximum request size: 4194300 bytes motion buffer size: 256 bitmap unit, bit order, padding:32, LS

Re: Segmentation Fault and 1024-bit reselotion?

1999-07-21 Thread Nathan Meyers
There are a lot of X server display depths and visuals that the AWT doesn't support, because they don't happen to exist on Solaris boxes :-(. But do you *really* have a 1024-bit deep display??? Could you post the results of running xdpyinfo? This I gotta see :-). Nathan Brandon Anderson wrote:

Segmentation Fault and 1024-bit reselotion?

1999-07-21 Thread Brandon Anderson
I've been trying to get Java 1.2 pre v2 to run on my Redhat 5.2 box. I evidently have run into some problems that make no sense to me at all, and was wondering if anyone else had any suggestions. The application that I'm trying to get to run connects to another machine and then should show a sim

Re: [Fwd: [Fwd: [Fwd: Swing Priority]]]

1999-07-21 Thread Bernd Kreimeier
Alexander V. Konstantinou writes: > If you read the JVM threading specification, it explicitely states that > threads of the same priority are *NOT* guaranteed to be time-sliced. > This is the most common cause of incompatibilities, as software that > works on MS WinNT (has time-slicing), brea

Where can I get information about Corba/Java2

1999-07-21 Thread Juan Miguel Garcia Gomez
Hello: I'm student of the "Universidad Politecnica de Valencia". I would like to get information about Corba with java2 (no with visibroker,...). Can you tell me where could I get it from? Thank you very much! Juan Garcia

Re: Swing Priority

1999-07-21 Thread Michael Emmel
BAZLEY Sebastian wrote: > In case anyone is interested, there is a useful description of such issues > in the O'Reilly book "Java Threads", chapter 6 "Java Thread Scheduling", > which discusses some popular scheduling implementations. > > A couple of suggestions (not tested): > > If you don't wan

Re: placing a java frame at the desired place?

1999-07-21 Thread Mark O'Donohue
Hi There is apparently a bug in linux lesstif, (its logged at blackdown) that makes this so if you set the variables before the window is shown. I have taken to doing a setLocation after having done the setVisible(true), it pops up at the top of the screen and the moves to the center, ugly I know

Re: placing a java frame at the desired place?

1999-07-21 Thread Nathan Ehresman
> Hi > > I am not able to place my frames at the desired place. Irrespective of > the x,y-coordinates i am specifying in the properties list of the frame ( > i am using symantec-visualCafe), the frames are displayed at a default > place. I am not able to control it. How to solve this problem?

RE: Swing Priority

1999-07-21 Thread BAZLEY Sebastian
In case anyone is interested, there is a useful description of such issues in the O'Reilly book "Java Threads", chapter 6 "Java Thread Scheduling", which discusses some popular scheduling implementations. A couple of suggestions (not tested): If you don't want to use MIN priority, you may be abl

Re: Where can I get jdk1.2 for Linux??

1999-07-21 Thread R MUTHUSWAMY
hi, you can get in the blackdown site... the url is www.blackdown.org is suppose. On Wed, 21 Jul 1999, Juan Miguel Garcia Gomez wrote: > Hello: > I'm student of the "Universidad Politecnica de Valencia". >I would like to get a copy of the JDK1.2.1 for linux. > Can

[javadoc] Class or Package not found, in @see tag: java.lang.System

1999-07-21 Thread Martin Schröder
Hi, using jdk1.2pre2, javadoc is unable to find certain Classes in java.lang. For example the code * @see java.lang.System * @see java.lang.Object produces a warning for java.lang.System but _not_ for java.lang.Object, although java.lang.system.html is in the same place as java.lang.object.html a

Where can I get jdk1.2 for Linux??

1999-07-21 Thread Juan Miguel Garcia Gomez
Hello: I'm student of the "Universidad Politecnica de Valencia". I would like to get a copy of the JDK1.2.1 for linux. Can you tell me where could I get it from? Thank you very much! Juan Garcia -- To UNSUBSCRIBE, emai

Re: Problems with java.lang.ClassLoader

1999-07-21 Thread Rob Nugent
Michel, I observe that the defineClass method you arte using is 'protected' Is this your problem ? Rob Michel Prevost wrote: > Hi All > > I am currently doing some tests with dynamic class loading. I have the > following snippet of code: > > Class dateDisplayClass = > cl.defineCla

placing a java frame at the desired place?

1999-07-21 Thread ILAVARASAN
Hi I am not able to place my frames at the desired place. Irrespective of the x,y-coordinates i am specifying in the properties list of the frame ( i am using symantec-visualCafe), the frames are displayed at a default place. I am not able to control it. How to solve this problem? Thanx in a