Optimal Directory Structure?

1998-09-04 Thread Steve Cohen
I realize that there is not one answer to this question but I would like some of you veteran java/linux developers to suggest what the optimal directory structure and setup of the CLASSPATH variable is. I am, frankly, a C++ programmer trying to learn java and I am continually frustrated over the

Re: TYA 1.0 memory corruption

1998-09-04 Thread David Lucas
It was probably the use of egcs 1.03 compiler that help keep the bug down. ;-) Keep us posted. I would be glade to alpha test again if you need. Later, Dave Albrecht Kleine wrote: > May be you are right, but anyway: it is a bug in tya. > Tonight I've no solution for you, but as workaround > tr

Re: ORB uder linux?

1998-09-04 Thread Dan Kegel
Paul V. Drobnich wrote: > Anybody knows anything about free CORBA2 ORB uder linux, See http://www.gnome.org/links.shtml for links to a few. - Dan

Looking for Java Programmer

1998-09-04 Thread Steve Curry
Hello, There is a good chance that we may be needing to hire a Java programmer who loves Linux in the next few weeks. If you are interested in this job please let me know ASAP. Please include pay requirements and a 1-2 page resume. REQUIREMENTS: - Fun-

Re: Java Servlets -N- Linux?

1998-09-04 Thread Ed Huott
(Oops, sorry about the previous empty post...) Steve Curry wrote: > Hello, > > Can Java Servlets be developed on a Linux box? We are setting up a >Linux > web server and want to use Java Servlets if possible. Is there a Linux > version of the Java Servlet Development Kit or do I n

Re: TYA 1.0 memory corruption

1998-09-04 Thread Albrecht Kleine
You wrote: Sorry for late answer, but I've spent some nice holidays far away from home. > > I've tested this small application (jdk116-v2 with a RH 5.1) and > > I've discovered a memory corruption: > > when the focus is lost from the TextField I assign 0 to the local > > Might be related to j

Re: Java Servlets -N- Linux?

1998-09-04 Thread Ed Huott

Re: ORB uder linux?

1998-09-04 Thread Steffen Tacke
On Tue, 5 May 1998, Paul V. Drobnich wrote: > > Anybody knows anything about free CORBA2 ORB uder linux, > or some idl2java precompiler for linux? > There are several ORBs available for Linux, e.g. OmniBroker and JacORB. Look under http://www.cetus-links.org/ to get more information and links.

Re: ORB uder linux?

1998-09-04 Thread Robert Ritchy
Paul, I just downloaded OmniORB - http://www.orl.co.uk/software.html Robert Paul V. Drobnich wrote: Hi, Anybody knows anything about free CORBA2 ORB uder linux, or some idl2java precompiler for linux?   begin: vcard fn: Robert Ritchy n: Ritchy;Robert org:

sorry about the cc

1998-09-04 Thread Kenny Freeman
sorry everybody (unless you have anything to do with spam), I haven't even finished my first coffee yet (well, I mean I hadn't at that point)My apologies for my big clumsy fingers hitting ^XI've got a short fuse and a slow mind sometimes. __ Kenny Freeman <[EMAIL PROTECTED]> "a populatio

Re: Benchmark

1998-09-04 Thread Dan Kegel
Per Widerlund wrote: > Where can I find a widely used benchmark program? > > There are currently quite many JVM:s available for > Linux, and it would be nice to be able to compare > them. Search javaworld - they have some good stuff on the Volanomark: http://www.javaworld.com/javaworld/jw-00-199

javacomm ioctl help

1998-09-04 Thread david . atkinson
I am trying to add hardware handshaking to the RXTX package and am having lots of troubles with the java environment. I have a routine in C that handles hardware handshaking without any problems. However, incorporating this routine into java with JNI causes all sorts of strange problem. i.e a call

RE: Java 1.1.6 can't add!

1998-09-04 Thread Harold G. Andrews II
Steve, On a slight aside, this problem may not be so bad for you. Digital representation of any floating point number is really an approximation. But, our convention for writing floating point numbers (not on a computer) actually allows for two representations for any non-zero number that "termi

Re: The Can Even Steal Your Identity!

1998-09-04 Thread Eitzenberger Thomas
Kenny Freeman wrote: > FUCK OFF. > > Totally agreed but next time PLEASE do not attach the bullshit to your reply and send it to the whole list ! mfg ET PS Janet : Get Lost in Hyperspace !

Oro Inc

1998-09-04 Thread Joe Carter
Does anyone know what's happened to the Oro Inc web site? Or even Oro in general? http://www.oroinc.com (I'm sure at least one of their people used to read this list...) Joe -- Joe Carter Software Engineer Brite Voice Systems Ltd, Gatley, Cheshire. UK. mailto:[EMAIL PROTECTED]

More problems with Dialog boxes

1998-09-04 Thread Jeremy Audino
I also had a little problem with the implementation of the Dialog bog class when running on linux. The problem consisted of the box being displayed with it's bottom 1/2 inch not visible. Is this a known bug? I did find a workaround though, I was able to implement my own class using the JFrame cla

ORB uder linux?

1998-09-04 Thread Paul V. Drobnich
Hi, Anybody knows anything about free CORBA2 ORB uder linux, or some idl2java precompiler for linux?

Re: about exec

1998-09-04 Thread Joe Carter
Laura wrote: > > Massimo Conti wrote: > > (Runtime.getRuntime()).exec(path+programName); > It's not so easy.!! > For exemple, if you want to run "ls", you must handle the output with > stream and do a loop to show the result. > 8< > Is there anybody who knows more about it? C

