JNI_CreateJavaVM() == -1

2000-07-05 Thread chris
Blackdown distribution? I don't see anything in the demo directory. thanks, chris -- Chris Cross IBM West Palm Beach [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Re: JNI_CreateJavaVM() == -1

2000-07-06 Thread chris
On Wed, 05 Jul 2000, Juergen Kreileder wrote: > >>>>> "chris" == chris <[EMAIL PROTECTED]> writes: > > chris> I'm getting started trying to use the JNI from a C++ > chris> program. JNI_CreateJavaVM() returns -1. Not much info >

CallStaticObjectMethod() never returns

2000-07-19 Thread chris
n the java space, just never returns. The app is multithreaded and itself has a non trivial jni component (I know, the picture is getting pretty ugly now ;-) I switched to the Sun jvm and am not experiencing this problem. Do you think this is a bug in the Blackdown jvm? -- Chris Cross IBM West Palm

Re: JDK on Redhat 5.1

1998-09-01 Thread Chris Kakris
ac, /usr/bin/javadoc, etc which came with the 5.1. RedHat 5.1 ships with kaffe (www.kaffe.org), that's where /usr/bin/javac and /usr/bin/javadoc come from. The blackdown jdk installs everything below a single directory where ever you want, eg /usr/local/jdk. I simply remove kaffe with a "

Re: JSDK

1998-09-01 Thread Chris Kakris
On Tue, 1 Sep 1998, Travis Thornhill wrote: > Is there a version of JSDK for linux? The jserv package comes with the jsdk classes, http://java.apache.org unzip -t jserv0.9.11/servclasses.zip shows that javax.servlet.* and sun.servlet.* packages are included. Chris Dynamic Solutions Pty

Re: Searching RPM for JDK 1.1.6 libc5

1998-09-02 Thread Chris Kakris
sy enough to just use the Blackdown tarballs, though. I often use http://ftpsearch.ntnu.no/ It bills itself as "The World's largest file search engine". I recommend using it when trying to track down the latest release of a software package. Chris Dynamic Solutions Pty Ltd

[ANN] JConfig 1.2: Linux, Unix, WinNT versions available

1998-09-15 Thread Chris Kelly
Samizdat Productions Releases JConfig 1.2 JConfig is a class library which supplements the core Java API. It lets you work with files, web browsers, processes, file types, and other system-level items in a much more advanced manner than that provided by the standard Java class libraries. A list o

Re: Linux/Alpha port of JDK

1998-05-12 Thread Chris Adams
Once upon a time, James Cribb wrote > Chris Adams wrote: > > The biggest problem is that I can't run anything that uses the > > InstallShield Java Edition. > > After I installed the Intel Linux JDK 1.1.5 (v7), the Install Shield stuff in > Together/J (http://www.oi.

Re: JL: Emacs and java...

1998-07-21 Thread Chris Dean
'my-c-mode-common-hook) I'm not sure if this would work, but you could try changing this to get your "tab is a tab" behaviour: (defun my-c-mode-common-hook () (c-set-style "GNU") (setq c-tab-always-indent nil) (setq c-basic-offset 8)) (add-hook 'c-mode-common-hook 'my-c-mode-common-hook) Good luck, Chris Dean

Re: JL: RE: Emacs and java...

1998-07-21 Thread Chris Dean
"Liam Magee" <[EMAIL PROTECTED]> writes: > Are these tools available for NT? Emacs is, but not (currently) XEmacs. http://www.cs.washington.edu/homes/voelker/ntemacs.html Chris Dean

Re: Printing of Graphics

1998-09-15 Thread Chris Sommers
t stable enough? - chris Maarten van Leunen wrote: > > Howdie > > Anybody know any good way of using Toolkit and Graphics in order to > print Spreadsheet-kinda output? In a slightly easier way then to draw > rectangles all over the paper and draw text inside them, I hope? > >

Re: Date, TimeZone, Calendar, GregorianCalendar, SimpleTimeZone

1998-09-17 Thread Chris Kakris
format(calendar.getTime()); System.out.println(systemDate); } } Chris Dynamic Solutions Pty Ltd http://www.dynamic.net.au 414 Gilbert Road [EMAIL PROTECTED] Preston, Victoria 3072 61 3 94718224 - voice Australia 61 3 94711622 - fax

