Test

2000-11-18 Thread Poul Kristensen
 

Pls give Suggestions on Java development and test software

2000-08-02 Thread yangyuexiang
Hi, Everyone I am a student. My supervisor will give me 5000$ for buying java development/testing software. Who can give me some suggestions about which software is worth buying. Thanks advance yangyuexiang -- To UNSUBSCRIBE,

JCK Test

1999-11-28 Thread Riyad Kalla
Time-wise, how long does it take to re-run the JCK tests? ( please let me know the hardware its being run on ) Best wishes, -- [ Riyad Kalla ] [ [EMAIL PROTECTED] ] [ CS - Major ] [ University of Arizona ] -

test please ignore

1999-09-08 Thread mc ly
test 123 Get free email and a permanent address at http://www.netaddress.com/?N=1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

test please ignore

1999-09-07 Thread Michael Holst
test Get your own FREE, personal Netscape WebMail account today at http://webmail.netscape.com. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Test Messsage (2 of 3)

1999-08-12 Thread Karl Asha
Test 2 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Test Messsage (3 of 3)

1999-08-12 Thread Karl Asha
Test 3 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Test Messsage (1 of 3)

1999-08-12 Thread Karl Asha
Test 1 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

odd AWT focus bug in JDK 1.1 and JDK 1.2 (with test case)

1999-07-19 Thread Nelson Minar
pack(); setVisible(true); } public static void main(String args[]) { Test f = new Test(); f.setLayout(new FlowLayout()); } } -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: JVM speed test suite?

1999-06-14 Thread Chris Abbey
At 06:50 AM 6/14/99 -0400, Jonathan Mark Brooks wrote: >Thanks! Unfortunately, the Volano test suite probably won't meet my >needs, since it is highly client/server oriented. that might actually be a good thing... unless what you want to benchmark is pure low level math or numbe

Re: JVM speed test suite?

1999-06-14 Thread Cees de Groot
>Thanks! Unfortunately, the Volano test suite probably won't meet my >needs, since it is highly client/server oriented. > There's an older benchmark, CaffeineMark3, which I once grabbed from Pendragon Software (www.pendragon-software.com). Don't know whether it

Re: JVM speed test suite?

1999-06-14 Thread Jonathan Mark Brooks
Thanks! Unfortunately, the Volano test suite probably won't meet my needs, since it is highly client/server oriented. On Sun, 13 Jun 1999, Chris Abbey wrote: > At 09:48 AM 6/13/99 -0400, Jonathan Mark Brooks wrote: > >Can someone point me to a URL or resource that will allow

Re: JVM speed test suite?

1999-06-13 Thread Chris Abbey
At 09:48 AM 6/13/99 -0400, Jonathan Mark Brooks wrote: >Can someone point me to a URL or resource that will allow me to >do a simple and reasonably accurate speed comparison? you do realize these are contradictory terms, do you not? I think Volano might make some of their stuff public... yup www

JVM speed test suite?

1999-06-13 Thread Jonathan Mark Brooks
I'm currently trying to do speed-testing between IBM JDK, Blackdown JDK 1.1.7v3 and JDK1.2v2 pre-release, with and w/o TYA. However, I cannot locate a suitable test suite. Can someone point me to a URL or resource that will allow me to do a simple and reasonably accurate speed compa

test

1999-06-04 Thread Yohans Mendoza
test ~ Yohans Mendoza [EMAIL PROTECTED] Sirius Images Inc. Unix Administrator http://www2.utep.edu/~yohans

Re: with jdk 1.2 ... (renamed "poor man's speed test")

1999-04-25 Thread Constantin Teodorescu
me string, hashtable and math operations. I used to test JDK 1.1.7 speed on Windows against Linux. Don't expect to something interesting. But JDK 1.2 finished the program 3 times faster than JDK 1.1.7 so , this does mean something, isn't it? Something goes faster deep inside ... :-)

Re: Initial test of jdk1.2 pre-release

