>Is there any way to detect when a class is going to be unloaded from the
vm
>sort of the opposite of static { ... }?
>
>--jason
In theory or in practice?
In theory the JLS says so, put a static method finalize() in the class
(sorry, don't remember the protection, maybe public??) and the VM
Is there any way to detect when a class is going to be unloaded from the vm
sort of the opposite of static { ... }?
--jason
On 13-Jan-99 [EMAIL PROTECTED] wrote:
> Don't ask ???
>
> Why? Don't you think it is a relevant question to
> ask for JDK1.2 for Linux on this mailing list ???
>
Yes, the question is in topic, but it's a FAQ. Since there is FAQ, every
user is supposed to read it before asking.
---
Andrea "Kon
Trevor Harmon wrote:
> I disagree on that last point, and I was wondering if anyone else feels
> the same. (I'm referring to the part about not releasing any version of
> the Linux JDK 1.2 until passing compatibility tests being a good thing.)
If you really want to be a beta tester, then I conc
It seems to me that the JCK compliance testing is analogous to Alpha testing
and that the initial Blackdown releases will initially be of Beta quality
(ie. once it's released we'll have plenty of opportunities to complain about
what doesn't work ;-). But, since the NDA Blackdown signed doesn't a
Has anyone gotten the apache jserv module to work with jdk1.1.7???
My log file keeps saying that the JVM exits right away (at
initialization of module)
If anyone has any info , please email me ASAP.
thanks
I disagree on that last point, and I was wondering if anyone else feels
the same. (I'm referring to the part about not releasing any version of
the Linux JDK 1.2 until passing compatibility tests being a good thing.)
I think it's not such a good thing because, as I understand it, it
prevents any
Please help us spread the word about the O'Reilly Linux
Conference and our call for papers.
Thank you,
John Dockery
**
Attention: Linux users, developers, programmers, engineers, administrators
Mark your calendar for O'Reilly's Linux Conference,
On Wed, 13 Jan 1999, Ray Racine wrote:
> I hate to make the waters deeper and browner but I have been noticing
> some suspect behavior with the Blackdown 1.1.7a on the Linux 2.2-pre?
> (latest pre6) kernels.
>
> Specifically, thrown exceptions seem to be intermittently causing core
> dumps. Unf
I hate to make the waters deeper and browner but I have been noticing
some suspect behavior with the Blackdown 1.1.7a on the Linux 2.2-pre?
(latest pre6) kernels.
Specifically, thrown exceptions seem to be intermittently causing core
dumps. Unfortunately, when this occurs it is within 3rd party
blaise toad wrote:
> only weblogic has a run-time (and a clunky one at that) on Linux, and
> it is not OSS. As far as I know there is no OSS'd EJB run-time on
> linux.
EJBHome (http://www.ejbhome.com) reportedly works on Linux
-Mario.
O'Reilly has a number of good books on things like Java and distributed
computing, the Java Virtual Machine, Java Security, and other low-level
gritty topics. Not all of these topics are adequately covered in a
single book.
mdw
Richard Jones <[EMAIL PROTECTED]> writes:
>
> Hi:
>
> Can someo
> Hello!
>
> I am working on a project which uses RMI. I wrote a server which runs
> very well. I problem I got is that every client is allowed to connect to
> my server and call the remote methode. What I want is, that only hosts
> who are allowed to make a remote call can connect to my server. H
[EMAIL PROTECTED] wrote:
>
> Don't ask ???
>
> Why? Don't you think it is a relevant question to
> ask for JDK1.2 for Linux on this mailing list ???
>
> /Dan
It seems that everyone who has joined this list for the past several
weeks has, without bothering to check the list archives, asked the
Here's just a minor update to the excellent "HOWTO" Marcel Ruff
forwarded last week on running VisiBroker for Java, on Linux:
Marcel Ruff wrote:
>
> Hi,
> after some mails about VisiBroker, here are some hints how to run
> VisiBroker on Linux:
>
> 1) Everything from VisiBroker runs fine on Linu
[EMAIL PROTECTED] wrote:
> The only way to get Java Applets to work in Netscape 4.5 is to unset
> CLASSPATH env variable. How can I then make the browser find the Swing/JFC
> and JMF (or any other 3rd party) jar files then ?
Just put them in /usr/local/netscape/java/classes.
--
Ugo Cei - [EMA
Write a shell script to launch netscape, instead of calling it directly.
In the script, you can set your CLASSPATH as needed, including
java40.jar.
[EMAIL PROTECTED] on 01/13/99 06:28:51 AM
To: [EMAIL PROTECTED]
cc:(bcc: Russell Pridemore/Lex/Lexmark)
Subject: How to get Netscape 4 wo
For me, the word "advanced" usually means one of two things :-
1. Advanced use of Java (the language, class libraries and the JVM) Eg.
Inner classes, serilisation, dynamic class loading, swing etc etc.
2. Advanced use of OO (in Java) Eg. patterns, frameworks etc etc
For 1.
Like you, I normally us
I am trying to get Netscape to work with Swing and JMF. What is written in
the README file does not work at all.
Java Applet Support:
Java Applet support is available for all Unix platforms.
To run Java applets with the Java-enabled version, Communicator
needs to
Hi,
As far as I know the only framework taht provides the indirection
needed for any security checking on top of RMI (including host based)
is through EJB.
only weblogic has a run-time (and a clunky one at that) on Linux, and
it is not OSS. As far as I know there is no OSS'd EJB run-time on
l
> Hello.
>
> How know the colonn where I'm in VI ?
42.
> Thanks
Anytime.
Hi:
Can someone on this list recommend a good _advanced_
Java book. I've now moved beyond Bruce Eckel's
"Thinking in Java", which is a good introduction,
but omits many more complex aspects of the language
and libraries.
Particular subjects which I'm interested in, but
which don't seem to be co
Peter T Mount wrote:
[Kaffe]
I can't even get simple Swing programs to
run with Kaffe (see, for instance, the
two Java programs off my webpage). Does
anyone have a non-trivial Swing program
running with Kaffe?
[Java2 JIT]
> All I will say on this subject, is I hope the speed improvement is as
>
Alex Chaffee wrote:
> Slightly off-topic:
>
> Newsgroups and mailing lists are so similar technically. Hasn't anyone
> written a free, stable two-way bridge between email and nntp? I'd love to
> keep subscribing to the list digest, but be able to use a news reader to
> browse the archives...
It
Hi!
I thought I could use the RMISecurityManager to get more security...
I found the method " checkConnect(String host, int port)" in the
RMISecurityManger and hoped this would help me. This would be much more
elegant to use this than writing my own "host"-checker...
Or am I wrong to use the RMIS
Don't ask ???
Why? Don't you think it is a relevant question to
ask for JDK1.2 for Linux on this mailing list ???
/Dan
>DAMMIT!!! Why don't we just make a join message that says
>"The damn JDK1.2 (Java 2) isn't. Don't ask."
>
>
>
>
>--
Hello.
How know the colonn where I'm in VI ?
Thanks
Hi!
1. change checkVersions:
.
ldd $execName > $lddOut
libcMainVer=`getLibName libc.so.6 $lddOut` <--- this must be changed.
case $libcMainVer in
libc*.5)
checkFun=checkLibc5Version
;;
libc*.6)
checkFun=checkGlibcVersion
On Tue, 12 Jan 1999, Alex Chaffee wrote:
> > > Newsgroups have a different audience and accessing method. I, for one,
> > > would probably stop following this list if it became a newsgroup.
>
> Slightly off-topic:
>
> Newsgroups and mailing lists are so similar technically. Hasn't anyone
> writ
29 matches
Mail list logo