Note, when it says Warning, it isn't an error. You are doing finethere isn't a
problem...it just isn't using a JIT.
Cheers
James.
Don Hatch wrote:
> I can't seem to get my envireonment variables to work. When I run javac file.java I
>get his error:
> "Warning: JIT compiler "sunwjit" not
On Mon, 15 Nov 1999 11:51:52 -0700, Don Hatch wrote:
>I can't seem to get my envireonment variables to work. When I run javac file.java I
>get his error:
>"Warning: JIT compiler "sunwjit" not found. Will use interpreter."
>
>It creates a class file and runs fine, but I still get the error.
java.servlet is not in the base distributionYou need to go to javasoft
and download the JSWDK and then include the libs in there to compile your
app
Brian
On Fri, 8 Oct 1999, Don Hatch wrote:
> I'm new to java on Linux but have experience with programming
You dont have the JDSK classes in your classpath.
They can be downloaded from sun if you dont have them.
Add it in and things will work fine.
--shawn
Don Hatch wrote:
>
> I'm new to java on Linux but have experience with programming java on
> Windows. I'm having some problems compiling servlets
Try calling update().
--Jeff
> "Bern Rewel L. Mutia" wrote:
>
> Hi,
>
> I'm new to Java so please bear with me.
>
> I am resizing the length of the array of String elements in a JList
> inside a JScrollPane, but repaint() does not update my UI.
>
> Help please...
>
> Burn
>
>
--
Jeff G
Bill & Martinah Smith wrote:
>
> I don't believe this is completely true. When using Java on Solaris, we were
> set up to use green threads because it required a bunch of OS patches to use
> java native threads. We ran into performance issues with green threads when
> we would spin off threads to
I don't believe this is completely true. When using Java on Solaris, we were
set up to use green threads because it required a bunch of OS patches to use
java native threads. We ran into performance issues with green threads when
we would spin off threads to do background work. We finally decided
Pere Serra wrote:
>
> I have an easy question:
> What's the difference between native threads and green theads?
> Which one is more eficient/stable?
>
(from blackdown:)
Native threads use the operating system to do the task switching.
Native threads are thus a benefit in multi-processor (SMP)
Like my compadres before me said, native threads run at the OS level, and
therefore can access multiple cpus. However, it is my understanding that
this is the only time native threads should be used. On single processor
systems, green threads are faster, and you aren't limited by any process
lim
Native threads are executed by the OS's native
libraries. Green threads are executed within the
Java Virtual Machine. Native threads are more
efficient, but green threads are *currently*
much more stable.
-Tom
Pere Serra wrote:
>
> I have an easy question:
> What's the dif
Native threads are O/S level purely. This would allow for parallel processing
and the like.
Green threads are "faked". The thread management is actually handled
by the VM, thus it cannot access things like multiple CPUs...
Brief, but true ;-)
Pere Serra wrote:
I have an easy question:
What's th
size.
- Original Message -
From: Nathan Meyers <[EMAIL PROTECTED]>
To: Mark Murphy <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, June 11, 1999 5:15 AM
Subject: Re: Newbie question: What is a footprint ?
> Mark Murphy wrote:
> >
> > I have he
Mark Murphy wrote:
>
> I have heard this term used alot lately and was wondering if someone could
> explain to me what it is in reference to Java?
A footprint is occupied space. A desktop PC's footprint is the number of
square inches it takes up on your desk. An application's disk footprint
is t
> I'd also like to see comments from those who have installed/run all
> of the servlet stuff or have atempted it.
>
> Many thanks in advance !!
>
> Phil Butler
> [EMAIL PROTECTED]
Servlets are running without any problems on Linux.
The combination apache/jserv is very good,
using of apache/jrun
On Thu, 3 Jun 1999 10:11:41 -0400, Philip L. Butler wrote:
>Hi,
>
>I just joined the list this morning and have already seen lots of good info !!
>
>I am trying to bring up Java on a Slackware 2.0.33 system without X.
>My eventual goal is to install the JSDK (Java Servlet Dev. Kit) and
>mod_jse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> Problem: upon execution of a particular file in the installation process:
>
> jre -cp ./classes ./foobar
>
> I am informed that:
>
> Class not found ./foobar
You can't use the JRE to execute shell scripts. ./foobar will have to be
e
At 11:47 AM 10/29/98 -0700, you wrote:
>Hi all,
>I just installed the glibc verison of the blackdown JDK 1.1.6 and I am
>getting this error when trying to complile a simple program using javac.
>
>/usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: error in loading
>shared libraries
>libXpm.s
On Thu, 29 Oct 1998 11:47:12 -0700, a wrote:
>Hi all,
>I just installed the glibc verison of the blackdown JDK 1.1.6 and I am
>getting this error when trying to complile a simple program using javac.
>
>/usr/local/jdk116_v5/bin/../bin/i586/green_threads/java: error in loading
>shared libraries
>l
Hi again .. it turns out that SuSE 5.3 has an RPM for jdk1.1.6 on one of
its CD's (which works). The difference appears to be that there's a line:
export LD_PRELOAD=/lib/libdl.so.1
Setting this makes the 1.1.6 which I downloaded work as well. Thanks to
everyone for the quick response.
-rj
what is this kaffe javac. why is it there in /usr/bin ?
sorry for such a silly question.
kiran
At 03:57 PM 5/25/98 +0200, you wrote:
>Stephen Wynne wrote:
>
>> Yay, we're running Kaffe! Could you make sure that $JAVA_HOME/bin is
>> *ahead* of anything in your $PATH that looks like it has Kaffe
I would suspect that either you did a typo and actually typed:
java HelloWorld.java
or that your javac is linked to java by mistake. Good Luck!
-Steve
At 03:56 PM 5/23/98 +0200, Daniele Lugli wrote:
>I recently downloaded jdk1.1.5v7 and untarred it into /usr/jdk1.1.5.
>My CLASSPATH is .:/usr/
21 matches
Mail list logo