[ANN] JConfig special offer

1998-09-30 Thread Chris Kelly
Recently, we announced our JConfig class library on this list. As a special, limited-time offer just for LInux developers, we're offering source code licenses to the Linux/Unix part of JConfig at a rather steep discount: just $1. For more information, visit

JTAPI on Linux

1998-10-06 Thread Chris Young
Anyone heard of somebody working on an implementation of JTAPI (Java Telephony API) for Linux?   /cky

Error

1998-05-13 Thread Chris Dailey
. I hope this is helpful. Regards, Chris Dailey

Re: Free Java @ JavaOne 1999

1998-10-22 Thread Chris Sommers
Kinf Folks, What does "BOF" stand for? - chris sommers Kenneth Zhang wrote: > > > Defnitely interested. I would like to help out if you guy need any volunteers. You >can contact me at [EMAIL PROTECTED] > > -Kenneth Zhang > > -- > > On Wed, 21

Java 2d

1998-10-23 Thread chris roffler
I am using JDK1.1.6 under linux Redhat 5.1. I need the capabilities of 2DAPI. Some months ago 2Dapi was available as separate package. Now it is part of JDK1.2. Linux does not have JDK1.2 yet. Does anybody out there have the 'old' java 2d stuff ? Chris Roffler

RE: Interprocess Communication with a Java Application

1998-10-23 Thread chris roffler
Why do you want to go through all this trouble ? Why don't you just use Voyager from ObjectSpace www.objectspace.com Chris -Original Message- From:Michael.Sinz [SMTP:[EMAIL PROTECTED]] Sent:Friday, October 23, 1998 2:04 PM To: java-linux;

Re: Any one working on Java/SNMP agent, MIB design for Network Management

1998-10-25 Thread Chris Sommers
>C.S., You might want to check out this web site: http://www.xtree.com/products/jsnmp/ It describes a commercial Java-based SNMP package. Good luck on your project. Does anybody know what ever hapened to Sun's JMAPI project? It seems to have dried up and disappeared. - chris C. S

Re: RMI anyone?!

1998-11-03 Thread Chris Sommers
Andrew, Another worthwhile book is "Java RMI" by Troy Downing, IDG Books. Good luck. - Chris Sommers dan wrote: > > I concur, in general, about the cryptic errors that occur with JNI coding. I tend >not to put > everything within a single function call, but I do fol

Re: JDK for 21064?

1998-11-05 Thread Chris Sommers
team - chris

Swing stuff

1998-11-05 Thread chris . roffler
somebody have an idea what's going on ? Thanks Chris

Re: Beans

1998-11-08 Thread Chris Sommers
George, A worthwhile book to consider is: "Developing Java Beans", Robert Englander, O'Reily It goes into much more depth than the rather superficial and pat "Teach Yourself Beans in 21 Days" book by Sams books. - chris George Karabotsos wrote: > >

remove from list

1998-11-13 Thread chris roffler

Re: Mouse Clicks

1998-11-14 Thread Chris Sommers
HIFT were pressed, also etc. - chris Karthik Vishwanath wrote: > > Hi all, > On receiving a mousePressed, how does one determine which mouse > button is the one clicked? > > ps: i am sorry if this is a purely java based question, but then i do not > know where else

Memory Allocation

1998-11-14 Thread Chris Sommers
be a way to estimate it. Is there documentation on this topic? It seems fundamental. -chris

Re: RMI binding bug

1998-11-19 Thread Chris Kakris
elloServer" does not work, nor does > "rmi//localhost/HelloServer". Are you sure? (note that you are missing the ":" character in the two preceeding lines). I have no problems using rmi://localhost/server. Chris Dynamic Solutions Pty Ltd http://www.dynamic.net.au

Re: Porters: Performance suggestion

1998-11-29 Thread Chris Sommers
Folks, I believe that using arraycopy as shown below is not guaranteed to work. One cannot assume that elements of a Vector are stored in sequential memory locations, especially as the Vector changes in size and memory is allocated in a (possibly) fragmented manner obver time. - chris Uncle

Re: Unix/Linux commands using Java