Re: The Can Even Steal Your Identity!

1998-09-04 Thread Kenny Freeman
FUCK OFF. __ Kenny Freeman <[EMAIL PROTECTED]> "a population that gives up its freedoms in the name of order will ultimately end up losing both." -someones .sig on comp.hw.overclking On Fri, 4 Sep 1998 [EMAIL PROTECTED] wrote: > ARE YOU BEING INVESTIGATED? > > Has your personal and credit i

Re: re: packages

1998-09-04 Thread peter . pilgrim
> On Wed, 26 Aug 1998 11:33:42 -0300 (ADT), Kenny Freeman wrote: > > > > >> I personally am rather against most import statements as they can > >> only help to confuse the issue of what you are looking at. Even worse > >> is import of a whole package - since then you do not even see in the > >>

RE: Benchmark

1998-09-04 Thread A . KLOS
-- | From: qtxperw / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Benchmark | Date: Friday, September 04, 1998 11:19AM | | Hello all! | | Where can I find a widely used benchmark program? | | There are currently quite many JVM:s available for | L

Re: Java 1.1.6 can't add!

1998-09-04 Thread Ernst de Haan
Hi Steve, It's a problem inherent to floating point computations. U may use the double datatype to increase precision. If you need arbitrary precision computations, u should use the Java Ultimate Math Package, written by the Utrecht University, Netherlands. It is available @: http://member

Re: about exec

1998-09-04 Thread Laura
Massimo Conti wrote: > > Hi | > here is how I made this : > > import java.lang.Runtime; > > public void startService(String programName) { > > try { > path = "/your/path/"; > (Runtime.getRuntime()).exec(path+programName); > } > cat

Sorry about the title.

1998-09-04 Thread Maarten van Leunen
-- Maarten van Leunen Student - Fontys Institute of Technology Eindhoven e-mail: [EMAIL PROTECTED] http://www.il.fontys.nl/~maartenl http://lok.il.fontys.nl/

Re: Benchmark

1998-09-04 Thread Paul V. Drobnich
>Hello all! > >Where can I find a widely used benchmark program? > >There are currently quite many JVM:s available for >Linux, and it would be nice to be able to compare >them. More probably you have already knew about this VM_SPEC tool: http://java.sun.com/features/1998/08/spec.html I

Re: Java 1.1.6 can't add!

1998-09-04 Thread Maarten van Leunen
A small thing: Whenever I give my Java APplication a nice name in the Titlebar, it says in the titlebar "No Name". Whenever I try to give my little Java Frame/Java Window/Java Dialog a nice name in the Titlebar, it says "No Name" in the titlebar. Anybody any idea why that is? -- Maarten van L

RE: Java Servlets -N- Linux?

1998-09-04 Thread A . KLOS
-- | From: steve / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Java Servlets -N- Linux? | Date: Thursday, September 03, 1998 3:36PM | | Hello, | | Can Java Servlets be developed on a Linux box? We are setting up a |Linux | web ser

Benchmark

1998-09-04 Thread Per Widerlund
Hello all! Where can I find a widely used benchmark program? There are currently quite many JVM:s available for Linux, and it would be nice to be able to compare them. /Per Widerlund

Re: Java 1.1.6 can't add!

1998-09-04 Thread Toni Nikkanen
On Fri, 4 Sep 1998, Steve Curry wrote: > I have installed JDK 1.1.6 on my RedHat 5.0 Linux box and when performing > mathmatical calculations in java I get incorrect results. Take for example > (float)14.39 I can do a basic System.out.println and it will print out on > the command line: 14.3899

Re: RS232/Java

1998-09-04 Thread Pavel
If you are on Linux platform look also at http://www.mail-archive.com/java-linux@java.blackdown.org/msg01184.html Pavel. Jim Watson wrote: > > Dear All, > > I know that this question isn't really related to java/Linux but I could do > with a few pointers.. > > I'd like to write an application

Re: Java Servlets -N- Linux?

1998-09-04 Thread Gregory A. Kirkendall
Check out the Java-Apache Project at http://java.apache.org/. Greg Steve Curry wrote: Hello,     Can Java Servlets be developed on a Linux box? We are setting up a Linux web server and want to use Java Servlets if possible. Is there a Linux version of the Java Servlet Development Ki

The Can Even Steal Your Identity!

1998-09-04 Thread janet689
ARE YOU BEING INVESTIGATED? Has your personal and credit information been stolen? Has someone assumed your identity? Would you like to locate an old friend, relative, military buddy or sweetheart? Do you want to find a person's assets to collect a debt or judgement? Would you like to check a

Re: RS232/Java

1998-09-04 Thread Steve Waldman
Check out the Java Communications API at the JDC (free registration required). http://developer.javasoft.com/developer/earlyAccess/javacomm/index.html There's example code in this month's JavaWorld, http://www.javaworld.com/javaworld/jw-09-1998/jw-09-indepth.html, and a rich description in an ol

RS232/Java

1998-09-04 Thread Jim Watson
Dear All, I know that this question isn't really related to java/Linux but I could do with a few pointers.. I'd like to write an application that sends and receives short ASCII text strings using the com port on my PC, using RS232. Could anybody point me to any packages/existing source code tha

Java 1.1.6 can't add!

1998-09-04 Thread Steve Curry
I have installed JDK 1.1.6 on my RedHat 5.0 Linux box and when performing mathmatical calculations in java I get incorrect results. Take for example (float)14.39 I can do a basic System.out.println and it will print out on the command line: 14.38999. What is wrong with my JDK 1.1.6? I am n