1999-03-23 Thread James Bray
I had the same problem. Managed to fix it though. I simply created a link to libstdc++.so.2.8.0 in /usr/lib from the file it required. Sorta worked, although I do get lots of font warnings - but java runs OK. Not sure whether it is really a fix or what. James --- George Lawton <[EMAIL PROTEC

Initial test of jdk1.2 pre-release

1999-03-23 Thread George Lawton
RedHat 5.2 on Intel Pentium 100 mHz cpu Installation went as described Ran demos. Demos in jdk1.2/demo/applets all seem to work in Netscape Navigator 4.0 jfc demos all fail. Message is Exception in thread "main" java.lang.UnsatifiedLinkError: /jdk1.2/jre/lib/i386/libfontmanager.so: libstdc++-

Re: CaffineMark Test

1999-02-07 Thread Cliff Kotnik
. Embedded CafineMark 3.0 with TYA JIT - 2586 Applet CaffineMark 3.0 with TYA JIT - 1475 Thanks to those who pointed out the JIT issue. Cliff Kotnik [EMAIL PROTECTED] Cliff Kotnik wrote: > I decided to test the performance of my home machine with > the CaffineMark benchmark. The results for

Re: CaffineMark Test

1999-02-07 Thread Moses DeJong
benchmark. Mo DeJong dejong at cs.umn.edu On Sun, 7 Feb 1999, Cliff Kotnik wrote: > I decided to test the performance of my home machine with > the CaffineMark benchmark. The results for SUN's Win32 > JDK vs. the Linux JDK are so disappointing, I wonder if I've > made some goo

Re: CaffineMark Test

1999-02-07 Thread Juergen Kreileder
>>>>> Cliff Kotnik writes: Cliff> I decided to test the performance of my home machine with Cliff> the CaffineMark benchmark. The results for SUN's Win32 Cliff> JDK vs. the Linux JDK are so disappointing, I wonder if I've Cliff> made some

CaffineMark Test

1999-02-07 Thread Cliff Kotnik
I decided to test the performance of my home machine with the CaffineMark benchmark. The results for SUN's Win32 JDK vs. the Linux JDK are so disappointing, I wonder if I've made some goof in running the tests. Any help would be appreciated. Hardware: Del XPS R400 PII 400 MHz 128

HPI test suite?

1999-02-01 Thread Rob Schoening
Hi- Has anyone put together a test suite for Sun's HPI? I'm struggling my way through the process of porting the JDK to BeOS, but due to the lack of documentation, I am realizing that the HPI is going to be difficult to debug without building the entire VM and running the tests in

java-linux users, could you test this code on your system?

1999-01-16 Thread Moses DeJong
Hello fellow java-linux users. I have been working on an open source project that provides a way to combine Java and the Tcl scripting languages using the java reflection APIs. I was hoping I could get some help testing the code to make sure it works on a number of linux systems. To make a long s

a test, please ignore.

1999-01-14 Thread swang
some questions.

Beta test: Q2Java for Linux

1998-12-15 Thread Bernd Kreimeier
a Q2 dedicated server. I was using Q2Java as a publicly available test complementing a project of mine, as it uses Invocation, JNI, within a legacy app that does DLL loading, heavy UDP networking, sound device access, and X11. That app, of course, being the Linux port of id Software's Quake

Test Mail

1998-10-30 Thread MANJU SATYA NANDA
Hello If I can get some java development info from your side, i would like to keep in touch with you. pl. reply nanda

test

1998-10-21 Thread M. N. Khan
testing...

Test - ignore:)

1998-09-24 Thread John Baker
Just testing before I write a nice long mail all about firewall tunneling:) -- John Baker, Software Engineer, Java coder, Salad sarnie lover. Work: (01203) 562000 ext 4153 Home: (01203) 601890

How Well is 1.1.6v3-test for i386 Working?

1998-08-16 Thread Stephen Wynne
For those of you who downloaded this, I'd sure appreciate any feedback.

