Are you ready for Y2K?
The Jini Community is a new gathering place where developers can discuss
Javasoft's Jini technology. It has chat rooms, web board, security,
email listserv, and search engine. The url for the new site is
http://jini.siliware.com. Currently, we are seeking strategic alliance
How can I take a look at the code?
Hi, you have to add the path to the jar files like (for example):
export
CLASSPATH=$CLASSPATH:/usr/local/swing/swing.jar:/home/freeman/jars/net.jar:etc
that should work a little better for you (once you've added the path to
each jar you want to use).
__
Kenny Freeman <[EMAIL PROTECT
think
development has stopped :( but the mailing list continues to spew
messages.
__
Kenny Freeman <[EMAIL PROTECTED]>
"a population that gives up its freedoms in the name of order will
ultimately end up losing both."
On Mon, 2 Nov 1998 [EMAIL PROTECTED] wrote:
> Hi,
>what is th
could you not get an instance of runtime and execute
'export CLASSPATH=/some/new/classpath' or set env, depending
what shell your using. Then again, that is not very platfom independant
now is it?Well, it would work.
__
Kenny Freeman <[EMAIL PROTECTED]>
"a populat
Hey, pictou county (NS Canada) was the pizza capital of the world - most
pizza places per person. Well, quantity, not nec quality eh?
BTW, keep up the good work. :)
__
Kenny Freeman <[EMAIL PROTECTED]>
"a population that gives up its freedoms in the name of order will
ultimately en
sorry everybody (unless you have anything to do with spam), I haven't even
finished my first coffee yet (well, I mean I hadn't at that point)My
apologies for my big clumsy fingers hitting ^XI've got a short fuse
and a slow mind sometimes.
__
Kenny Freeman <[EMA
FUCK OFF.
__
Kenny Freeman <[EMAIL PROTECTED]>
"a population that gives up its freedoms in the name of order will
ultimately end up losing both." -someones .sig on comp.hw.overclking
On Fri, 4 Sep 1998 [EMAIL PROTECTED] wrote:
> ARE YOU BEING INVESTIGATED?
>
> Has
Oh give me a break, did you read the original posting at all?
I think it warants a few (harmless) jokes. Sometimes people are far too
serious, lighten up. I mean come on, Linux kernel in java?
On Thu, 3 Sep 1998, [EMAIL PROTECTED] wrote:
> Maybe Linus was also completely nuts
> If yo do not
well, at least it is entertaining - linux kernel in java
LOL
On Thu, 3 Sep 1998, Mats Petersson wrote:
> On Thu, 3 Sep 1998, Nelson Minar wrote:
>
> > >> What, are you kidding?
> > >HE'S COMPLETELY NUTS
> >
> > Maybe a refugee from the Freedows project :-)
> >
> >
> >
>
> ;)
>
well, it would work if you extended a component that already implemented
paint - you can't just call paint without making your class an extension
of one that has the paint method of the graphics object.
Depending on what you are doing, try something like:
Class a extends canvas {
blah; bla
HrmmmI seem to recall posting something about Netbeans and the
finalizer thread threadlock problem a while ago. If you are having
problems with the finalizer, it is most likely a bug in sun's code.
this might (well, it won't) solve your problem:
$cat "Please fix the finalizer bug in the j
uh, I may be way off on this, but try simply:
java HelloWorld
You do not include the .class ext. Then, you still have to set the
classpath as per the last bunch of posts about it
__
Kenny Freeman <[EMAIL PROTECTED]>
"Time is the fire in which we burn."
> On Wed, 26 Aug 1998 11:33:42 -0300 (ADT), Kenny Freeman wrote:
>
> >
> >> I personally am rather against most import statements as they can
> >> only help to confuse the issue of what you are looking at. Even worse
> >> is import of a whole package
> I personally am rather against most import statements as they can
> only help to confuse the issue of what you are looking at. Even worse
> is import of a whole package - since then you do not even see in the
> code all of the possible class names that just got defined... However,
> if used
www.blackdown.org
follow the java link from there
On Tue, 25 Aug 1998, Aaron Brick wrote:
> i tried to subscribe to the mailing list; it failed when it decided that
> java-linux.org doesn't exist. how can i get on it, please?
>
> thanks.
>
> aaron brick.
>
>
On Tue, 25 Aug 1998, [EMAIL PROTECTED] wrote:
NO, KENNY FREEMAN did NOT type:
> On Tue, 25 Aug 1998, Kenny Freeman wrote:
> Your problem is probarbl the same that I had:
> I always typed
>java Test.class
> which ended up in the same error message that you discribed.
How about the CLASSPATH env var? echo $CLASSPATH should show something
like: /usr/local/jdk/lib/classes.zip:/java:.
most common problem with the class not found thing is improper classpath.
On Tue, 25 Aug 1998 [EMAIL PROTECTED] wrote:
> Running Slackware 3.4 with JDK 1.1.5 I can run javac but wh
I always just set the classpath to something like:
EXPORT
CLASSPATH=/usr/local/other/jdk1.1.5/lib/classes.zip:
/user/kenny/java:/home/freeman/java:.
and then just run the classes from the locations in the CLASSPATH
variable. Of course if you are fooling with imports and other packages,
you seem
I could be on thin ice, but applets can only make connections to the site
that they were loaded from. I noticed a security... something or other in
the java console o/p (just a quick look). Maybe that explains why you can
connect on one machine, and not the other
On Fri, 14 Aug 1998, Kapoor,
This is why I don't like rpm's.
On Thu, 13 Aug 1998 [EMAIL PROTECTED] wrote:
> | hi,
>
> | I am trying to get JDK, i.e. servlets up and running on my linux machine.
> | From what I understand, this requires X11, as the AWT package that
> comes with the
> |JDK obviously requires this library.
>
c. wait, c++. Java has its limits. I don't know any way of limiting the
ammount of time spent waiting for a socket to connect (server sockets yes,
but any old socket, hm). I would be interested in hearing how to do this
too, as I have been trying to find a way for a while now.
On Wed, 12 Aug 1998
how about showing us the o/p of ldconfig -v?
On Tue, 11 Aug 1998 [EMAIL PROTECTED] wrote:
> Hi to all!
>
> I have a problem to install the jdk 1.1.6 because i don“t know if i have
> to download for libc5 or glibc, i read that glibc is for distributions
> like redhat or debian, i'm using slackwa
n,
since my 486 was never given a name), and mmap.
This points out another difference between the 486 where Java fails
and the Gateway where it wins: the Gateway has networking configured
and the 486 doesn't. Does Java need a network and a real machine name
and /etc/hosts file to function?
--
so.3.1.0
libXaw.so.3 => libXaw.so.3.1.0
libX11.so.3 => libX11.so.3.1.0
libc.so.5 => libc.so.5.3.12
libvga.so.1 => libvga.so.1.1.8.a.out
libm.so.4 => libm.so.4.6.27
libc.so.4 => libc.so.4.6.27
--
Tim Freeman
[EMAIL PROTECTED]http://www.infoscreen.com/resume.html
Web-centered Java, Perl, and C++ programming in Silicon Valley or offsite
Swing is simply a jar file that you can include in your classpath (more
or less). Download it and follow the instructions for the Sun OS and it
works just fine-at least it works for me. In fact, I have started coding
a mixer for Linux using the swing classes, and it looks fine to me.
regards,
KF
On Thu, 14 May 1998, 245tt4 wrote:
> Authenticated sender is <[EMAIL PROTECTED]>
> Subject: 2 w 44
> Mime-Version: 1.0
> Content-Type: text/plain; charset="us-ascii"
> Content-Transfer-Encoding: 7bit
>
> EMAIL MARKETING WORKS!!
>
> Bull's Eye Gold is the PREMIER email address collection tool
Netscape 3.04 uses java version 1.0 or so. You are using java
1.1 or so - or at least the applet is written in java 1.1. A java 1.0
runtime cannot "run"/interpret a java 1.1 class file. Just guessing. Does
anyone else know for sure?
On Sun, 10 May 1998, Roger Hill wrote:
> I am trying to run an
Hey,
I had the same problem as you when trying to install the JDK. I spent
about two full days on it, but I eventually got things working.
Hrnow..how did I do it? I think, first of all you have to get the
new/fixed libc's from redhat (ftp.redhat.com//updates?/i386/ or
something). Basi
29 matches
Mail list logo