1998-12-02 Thread Chris Sommers
Check out O'Reilly books, they have a Perl toolkit set which includes some java-Perl classes on CD-ROM. I perused the set briefly at a bookstore. I'm pretty sure the SW was all public-domain. This was months ago, sorry I can't be more specific. Someone else must know the details...

Mailing List Maintenance (was Re: DONT SEND ME ANYMORE STUFF!!!!!!!!!!!!!!!!!!!!!!!!!!!)

1998-12-09 Thread Chris Adams
messages is 2415 bytes. The amount of space and time saved by including a footer like the one above would far offset the additional space. I do think that the list should require a confirmation for subscriptions also, though. -- Chris Adams - [EMAIL PROTECTED] System Administrator - Renaissanc

Re: Debugging on Linux (Help!)

1998-12-17 Thread Chris Abbey
de code and see what's being called while testing the client -=Chris <*> cabbey at rconnect dot com http://homepage.rconnect.com/cabbey/ <*> Get it up, keep it up... LINUX: Viagra for the PC. ;) PGP Info: pgp.html -BEGIN GEEK CODE BLOCK- Version: 3.12 http://www.geekcode

Re: *strange* rmi/jar related problem

1998-12-17 Thread Chris Abbey
r". It seemed to be related to what directory the jar cmd was exec'd from. If I issued it directly OK, but if it was called from a script things went haywire -=Chris >Hi, > >I have a strange problem using rmi that is somehow related >to .jar files. This is 1.1.7a

Re: Help!! No appropiate error message trying to bind remote object

1998-12-22 Thread Chris Abbey
When you started the RMIRegistry did it get the correct classpath to find your _stub and _skel files? This message says no... The message is probably very appropriate; it is saying that on the remote side of the RMI connection (which would be the RMIRegistry) there was an unmarshalling excpetion,

Re: Some initial impressions (was: emacs vs xemacs)

1999-01-01 Thread Chris Kakris
it to be used at every branch node in your source tree. Makefile.leaf - (rename this to Makefile) sits in a leaf node directory of your source tree and lists the source files. use to to build other stuff specific to the directory. Chris Dynamic Solutions Pty Ltd http://www.dynamic.net.a

Re: JDBC:RMI --> JDBC --> PostgreSQL