Announcement: Test Release of JDK 1.1.6v3 for Intel

1998-08-08 Thread Stephen Wynne
x27;re willing to document and work with us on problems. At this time, only the JDK (without documentation or demos) is available. New in this Release === * This is our first test release v3 of JDK 1.1.6 for i386 - Bad or Missing KeyPressed events are fixed (a Sun bug)

test jikes

1998-07-23 Thread Alexander Davydenko
code: { Object o=Finding.detect(this,new UnaryPredicate() { 23: public boolean execute(Object o) { return ((Field)o).GetTag().charAt(0)!='0'; } }); if(o==null) throw new NoSuchElementException("No primary field."); return (Field)o; } jikes output:

TYA pre 0.8 beta test

1998-07-15 Thread Albrecht Kleine
Hi, next time I'll release another version of my TYA JIT compiler add on for Linux x86. TYA 0.8 is _not_ faster TYA 0.7, but once again I've fixed some bugs. If you have running TYA 0.7 without any problems, don't expect too much. But if you are running java programs TYA 0.7 can't run (aborti

Re: v2-test KeyEvent bug, Other Bug fixes coming!

1998-06-26 Thread Kevin B. Hendricks
Sun in 1.1.6 introduced a new way of generating keyTyped events that interferes with the correct generation of KeyPressed events. I have fixed this problem (it appears in Solaris 1.1.6) and added the patch to the code base. The PowerPC JDK just released an updated jdk116_v2a that fixes this prob

glibc v2-test ready

1998-06-20 Thread Bernd Kreimeier
Christopher Seawood writes: > The jdk1.1.6 v2-test1 files are available at http://www.seawood.org/java/. Fails just as the SN glibc port. Segfault attributed to segfault dl-runtime.c::_dl_lookup_symbol on a call to open( char*, int), only change in the C application is adding "-ljava" to "-ldl"

glibc v2-test 1.1 ready

1998-06-19 Thread Christopher Seawood
No sooner than I sent out the first notice than I received a message from one of the libc maintainers. There was indeed a bug in the getlocalhost code wrt glibc. The fixed version is at http://www.seawood.org/java/getlocalhost2.c for the curious. The new tarballs are at http://www.seawood.or

glibc v2-test ready

1998-06-19 Thread Christopher Seawood
The jdk1.1.6 v2-test1 files are available at http://www.seawood.org/java/. It does not fix the InetAddr.getLocalHost() problem as that problem seems to be a general glibc problem. See http://www-gnats.gnu.org:8080/cgi-bin/wwwgnats.pl/full/667 for details. As a workaround for that problem, eit

v2-test KeyEvent bug?

1998-06-18 Thread Juergen Sonnauer
With jdk1.1.6 v2-test i have discovered a strange behavior in a keyPressed event handling routine. The getKeyChar() function should return a Unicode or CHAR_UNDEFINED value. This is what i get: java.awt.event.KeyEvent[KEY_PRESSED,keyCode=10,Enter] on frame0 KeyCode=10 Modifiers=0 KeyChar=65293

Re: v2-test ready

1998-06-18 Thread Bernd Kreimeier
Steve Byrne writes: > > Great, is this the version for glibc ? > Nope -- libc5 -- that's what I build with. If you've got a fast network > connection, it's still worth a download -- I think that if you've got a recent > enough version of glibc (and libdl 2.x) that you still may be able to us

Re: v2-test ready

1998-06-16 Thread Steve Byrne
ncountered, > > > menu not displaying properly and title bar displaying AWt... have already > > > been discussed on this list. (I checked the archive). > > > > Try looking in http://www.blackdown.org/~sbb/1.1.6/v2-test > > The files here are what is intended to

Re: v2-test ready

1998-06-15 Thread Herald van der Breggen
playing AWt... have already > > been discussed on this list. (I checked the archive). > > Try looking in http://www.blackdown.org/~sbb/1.1.6/v2-test > The files here are what is intended to be 1.1.6v2, unless we hear from people > there are serious problems with the release. Great, is this the version for glibc ? Herald

v2-test ready

1998-06-15 Thread Steve Byrne
n this list. (I checked the archive). Try looking in http://www.blackdown.org/~sbb/1.1.6/v2-test The files here are what is intended to be 1.1.6v2, unless we hear from people there are serious problems with the release. >From the README.linux, here's what's fixed in this release: * P

RE: [stevemw@northwest.com: Re: jdk1.1.6v1-test]

1998-05-30 Thread Steve Byrne
David B. Rees writes: > On 29-May-98 Steve Byrne wrote: > > > > > > I just (more or less) confirmed that there seems to be a conflict > > > problem between the stock jdk1.1.6v1-test and ld.so-1.9.9. > > I've also got this same pro

jdk1.1.6v1-test

1998-05-29 Thread Todd M. Roy
I just (more or less) confirmed that there seems to be a conflict > > problem between the stock jdk1.1.6v1-test and ld.so-1.9.9. > > > > I've had this problem on both Linux machines I can experiment on: > > > > > > 0. with

RE: [stevemw@northwest.com: Re: jdk1.1.6v1-test]

1998-05-29 Thread David B. Rees
On 29-May-98 Steve Byrne wrote: > > > > I just (more or less) confirmed that there seems to be a conflict > > problem between the stock jdk1.1.6v1-test and ld.so-1.9.9. I've also got this same problem with the stock jdk1.1.5-v7 and ld.so-1.9.9. This i

[stevemw@northwest.com: Re: jdk1.1.6v1-test]

1998-05-29 Thread Steve Byrne
[EMAIL PROTECTED] writes: > > I just (more or less) confirmed that there seems to be a conflict > problem between the stock jdk1.1.6v1-test and ld.so-1.9.9. > > I've had this problem on both Linux machines I can experiment on: > > &g

[stevemw@northwest.com: Re: jdk1.1.6v1-test]

1998-05-29 Thread toddroy
I just (more or less) confirmed that there seems to be a conflict problem between the stock jdk1.1.6v1-test and ld.so-1.9.9. I've had this problem on both Linux machines I can experiment on: 0. with ld.so-1.9.8 installed: 1. Installed jdk1.

KDE AWT title text bug in sbb 1.1.6 v1-test

1998-05-28 Thread clemens
Hi all, sbb jdk1.1.6v1 seems to have an awt bug when running KDE. Frames have always the title text "AWTapp" visible. Interestingly the same bug appeared in early 1.1.5 versions. My system: Suse 5.1 (libc5) KDE Beta 4 sbb JDK 1.1.6 v1-test source diffs + orig. Sun sources

test

1998-05-27 Thread gaolei
Just a test, please ignore. begin: vcard fn: Gao Lei n: Lei;Gao org:StarGlobe adr:International Business Park;;#09-02, The Synergy;Singapore;Singaproe;609917;Singapore email;internet: [EMAIL PROTECTED] title: Software Engineer

1.1.6 glibc v1-test now available

1998-05-26 Thread Christopher Seawood
I finally got a chance to build this. It's based upon Byrne's 1.1.6 diffs. It hasn't been tested much but it works for the java apps I use. You can grab it from: http://www.seawood.org/java/ - cls

Font problems in Jdk 1.1.6 v1-test

1998-05-22 Thread Marcus Isaksson
ion of jdk1.1.6. After a lot of trying, I've found that simply erasing every line in font.properties after the line: # exclusion info. makes the problem dissappear, but I don't know if this affects anything else. I've also made a simple test applet that demonstrates the problem, whic

1.1.6 v1-test now available

1998-05-22 Thread Steve Byrne
For the brave, foolhardy, etc. I've put a test version of JDK 1.1.6 v1 into http://www.blackdown.org/~sbb/1.1.6/v1-test This seems to work reasonably well, although it's reported that KDE and AfterStep are exhibiting problems with window positioning and possibly sizing. Many tha