SV: Debug jserv.properties (correction)

1999-05-31 Thread Roland Carlsson
Thanks for the help The problem tured out not to be in the configfile at all but was a result of a powerbreak witch left a file i a bad state So i removed the file and repaced it... and now it works just fine... But my request still remains It would help a lot if errormessages

Re: Debug jserv.properties (correction)

1999-05-31 Thread Clayton Cottingham
roland, i too was banging my head on this over the weekend! of course my variable stack was high as i was dealing with apache as dso as well well ... long story shorter and relative to your needs is the configure script {if you compile dso at least} says to use the example folder of the ap

Re: 1.2 & threads

1999-05-31 Thread Moses DeJong
On Mon, 31 May 1999, Ken McNeil wrote: > --- Christopher Seawood <[EMAIL PROTECTED]> wrote: > > > > I'm using the 1.2pre1 release on a RH6.0 system. I > > started developing > > this app that uses Swing under NT using Java > > Workshop 3.0 with Sun's 1.2 > > release. I tried running the app und

Re: 1.2 & threads

1999-05-31 Thread Ken McNeil
--- Christopher Seawood <[EMAIL PROTECTED]> wrote: > > I'm using the 1.2pre1 release on a RH6.0 system. I > started developing > this app that uses Swing under NT using Java > Workshop 3.0 with Sun's 1.2 > release. I tried running the app under Linux and it > immediately exits. I > don't explic

Re: 1.2 & threads

1999-05-31 Thread Christopher Seawood
Oh, nevermind. I found the known bugs page and this falls under the "AWT programs exit immediately" problem. - cls -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC

1.2 & threads

1999-05-31 Thread Christopher Seawood
I'm using the 1.2pre1 release on a RH6.0 system. I started developing this app that uses Swing under NT using Java Workshop 3.0 with Sun's 1.2 release. I tried running the app under Linux and it immediately exits. I don't explicitly create any threads in main() (just the main window) and the pr

Re: 1.2 Certification info

1999-05-31 Thread Jeff Galyan
For information on the Sun Java Certification courses and exams, see suned.sun.com. --Jeff Ozer Irfan wrote: > > Hello, > I search information about Java 1.2 certification exam. > > Have you exam simulation applet ? > Or documentation ? > > Please send me. > > Thanks. > > Irfan > --

Re: [OT] Proposal: select(readfds, writefds, exceptfds)

1999-05-31 Thread zun
On Mon, 31 May 1999, Bernhard Fastenrath wrote: > Michael Sinz wrote: [ snip ] > > Second, Java has threads built in. Why not use them? > > One of the really nice parts of Java is that it has some > > of these concepts, such as threads and synchronization > > built in. This is part of the langu

Re: 1.2 Certification info

1999-05-31 Thread Ken McNeil
--- Ozer Irfan <[EMAIL PROTECTED]> wrote: > I search information about Java 1.2 certification > exam. > > Have you exam simulation applet ? > Or documentation ? If you are taking one of Sun's Java certification exams, here is the main web page for all of Sun's educational services http://suned.s

RE: J 1.2 Applet wont run in browser

1999-05-31 Thread Tauren Mills
Not sure if it will help, but you can at least add Swing support to your browser. Take a look at this URL: http://java.sun.com/products/jfc/tsc/web/applets/applets.html Tauren > -Original Message- > From: Alexander F. Hartner [mailto:[EMAIL PROTECTED]] > Sent: Sunday, May 30, 1999 1:06

Re: jdk1.2 on RedHat-6.0

1999-05-31 Thread Emilian URSU
you don't read any mail from this list ? set your DEFAULT_THREADS_FLAG=green in your .java_wrapper it seems that RH6.0 doesn't support native_threads On Mon, 31 May 1999, Edmund Mergl US/EA4 60/2/146 #44006 wrote: > > a fresh install of jdk1.2 on a RedHat 6.0 system gives the follwing

jdk1.2 on RedHat-6.0

1999-05-31 Thread Edmund Mergl US/EA4 60/2/146 #44006
a fresh install of jdk1.2 on a RedHat 6.0 system gives the follwing error: [mergl@sls7a3 mergl]$ javac *** panic: GC: getStickySystemClass failed: java/lang/ref/Reference CLASSPATH may be incorrect SIGABRT 6* abort (generated by abort(3) routine) stackpointer=0xb220 Fu