1999-01-06 Thread Chris Abbey
he culprit) If whoever parses the jdbc: url knows that the next part is rmi (i.e. doesn't need to be told so, can assume it and pass on the url blindly) then drop the "rmi:"; RMI doesn't need it. (I doubt this is an option.) Good luck, hope this can help. -=Chris <*&

(long) finalizer() - potential bug

1999-01-06 Thread Chris Abbey
n([Ljava/lang/String;)V returning # main [ 0] > java/io/FileInputStream.finalize()V (1) entered # main [ 0] < java/io/FileInputStream.finalize()V returning # main [ 0] > java/io/FileOutputStream.finalize()V (1) entered # main [ 1] | > java/io/OutputStream.flush()V (1) entered # main [ 1] | &l

finalizer() - BUG!

1999-01-07 Thread Chris Abbey
John, At this point I'd say they've got a bug in the version you have installed on possum, "Linux_JDK_1.1.7_v1a_green_threads", but not on the one on emu, "stevemw:08/29/98-05:16". I hate to add a variable at this point... but what about native threaded?? -=Chris

Re: (long) finalizer() - potential bug

1999-01-07 Thread Chris Abbey
a bug to Javasoft? -=Chris <*> cabbey at rconnect dot com http://homepage.rconnect.com/cabbey/ <*> Get it up, keep it up... LINUX: Viagra for the PC. ;) PGP Info: pgp.html -BEGIN GEEK CODE BLOCK- Version: 3.12 http://www.geekcode.com GCS$/IT/PA$ d(-) s++:+ a-- C+++$ UL+++

suggestion for list (was: Re: STOP asking about Java 1.2 / 2)

1999-01-09 Thread Chris Abbey
or maybe that first line should be: if (Subject == (Java && Linux)) { To = [EMAIL PROTECTED] }; Comments? Cheers all! -=Chris <*> cabbey at rconnect dot com http://homepage.rconnect.com/cabbey/ <*> Get it up, keep it up... LINUX: Viagra for the PC. ;) PGP Info: pgp.html

Re: class finalizer?

1999-01-13 Thread Chris Abbey
isn't a major undertaking in and of itself. But are any of you working on enhancements or bugfixes as well? -=Chris <*> cabbey at rconnect dot com http://homepage.rconnect.com/cabbey/ <*> Get it up, keep it up... LINUX: Viagra for the PC. ;) PGP Info: pgp.html -BEGIN GEEK CODE BLOC

Re: class finalizer?

1999-01-14 Thread Chris Abbey
l for details. -=Chris At 11:56 PM 1/13/99 -0800, Jason Dillon wrote: >a static finalize method causes the compiler (jikes in this case) to return: > >93. public static void finalize () > <-> >*** Error: The static method "vo

Re: Is the object code replicated?

1999-01-16 Thread Chris Abbey
The JVM spec is quite specific about this. There will only ever be one copy of any code block. The compiler has no say in this regard as it's required to produce files compliant with the .class format, wherein the object data and the code are distinctly seperated. The JVM Spec is available online

Re: Is there a good java Linux debugger?

1999-01-21 Thread Chris Kakris
ikesDebugger Chris Dynamic Solutions Pty Ltd http://www.dynamic.net.au/christos 414 Gilbert Road [EMAIL PROTECTED] Preston, Victoria 3072 61 3 94718224 - voice Australia 61 3 94711622 - fax

Re: Is there a good java Linux debugger?

1999-01-23 Thread Chris Kakris
> Is a java debugger the same thing as a java editor. I'm looking for a > Java Editor (preferable with Colours) to use in Linux. Currently I use > Kawa in Win 32, and I am looking for something similar to this for > Linux. I use vim with colour syntax highlighting. Chris

Re: How can I do it?

1999-02-02 Thread Chris Abbey
reated a requirement that your linux users have the /proc filesystem installed and configured, and have read authority. -=Chris At 05:06 PM 2/2/99 -0800, Juan Carlos wrote: >Hi, > >How can I read the files of /proc directory with JDK? The information >of these files is generated

Re: benchmarks

1999-02-03 Thread Chris Huebsch
ith jdk 116v5 on a libc- and a glibc-system. I used Linpack, the Sieve of Erastosthenes and EmbeddesCaffeinmark. The results can be found here http://www.tu-chemnitz.de/urz/java/news/00021.html (sorry - this page is in German - babelfish may help!) cu Chris PS: Does anyonke know a JIT

will there be a jdk 2.x??

1999-02-12 Thread Chris Tomlinson
There used to be a note that jdk1.2/2.0 was 'in progress' now that is no longer there. What is the status for jdk 2.0 for linux?? Thanks and ciao, Christine Tomlinson

Re: createImage() always returns null

1999-02-14 Thread Chris Huebsch
Hello, is the Panel already visible? If not, then show() it before getting a Image! greetings Chris Manfred Bartz wrote: > > I want to create an off-screen image in a Swing application. > The program compiles without errors, but createImage() always > returns null. > >

Re: Problem : can't find class

1999-02-14 Thread Chris Huebsch
Hello, try adding a "." to the classpath. CLASSPATH=.:/usr/local/java/lib/classes.zip:/usr/local/java/jsdk/lib/jsdk.jar Chris Vinay Pai wrote: > > Hello, > > I am having the following problem when I try to execute a java program , > says : > can't fin

Re: java programming

1999-02-15 Thread Chris Huebsch
r a " = ;" But there must be one and only one initialization! regards Chris -- public class chu extends ChrisHübsch implements TUChemnitz { String email= "mailto:[EMAIL PROTECTED]"; String SMSMail = "mailto:[EMAIL PROTECTED]?Subject=SMS: info"; URL

Re: About Communication Ports API...

1999-02-15 Thread Chris Huebsch
Hello, there are Linux-Ports but unfortunately they only support Serial Ports. (Please correct me if I am wrong.) Have a look at: http://www.blackdown.org/java-linux/otherproducts.html and look for: Java Comm for Linux or RXTX greetings Chris Julian Bolivar wrote: > > Dear Srs. >

Re: Device communication.

1999-02-15 Thread Chris Abbey
into deeper water than I care to swim this week... any kernel hackers care to step in and tell me I'm being a wishfull fool? :) -=Chris At 04:25 AM 2/15/99 PST, Ejaz Mohd wrote: >Hello, >I've small problem. >I've a device connected on a serial port. To communciate with that

Re: JavaLinux for servlets [off-topic]

1999-02-17 Thread Chris Huebsch
was designed with JITs in mind. Why would the bytecode assume a stack-architecture (which is simmilar to intermediate-code of "normal" compilers) if not to compile the last stage? regards Chris -- public class chu extends ChrisHübsch implements TUChemnitz { String email= &

dialogs

1999-02-22 Thread Chris Hawks
r the parent object.(even if I use 'setPositionRelativeTo(dad);'. Is it Linux, Java, or Me? Chris Christopher R. Hawks Software Engineer Syscon International [EMAIL PROTECTED] Linux

RE: System.runFinalizersOnExit

1999-02-23 Thread Chris Abbey
w what needs to be done better than the JVM as mere code can determine... do it yourself, you'll get better code that's easier to debug and better design next time. Trust me.) -=Chris <*> cabbey at rconnect dot com http://homepage.rconnect.com/cabbey/ <*> "What can Mic

Multi-Threading: Preemptive?

1999-02-24 Thread Chris Raser
l three of the platforms that it will be running on.) Any help or insights you guys can offer would be appreciated. Thanks! -chris *** The most important thing in the programming language is the name.

Re: Multi-Threading: Preemptive?

1999-02-24 Thread Chris Raser
ce to do their thing. (and I write a minimum of extra code to keep everything moving) Maybe "honorable hack" is a better term than "elegant". Thanks for the info- my java-idealism was getting ju

Re: Multi-Threading: Preemptive?

1999-02-24 Thread Chris Raser
possible. The idea is that we plunk the object into the array at a likely spot, and let the array maintain the sort from there. Creating a thread to sort the array as resources permit seemed a good way to go. Any sugestions are welcome, and are greatly appre

Java2

1999-03-08 Thread Chris Kakris
I'd like to say thanks and well done to the porting team. Keep up the great work guys. Chris Dynamic Solutions Pty Ltd http://www.dynamic.net.au/christos 414 Gilbert Road [EMAIL PROTECTED] Preston, Victoria 3072 61 3 94718224 - voice Australia

Re: unpacking JDK1.2

1999-03-09 Thread Chris Kakris
mp all I get is > However, I can't find any help files listed for bunzip2 > Can someone help me out? bunzip2. it comes with RedHat 5.2. Chris Dynamic Solutions Pty Ltd http://www.dynamic.net.au/christos 414 Gilbert Road [EMAIL PROTECTED] Preston, Victoria 3072

Re: Unidentified subject!

1999-03-10 Thread Chris Kakris
lar: http://www.mail-archive.com/[email protected]/msg05631.html Chris Dynamic Solutions Pty Ltd http://www.dynamic.net.au/christos 414 Gilbert Road [EMAIL PROTECTED] Preston, Victoria 3072 61 3 94718224 - voice Australia 61 3 94

Linux/Alpha port of JDK

1998-05-11 Thread Chris Adams
Is anyone working on the Linux/Alpha port of the JDK? I have problems with the version downloaded from http://www.voicenet.com/~gatgul/JDK/. The biggest problem is that I can't run anything that uses the InstallShield Java Edition. -- Chris Adams - [EMAIL PROTECTED] System Administ

jdk-1.1.5-v7-glibc (sbb-port) not working properly

1998-05-18 Thread Chris Picton
Hi I have a new install of Redhat 5.0 off the CD I installed jdk1.1.5 (the latest glibc version) When I run "java" by itself, it prints the options etc on the screen When I run "java classfile", I get a core dump every time Is this a known problem, and are there any solu

Re: install JDK without AWT ? [ no x11 ]

1998-08-13 Thread Chris Kakris
h smaller nonstatically linked Java interpreter. You will not be able to run any AWT based applications with the nonstatically linked java interpreter, so only set NS_JAVA for non-GUI based applications." Hope this helps. Chris Dynamic Solutions Pty Ltd ht

RE: apache + mod_jserv for Linux 2.0.27 ?!

1998-08-17 Thread Chris Kakris
x \ --enable-suexec \ --suexec-caller=www \ --suexec-userdir=.www \ --suexec-uidmin=1000 \ --suexec-gidmin=1000 \ --suexec-safepath="/bin:/usr/bin" Hope this helps. Chris Dynamic Solutions Pty Ltd

Re: Efficiency/GC problem with Runtime.exec()?

1999-03-19 Thread Chris Abbey
At 03:58 PM 3/19/99 +0100, Robb Shecter wrote: >I've noticed weird behavior with JDK1.1.7a (Suse 6.0) that I didn't see >with JDK 1.1.6: When doing the most basic system exec, and then reading >in the stdin, Java frequently hiccups, for a good second or two, usually >when garbage is collected. 1

Re: Efficiency/GC problem with Runtime.exec()?

1999-03-24 Thread Chris Abbey
>Thanks - I really hadn't considered the fact that the call to readLine() may be >creating a lot of throw-away objects, too. I just saw that my loop was creating >one String object per iteration, so I thought, "That's not too bad." :) :) been there... thought that too... then found out The Hard

Re: grrrrrr.....

1999-03-29 Thread Chris Hawks
e/java/classes and turned off javascript so the document can't check for the plug-in. This lets us run swing1.1 applets in netscape4.x. Chris Christopher R. Hawks Software Engineer Syscon Plantstar a Division of Syscon Internationa

Re: java performance under linux

1999-03-30 Thread Chris Abbey
> I am developing a network performance benchmarking program with java. I >have resently intalled jdk1.1.7 in my redhat5.1but i am getting very slow >prefrormance. i.e. a for loop from 0 to 3x10^7 takes about 10 secs while >when using vcafe in windows95 itneeds about 1 sec on the same machine. I

Re: Using Syslog from Java

1999-04-05 Thread Chris Kakris
know if it is possible to communicate to syslogd through UDP > and, if so, where might I find the protocol documented. I've got a bookmark to this site, but have never actually downloaded the software but it may help: http://www.ice.com/java/syslog/index.shtml Chris Dy

Re: Why rmiregistry fail

1999-04-06 Thread Chris Abbey
f host on node B. In your case the "nodes" are both your machine, one before the network change, one after. The solution is to take the rmiregistry down and restart it... with all the consequences that come with doing that. -=Chris !NEW!-=> <*> cabbey at home dot net http://member

x509 certificates and mod_jserv anyone?

1998-08-25 Thread Chris Kakris
Is there a way I can get access to the client's x509 certificate from a servlet? I'm using the latest mod_jserv and apache. Any pointers appreciated. Chris Dynamic Solutions Pty Ltd http://www.dynamic.net.au 414 Gilbert Road [EMAIL PROTECTED] Preston, Vic

Re: JDBC-ODBC Bridge

1998-08-28 Thread Chris Kakris
stgresql-jdbc.html I previously used mysql, try http://www.tcx.se/Contrib/ And there's one for msql http://www.imaginary.com/~borg/Java/ Good luck. Chris Dynamic Solutions Pty Ltd http://www.dynamic.net.au 414 Gilbert Road [EMAIL PROTECT

Re: Intuit-webturbotax

1999-04-15 Thread Chris Abbey
now of a way to get linux-java to return win95 or similiar >as an OS? you mean the property os.name? try adding -Dos.name="Windows NT" to the invocation. Works for me to fool NT into thinking it's Linux... never thought to try degrading Linux into thinking it's NT. ;) -=C

Re: java.util.Calendar timezone problem

1999-04-15 Thread Chris Abbey
it'll report CST. There is probably an option somewhere in Calendar to not adjust to daylight savings time... but it might confuse a few people if the clock on the wall and the program don't agree eight months out of the year. -=Chris !NEW!-=> <*> cabbey at home dot net http://m

Re: Running Processes

1999-04-19 Thread Chris Abbey
was "/bin/sh -c \"grep -in main *.java > list\" &" or some such wasn't it... :) either way, the command executed fine on RH5.2, 117_v1a. -=Chris At 07:11 AM 4/19/99 -0400, Bill Paladino wrote: > >The RunTime class seems to be VERY cranky about the String command i

Re: RMI troubles

1999-04-19 Thread Chris Abbey
ts. As with anything, that's just a shot in the dark without seeing the stacktraces -=Chris At 04:20 PM 4/19/99 -0600, Wendell Porter wrote: >Hi everyone, > >I have been trying to get RMI to work for some time now. I am just >using the simple example from Sun, HelloImpl, but

Re: IBM JVM Port

1999-04-20 Thread Chris Abbey
Look back about a week in this list for the answer At 12:32 PM 4/21/99 +1000, Shafiek Savahl wrote: >Hello All > >IBM have just released their version of a JVM for Win32 which they claim >is 30% faster than Hotspot from Sun and also Micrsoft's VM. They also >plan to be giving it away. From

Re: ...

1999-04-20 Thread Chris Abbey
7;d have the right to be "a bit disappointed and/or concerned about Blackdown's progress with JDK1.2?". No one is. Sun is - if my memory serves - making two engineers available to work on the port (I doubt that's two _dedicated_ people) but I believe that's the end of the list

Re: IBM JVM Port

1999-04-21 Thread Chris Abbey
et the problem would be getting management to let them and getting the developer resource; but, as David was quoted, the right people are aware of the interest. -=Chris !NEW!-=> <*> cabbey at home dot net http://members.home.net/cabbey/ <*> "What can Microsoft do? They ce

Re: Big-Endians

1999-04-21 Thread Chris Hawks
orical reasons the data as a big stream of ints, floats, strings, etc all little-endian (except the strings, of course). So, I created an class to deal with the data input (snippet follows). Does this mean my app is not '100% java' ?? --re: Re: Big-Endians

Re: jre

1999-04-22 Thread Chris Abbey
our arch. (i.e. i386) then your libc version (i.e. glibc), then v1a, you'll see four pieces to choose from: i18n, jdk, jre, and rt. Oh, and you'll also find a README file, start there. rt + i18n = jre. jre + devel_tools = jdk. -=Chris !NEW!-=> <*> cabbey at home dot net h

Re: Demo's

1999-04-22 Thread Chris Abbey
loper.javasoft.com/ -=Chris !NEW!-=> <*> cabbey at home dot net http://members.home.net/cabbey/ <*> "What can Microsoft do? They certainly can't program around us." - Linus -BEGIN GEEK CODE BLOCK- Version:3.12 http://www.geekcode.com GCS$/IT/PA$ d(-)

Re: Sun/bashing

1999-04-22 Thread Chris Abbey
know.* But they're the ones expensing lunches with the Sun Microsystems consultant that sold them that 1. And they're the ones meeting the executive board on the back nine. And they're the ones at the share- holders meetings with so many proxies they have a reserved seat up front.

Re: BufferedInputStream gives more byte than the original file has

1999-04-23 Thread Chris Hawks
't show you stripping them off. You need to do a binary transfer. See RFC0959 for details. --re: BufferedInputStream gives more byte than the original file has Chris #include Christopher R. Hawks Software Engineer Syscon Plantstar a Division of Syscon Int

Re: Problems with numeric keys on swingall.jar for jdk 1.1.7 for Linux

1999-04-23 Thread Chris Abbey
I had that mysteriously broke in wfw311. -=Chris At 07:10 PM 4/23/99 +0300, Constantin Teodorescu wrote: >Riyad Kalla wrote: >> >> java.sun.com and then go to (on the left panel) Java Foundation >> Classes, all of them should be in there. Get 1.1 final or 1.1.1beta, I >> don'

tya 1.3 compile problem

1999-04-26 Thread Chris Abbey
think of it I'm not sure I've built anything since installing this box... can someone who has built tya on rh5.2 please let me know which package owns that file. Thanks -=Chris !NEW!-=> <*> cabbey at home dot net http://members.home.net/cabbey/ <*> "What can Mi

solved Re: tya 1.3 compile problem

1999-04-28 Thread Chris Abbey
to real work at a much better pace. -=Chris !NEW!-=> <*> cabbey at home dot net http://members.home.net/cabbey/ <*> "What can Microsoft do? They certainly can't program around us." - Linus -BEGIN GEEK CODE BLOCK- Version:3.12 http://www.geekcode.com GC

Re: Possible Java Bug ?

1999-05-01 Thread Chris Abbey
ur _immediate_superclass_. -=Chris At 10:43 AM 5/1/99 -0400, Michael Emmel wrote: > >To extend my own question I think this is a bug since thre is no way >for a programmer to intialize the enclsing instance variable. >I think that Object should have a methos added. [snip] !NEW

Re: Java/C benchmark

1999-05-01 Thread Chris Abbey
and try to adjust -ms and -mx (both the same) to a value so that you minimize GC, without paging... you can use fewer loops at that point... from the times you posted for splinefill, I'd use about 10,000 loops; and for random about 400. -=Chris p.s. (_way_ off-topic) /pix/sunset640sig.jpg

RE: Access Violation

1999-05-02 Thread Chris Abbey
>Hi, >Sorry to ask again. Sorry to harp, but this relates to JAVA ON *LINUX* how? Cafe doesn't run on Linux, we don't use paths like "c:\", and I don't think you'll see "Fatal Error: (Access Violation at 015F:02F8D844)" in any kernel sources Linus approved. ---

Re: ...

1999-05-02 Thread Chris Abbey
that picks up your class path and offers interactive menus _as_you_type_ to pick classes, methods and fields from. -=Chris !NEW!-=> <*> cabbey at home dot net http://members.home.net/cabbey/ <*> "What can Microsoft do? They certainly can't program around u

Re: Installing TYA, been there? done that?

1999-05-03 Thread Chris Abbey
ipt fixed that up real quick. -=Chris !NEW!-=> <*> cabbey at home dot net http://members.home.net/cabbey/ <*> "What can Microsoft do? They certainly can't program around us." - Linus -BEGIN GEEK CODE BLOCK- Version:3.12 http://www.geekcode.com GCS$/IT/PA

Re: Java/C benchmark

1999-05-03 Thread Chris Abbey
that the >jit supplied by sun for Windows is much faster than the >jit supplied by sun for Linux, and to ask what this meant. There's the reference vs production issue Scott pointed out; which I can whole-heartedly agree with. Plus the issue I just can't accept as logical of com

Re: SIGBUS in AllocSetAlloc & jdbc (fwd)

1999-05-03 Thread Chris Abbey
This isn't a fix, but it'll get you around the problem for now... I kid you not, it works with some of the code I run here where people did the same switch logic around rmi. -=Chris java -Djava.version=1.1.7 your.class.here o o \___/ At 12:05 PM 5/3/99 +0100, Peter T Mount wrote

Re: Looking for compiler

1999-05-04 Thread Chris Abbey
x... there are many to choose from and everyone likes their own... so in an effort to not start a religious war I won't even state my preference. -=Chris *note: when I said serious I meant "ready for prime time" there are others in development, but I don't think any of them have

(Slightly) off topic: Piping output from std err to file

1999-05-06 Thread Chris Moolenschot
jit/nojit options. (I would also like to be able to catch the reams of exceptions my own programs sometimes produce ;). TIA, Chris Moolenschot -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

Re: (Slightly) off topic: Piping output from std err to file

1999-05-06 Thread Chris Moolenschot
You mean you want to do this from a script/shell (something like java 2>error.log) or from a java application ? In a shell: java MyClass > error.log The only problem is that this pipes std out into err.log not std err ... -

Re: why do we need X11 to run purely command line java stuff?

1999-05-07 Thread Chris Abbey
ght: in the $java_home/bin/.java_wrapper script just add a few lines like: if [ -z "$DISPLAY" ] ; then NS_JAVA=TRUE fi I've had that in mine for a very long time :) -=Chris !NEW!-=> <*> cabbey at home dot net http://members.home.net/cabbey/ <*> "Wh

Re: Number Pad problem still exists in jdk117_v2

1999-05-10 Thread Chris Hawks
rformed: '(numbers)'" appeared on my Xterm screen. According to the source, this is what I expected. I'm using a stock release of v1.1.7_v1a and Slackware 3.4 Chris #include Christopher R. Hawks Software Engineer Syscon Plantstar a Divi

  1   2   3   >