hotspot server jit?

2000-06-14 Thread noisebrain


The download page for the sun 1.3 beta states that 'both client
and server' jits are bundled.   I don't see the server - 
am I overlooking it?  Perhaps it's intended for the final but
didn't make the beta


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: hotspot server jit?

2000-06-14 Thread Oktay Akbal



On Wed, 14 Jun 2000, noisebrain wrote:

> 
> The download page for the sun 1.3 beta states that 'both client
> and server' jits are bundled.   I don't see the server - 

java -server starts the HotSpot-Server-Version
 
java -server -version:

java version "1.3.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta-b07)
Java HotSpot(TM) Server VM (build 1.3.0beta-b04, mixed mode)
 ^



Oktay Akbal


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: J2SEE 1.3 for Linux!

2000-06-14 Thread Christopher Smith

On Sun, Jun 11, 2000 at 03:30:23PM -0700, Nathan Meyers wrote:
> Christopher Smith wrote:
> > Ooops. Sorry for being confusing. I mean that MS has treated
> > Transvirtual quite nicely while Sun appears to have shunned
> > Transvirtual.
> 
> Interesting observation. I'm not sure I'd expect or want Sun to treat
> Transvirtual with anything more than benign neglect. Microsoft, for a small
> investment, gained the ability to claim some cross-platform capabilities for its
> extensions. If you're more interested in doing real work than arguing industry
> politics, that's a pretty nice win all around.
> 
> If Transvirtual's work posed a business threat to Sun's JDK licensing or Unix
> platform business, I'm sure it would get much more attention from Sun - but not
> the sort of attention it would want.

This is exactly my frustration with where we are today in the Java
world. Sun controls the standard, but they act as though it's not in
their best interests for there to be independant implementations of
the standard. Net result: it is VERY difficult to comply to the Java
standard without Sun's help. Indeed, the Transvirtual guys have not
been allowed access to the certification suite. IS this in the best
interest of Sun? Perhaps. Is it in the best interest of Java
developers? I don't think os.

--Chris


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: hotspot server jit?

2000-06-14 Thread SHUDO Kazuyuki

> The download page for the sun 1.3 beta states that 'both client
> and server' jits are bundled.

% java -version
java version "1.3.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta-b07)
Java HotSpot(TM) Client VM (build 1.3.0beta-b04, mixed mode)

% java -hotspot -version
java version "1.3.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta-b07)
Java HotSpot(TM) Client VM (build 1.3.0beta-b04, mixed mode)

% java -server -version
java version "1.3.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta-b07)
Java HotSpot(TM) Server VM (build 1.3.0beta-b04, mixed mode)

% java -classic -version
java version "1.3.0beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta-b07)
Classic VM (build 1.3.0beta-b07, green threads, nojit)


But IBM JDK combines the attributes of both of the
HotSpot Client and Server VM, namely peak performance
and quick start-up.

Kazuyuki SHUDO  Happy Hacking!
  Muraoka Lab., Grad. School of Sci. & Eng., Waseda Univ.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: J2SEE 1.3 on SuSE Linux 6.4 with SuSE Kernel

2000-06-14 Thread peter . pilgrim



I install the Sun JDK1.3Beta on my SuSE 6.4 Linux box. I ran the JVM and it sure
enough core dumped. I tried this trick last night and ``bash'' would n't allow me
to write to that particular file ( /proc/sys/vm/heap-stack-gap )

Any ideas?

--

Peter Pilgrim
featuring a very badly written Lotus Notes software Upgrade and a popular band called 
"Garbage".



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




regarding fonts

2000-06-14 Thread kamesh jayachandran

When I try to run the java gui app,the app works properly,but I get messages 
spitted out on the console window as "Font specified in font.properties not 
found [--adobe symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific].
I have RHL6.2 Stock install and Sun jdk1.2.2.
Thanks in advance
kamesh jayachandran


 Get your FREE web-based e-mail and newsgroup access at:
http://MailAndNews.com

 Create a new mailbox, or access your existing IMAP4 or
 POP3 mailbox from anywhere with just a web browser.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Kaffe/AWT

2000-06-14 Thread peter johnson

I am having a LOT of trouble with kaffe 1.0.5 and 1.04b!!!

I am using Zentropix RT Linux 2.2 (based on Red Hat 6.0), glibc 2.1.1,
libungif 4.1.0,
kernel version 2.2.10.  When I first installed the kaffe source, it built
without errors
and passed all it's self-tests (make check).  However, when I tried to run my
application
(which runs reliably on blackdown JDK 1.1.6 v5), kaffe would not load images
from .gif
files.  Displaying the Image for one of these (System.out.println ("image " +
imagename))
I get "image (-1, -1, ..., 1c0 producer error)".  On a linux 2.0.35 system,
kaffe
fails most of it's self-tests, but does load images.
Anyhow, the only (possibly germane) difference was that /usr/local/lib on the
2.0.35
system had libungif.so -> libungif.so.4.1, so I made a similar link on my
2.2.10
system, then typed:
make uninstall
make distclean
./configure
make
make install
make check