java 1.2 certification

1999-05-31 Thread OZER IRFAN
Hello, I search information about Java 1.2 certification exam. Have you exam simulation applet ? Or documentation ? Please send me. Thanks. Irfan Get free e-mail and a permanent address at http://www.netaddress.com/?N=1 --

Re: [OT] Proposal: select ..

1999-05-31 Thread Michael Emmel
Per Widerlund wrote: > Michael Sinz wrote: > > MS> You may find out that it ends up being easier since you > MS> write your code to deal with one file and that one file > MS> only and just get multiple objects or different classes > MS> together to handle the whole combination. > > Yes, it is

Re: [OT] Proposal: select(readfds, writefds, exceptfds)

1999-05-31 Thread Bernhard Fastenrath
Michael Sinz wrote: > On Fri, 28 May 1999 14:19:03 +0200, Per Widerlund wrote: > >This is a general Java proposal, but here it is anyway: > > > >Handling I/O on several file descriptors can not be done > >efficiently without using multiple threads. Why not add > >a method to reach the select funct

memory usage of swing and 1.2

1999-05-31 Thread Devin Balkcom
Hi all, I recently went through the painful process of getting 1.2pre1 to run on my machine. Although it works, the SimpleExample takes up ~30 megs, and about 35 seconds to load. I experienced similar problems with 1.1 and swing. Is this normal? A java -verbose seems to indicate that _everyt

Re: Re: [OT] Proposal: select ..

1999-05-31 Thread Michael Sinz
On Mon, 31 May 1999 15:53:18 +0200, Per Widerlund wrote: >Michael Sinz wrote: >MS> Why? Java is platform independant and many (most) non-UNIX >MS> platforms use other mechansims and, if they have a POSIX >MS> layer, they emulate it only. > >If that is the case, then there is nothing to do - Java

Re: Re: [OT] Proposal: select ..

1999-05-31 Thread Per Widerlund
Michael Sinz wrote: MS> Why? Java is platform independant and many (most) non-UNIX MS> platforms use other mechansims and, if they have a POSIX MS> layer, they emulate it only. If that is the case, then there is nothing to do - Java must remain platform independent. I thought that something simi

Re: [OT] Proposal: select(readfds, writefds, exceptfds)

1999-05-31 Thread Michael Sinz
On Fri, 28 May 1999 14:19:03 +0200, Per Widerlund wrote: >This is a general Java proposal, but here it is anyway: > >Handling I/O on several file descriptors can not be done >efficiently without using multiple threads. Why not add >a method to reach the select function of the underlying OS? Why?

1.2 Certification info

1999-05-31 Thread Ozer Irfan
Hello, I search information about Java 1.2 certification exam. Have you exam simulation applet ? Or documentation ? Please send me. Thanks. Irfan __ Message envoye depuis iFrance >> http://www.ifrance.com Gratuit >> Heberg

Weird ClassFormatException probelm w/ JDK1.2 & RH6.0

1999-05-31 Thread Teemu Ropponen
Hi, I'm getting a weird error on my RedHat 6.0 / JDK 1.2v1 (see below). I'm not sure whether this is a JDK / RH / config / other error, and what this could be related to. Please somebody help, if you've got a clue, because I don't !! This same thing works OK w/ RH5.2 & JDK1.1.7 ... as well as

Re: [OT] Proposal: select(readfds, writefds, exceptfds)

1999-05-31 Thread Chris Abbey
[...suggestion to implement select in java snipped...] >Can this be done, and if so: Probably . . . certainly for the only platform we care about here ;) > why has it not been done already? Because it's platform dependent. Because no one has yet provided an argument

Debug jserv.properties

1999-05-31 Thread Roland Carlsson
Hi! I've got a little debuging problem. When trying to start my Apache-JServ server the jserv.log-file get (ERROR) an error returned cleaning-up protocol "wrapper" (ERROR) in init all protocols "wrapper" returned an error My problem is that i checked all wrapper-parameters over and over again a