My first guess would be that the jit is better at static calls than virtual.
Nick
Patrick LAM wrote:
> We have some machines running Debian 2.1 here (libc 5.4.46), and we are
> running the pre-v2 Linux port of Java.
>
> There are strange timings for the following programs. In particular, the
>
How do I use java to map the network resources without
the need to mount i.e the NFS or installed Novell
Netware ?
I mean I can use java to access another machine's
resources i.e file and the printer connect to it .I
can also add ,delete ,rename the file.
___
"Knowledge IS power, especially if you can manage it!"
Do you wish you could keep all of your information about
anything in one easy & organized place? No matter what level of
computer user you are, you will use this software EVERYTIME you
get on your PC! Store, organize, and quickly recall
I 'm here to clarify something.
Is that JNDI only provide a higher interface as it is
independent or any naming and directory sevices.
That means we cannot use it to map network resources
without the network been map already.
I mean if we use JNDI to map to a network resources
,i.e another machi
I don't know what your code looks like, but you may need to carefully
check your thread calls. As such fun calls as thread.suspend(),
thread.stop(), etc are depricated in 1.2, and are almost guaranteed to
break your app. Try looking at thread.wait() and thread.join() if you
haven't already.
-Ji
There is a group of engineers (including me) working on binding Java to
mozilla's XPCOM, which uses ORBit. If you made it to JavaOne, you may
have seen an early demo at one of Sun's booths.
--Jeff
Cees de Groot wrote:
>
> [EMAIL PROTECTED] wrote:
> >Now, once this basic idea is implemented, th
Greetings,
Was wondering if any other Linux/Java developers have run into problems
when developing RMI Objects. I have a Runnable, Activatable Object,
which has been subclassed from an Activatable RMI Server Object. When
instantiated, the RMI Server Object starts a thread and suspends it
until o
Here's a link - don't know if it's the one refered to below.
Text AWT for Java
http://www.geocities.com/SiliconValley/Grid/1239/
Kent
At 01:44 PM 7/2/99 +0100, you wrote:
>[EMAIL PROTECTED] writes:
> > I tried looking for an ncurses library once, the only thing I found was a
> > JNI implementat
Tom Whitcomb wrote:
>
> Well, just after a few trials and tribs I got the JDK1.2 to run with X under
> RH6.0. I had to do the following:
>
> 1) create symbolic link for libstdc++-libc6.0-1.so.2 from
> libstdc++-libc6.1-1.s0.2
> 2) LD_PRELOAD=libstdc++-libc6.0-1.so.2;export LD_PRELOAD
You need
The recommended site for bzip2 seems to be a suboptimal choice :-(.
Despite the confusion, it's widely available... Red Hat ships RPMs on
their installation media, and I suspect everyone else does similarly. Or
you can find source distributions at your favorite repository. You
definitely don't hav
[EMAIL PROTECTED] writes:
> I tried looking for an ncurses library once, the only thing I found was a
> JNI implementation which I didn't find useful.
Got a URL handy? If the Java API is okay, it'd allow for using
it right away until somebody comes up with a pure Java port for
the same API.
I forgot to mention that the machines are running the x86 JIT. Our next
step is to find a way to run the Solaris versions of JDK1.2 and see what
those numbers look like.
pat
On Fri, 2 Jul 1999, Patrick LAM wrote:
> We have some machines running Debian 2.1 here (libc 5.4.46), and we are
> runni
We have some machines running Debian 2.1 here (libc 5.4.46), and we are
running the pre-v2 Linux port of Java.
There are strange timings for the following programs. In particular, the
static version runs at about half the speed of the nonstatic version,
which seems backwards; static takes 232s a
Javier,
I also had problems getting bzip for linux. There is a site mentioned on
the download page for FTPing bzip but the linux version seemed to be
corrupt. What I did was download the Windows version of bzip, then unziped
the JDK under windows and then copied it into my linux partitio
Well, just after a few trials and tribs I got the JDK1.2 to run with X under
RH6.0. I had to do the following:
1) create symbolic link for libstdc++-libc6.0-1.so.2 from
libstdc++-libc6.1-1.s0.2
2) LD_PRELOAD=libstdc++-libc6.0-1.so.2;export LD_PRELOAD
3) use "-green -Djava.compiler=" options on
[EMAIL PROTECTED] wrote:
>Now, once this basic idea is implemented, the CORBA/IDL solution offers
>extreme flexibility. For example, there's no reason that a GNOME server
>couldn't be written that creates the GNOME equiv of KApplication
>(whatever that may be...). It would serve the same IDL, an
"Nagaraj S.B" wrote:
> Hi all,
> I have downloaded JDK1.2pre-v2.tar.bz2 from glibc2.1.But in my linux
> system which is RH6.0 donot have bzip2 tool for unzipping the JDK1.2
> file but I have gzip.Pls tell me where I can get gzip version of JDK1.2
> or else how can I load bzip2 on my RH6.0.
> Than
Robb Shecter wrote:
>
> Hi,
>
> I had this idea, and would like to get comments - if it's cool, or dumb
> - whatever:
>
> I want to have my Java programs better integrated or "aware" of my KDE
> desktop. And vice-versa. I don't need the equivalent of the Python-KDE
> binding: This package doe
Hi,
I had this idea, and would like to get comments - if it's cool, or dumb
- whatever:
I want to have my Java programs better integrated or "aware" of my KDE
desktop. And vice-versa. I don't need the equivalent of the Python-KDE
binding: This package does two things: it gives access to deskto
Did you try it with -green as an option?
This is what works for me given this problem.
--
dIon Gillard, Multitask Consulting
Work: http://www.multitask.com.au
Play:http://www.trongus.com
- Forwarded by dIon Gillard/Multitask Consulting/AU on 02/07/99 05:50
PM -
Linux on Re
On Thu, 1 Jul 1999, Albrecht Kleine wrote:
> Hi,
>
> > Having a problem using 'tya' (JIT-complier) with 'Java3D'.
> > 'tya' works fine in all other applications, i.e non-Java3D-apps.
>
> Does ``non-Java3D-apps'' include other big apps like java2Demo, Swingset,
> some IDEs like NetBeans2 etc ?.
> ALPESH KOTHARI writes:
ALPESH> I am trying to integrate the java and C code. i am
ALPESH> following the guidelines given in the documentation at the
ALPESH> address
ALPESH> http://java.sun.com/docs/books/tutorial/native1.1/stepbystep. I
ALPESH> am trying to work with the
> Ron Shpaser writes:
Ron> I'm using JDK 1.1.7v1a for Linux. Actually I have some
Ron> problems with running number of applications under JDK
Ron> 1.1.7v3 with JIT(TYA). One of these apps is HotJava v3.0. I'd
Ron> like to ask you a question: How should I configure my X in
Hello to All,
I'm currently experiencing troubles with the Linux Blackdown JDK (1.1.7
v1) and UDP Datagrams.
What I see is that it is not possible to correctly determine the source
of a received Datagram, it is always returned the local address.
I saw also that such a bug was submitted to jitt
Hi !
I'm using JDK 1.1.7v1a for Linux.
Actually I have some problems with running number of applications under JDK
1.1.7v3 with JIT(TYA). One of these apps is HotJava v3.0. I'd like to ask
you a question:
How should I configure my X in order
to make keyboard shortcuts work properly ?
Thanks in
On 1 Jul 1999, Steve Byrne wrote:
> Johan <[EMAIL PROTECTED]> writes:
>
> >
> > Having a problem using 'tya' (JIT-complier) with 'Java3D'.
> > 'tya' works fine in all other applications, i.e non-Java3D-apps.
> >
> > This is the error message I get:
> >
> > Exception in thread "main" java.lang
http://rocking.to/Java
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hello All,
I am trying to integrate the java and C code. i am following the
guidelines given in the documentation at the address
http://java.sun.com/docs/books/tutorial/native1.1/stepbystep. I am
trying to work with the sample program given by them. I am having
RedHat6.0 with JDK1.2 (glibc2.1) wh
Hello,
For some reason I cannot convince a JFrame to accept uppercase
characters when CapsLock is on. ie, KeyEvent.getKeyChar() is returning
'a' when I press the A key regardless of whether CapsLock is on. I'm
using Swing 1.1.1b2 with JDK1.1.7v3 on a virgin RH6 machine. I thought
perhaps it wa
Hi,
At 10:00 PM 02/07/99 , Nagaraj S.B wrote:
>Hi all,
>I have downloaded JDK1.2pre-v2.tar.bz2 from glibc2.1.But in my linux
>system which is RH6.0 donot have bzip2 tool for unzipping the JDK1.2
>file but I have gzip.Pls tell me where I can get gzip version of JDK1.2
>or else how can I load bzip2
Hi all,
I have downloaded JDK1.2pre-v2.tar.bz2 from glibc2.1.But in my linux
system which is RH6.0 donot have bzip2 tool for unzipping the JDK1.2
file but I have gzip.Pls tell me where I can get gzip version of JDK1.2
or else how can I load bzip2 on my RH6.0.
Thanks in advence,
Nagaraj S.B.
Hi!
I wonder if anybody have had troble with RedHat5.1- Apache1.3.6 - and JServ1.0b so
that you had to restart the computer. I'm remotly controlling a computer that runs the
compination above. Yesterday it stop all services by simple timeouts. I can't log in
via ssh since i got a timeout error,
32 matches
Mail list logo