I've tried this several times, and each time, I now fail 85 of the 91 included
tests
- haven't even tried running anything.  The 1.04b binaries I got with the
distribution
don't work either; I get crazy errors about missing fields before I get to the
parts
which try to load the images.
Judging from the rather esoteric errors in the kaffe bug database, somebody's
getting this
stuff to run.  Do I need a secret decoder ring or what???

I desperately need an open-source replacement for Java so I'm willing to try
all
suggestions.

Thanks
peter johnson

John N Underwood wrote:

> > Date: Fri, 09 Jun 2000 04:55:01 -0700
> > From: peter johnson <[EMAIL PROTECTED]>
> >
> > My company needs some kind of open-source replacement for AWT, so we can
> > control display better and optimize portions of the  rendering for our
> > application.
>
> I have been using dog.gui recently and have been quite impressed with
> it.
> It is released under LGPL. You can find out more at:
> + dog.gui
>   http://www.dog.net.uk/knife/gui.html
>
> Other possible alternatives include:
> + KFC
>   http://openlab.ring.gr.jp/kyasu/index.html
> + FreeBongo
>   http://www.freebongo.org/
> + BISS AWT***
>   http://www.biss-net.com/biss-awt.html
> + Koala**
>   http://www-sop.inria.fr/koala/jml/java/gui/
> + Jazz (future)
>   http://jfa.javalobby.org/projects/Jazz.html
> + Osiris*
>
> http://www.cyberlinklabs.com/cll2/products/osiris/osirisfc/html/info.htm
>
> And while we're at it, other GUI items of interest:
> + Abstract UI Toolkit
>   http://AUIT.sourceforge.net/
> + HTMLWindow*
>   http://home.earthlink.net/~hheister/
> + Adaptable Layout Environment
>   http://208.223.9.21/jfd/java/ale/ale.html
> + HtmlLayout
>   http://braindamage.org/htmllayoutdocs/
> + Position Layout Manager
>   http://www.ibm.com/java/education/position-layout-manager.html
> + GUI Libraries
>   http://www.javaworld.com/javaworld/tools/jw-tools-guilib.html
>
> * - not open source, but may be free to use
> ** - source available, but non-commercial use only
> *** - GPL-like license
>
> --
> John N Underwood
> Java/Linux Developer
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

--
Peter Johnson
[EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: J2SEE 1.3 on SuSE Linux 6.4 with SuSE Kernel

2000-06-14 Thread Carsten Hoeger

On Wed, Jun 14, [EMAIL PROTECTED] wrote:

> I install the Sun JDK1.3Beta on my SuSE 6.4 Linux box. I ran the JVM and it sure
> enough core dumped. I tried this trick last night and ``bash'' would n't allow me
> to write to that particular file ( /proc/sys/vm/heap-stack-gap )
> 
> Any ideas?

Of course you ahve to be root to do it.
I suggest to do the following as root:


echo "echo 0 > /proc/sys/vm/heap-stack-gap" >> /sbin/init.d/boot.local

So this will switch off this feature during each boot process.

-- 
mit freundlichen Gruessen,

Carsten Hoeger  - SuSE Professional Services -

SuSE GmbH,   Schanzaeckerstr. 10,  90443 Nuernberg, Germany
Tel: +49-911-7405356 Mo-Fr 09-17.00,   Fax: +49-911-3206727
http://www.suse.de/de/support/prof/index.html


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: J2SEE 1.3 on SuSE Linux 6.4 with SuSE Kernel

2000-06-14 Thread Oktay Akbal

> 
> I install the Sun JDK1.3Beta on my SuSE 6.4 Linux box. I ran the JVM and it sure
> enough core dumped. I tried this trick last night and ``bash'' would n't allow me
> to write to that particular file ( /proc/sys/vm/heap-stack-gap )

What exactly did you try ?

su 
echo 0 >/proc/sys/vm/heap-stack-gap 



Oktay


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: J2SEE 1.3 on SuSE Linux 6.4 with SuSE Kernel

2000-06-14 Thread peter . pilgrim



I was `root' user when I tried it but  `bash' said no can overwrite file or something
to that effect.

--

Peter Pilgrim
featuring a very badly written Lotus Notes software Upgrade and a popular band called 
"Garbage".



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




libjvm.so: undefined symbil: __libc_current_sigrtmax

2000-06-14 Thread vinod tipparaju


Hi
I was trying to install jre1.2.2-RC4-linux-i386-glibc-2.1.1.tar.bz2
kernel 2.2.5  i686 and its a suse linux
initailly had a few path problems so i set the pathhs in the java_wrapper
manually.
now the error i get after i try to do a java -version is
/.../classic/libjvm.so: undefined symbol: __libc_current_sigrtmax

dont quite understand what this means.
can someone tell me where the problem could be...
tia
vinod


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: J2SEE 1.3 on SuSE Linux 6.4 with SuSE Kernel

2000-06-14 Thread Vladimir G Ivanovic

What is this supposed to do?

---Vladimir

Vladimir G. Ivanovichttp://www.leonora.org/~vladimir
2770 Cowper St. [EMAIL PROTECTED]
Palo Alto, CA 94306-2447 +1 650 678 8014

"CH" == Carsten Hoeger <[EMAIL PROTECTED]> writes:

  CH> echo "echo 0 > /proc/sys/vm/heap-stack-gap" >>
  CH> /sbin/init.d/boot.local

  CH> So this will switch off this feature during each boot process.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]