Re: permissions

2001-03-14 Thread Peter Pilgrim
-- Peter Pilgrim G.O.A.T "the Greatest Of All Time" -- Forwarded by Peter Pilgrim on 14/03/2001 10:35 --- From: Peter Pilgrim on 14/03/2001 10:35 To: Joel Dudley <[EMAIL PROTECTED]> cc: Subject: Re: permis

Re: Regarding JMF and capturing

2001-03-20 Thread Peter Schuller
> Peter> According to the JMF-linux notes, sound capturing is > Peter> "broken". But it doesn't say how. > > Actually this is somewhat incorrect. Sound capturing works but you > can't record and play at the same time, this is a restriction of the

Re: Regarding JMF and capturing

2001-03-21 Thread Peter Schuller
ar.bz2 (or choose an appropriate mirror site on blackdown.org) -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send an E-Mail to [EMAIL PROTECTED] E-Mail: [EMAIL PROTECTED] Web: htt

Re: Regarding JMF and capturing

2001-03-21 Thread Peter Schuller
s an "Writing Captured Audio Data to a > File" example: > http://java.sun.com/products/java-media/jmf/2.1.1/guide/JMFCapturing.html#93821 Yeah, that's the one I'm going by. I'll figure it out eventually though. Thanks! -- / Peter Schuller, InfiDyne Technologies

Re: Java & Multithread

2001-03-21 Thread Peter Schuller
g conflict? I don't know about pthreads specifically, but I do know there's at least one threading lib out there that uses SIGUSR1/SIGUSR2 (that's the name of them, right?) internally. Take the above with a grain of salt though. I wouldn't be surprised if there's some c

Re: How could one use Swing in linux 7.0

2001-03-29 Thread Peter Schuller
is only up to 2.4 in versioning :)). -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send an E-Mail to [EMAIL PROTECTED] E-Mail: [EMAIL PROTECTED] Web

JSDK 1.4 / Merlin for i386 ?

2001-04-12 Thread Peter Pilgrim
release I guess ;-) -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and dest

Window manager compatibility

2001-04-13 Thread Peter Schuller
sizing/placing/etc windows *should* be easy enough, but given all the compatibility problems I assume it's being complicated by something?) Thanks :) -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send

JavaSound in general

2001-04-25 Thread Peter Schüller
with JMStudio yields sub-standard quality, while on Windows it's perfect. I realize sound's probably not a big focus, but since no one seems to be mentioning having these problems, I have to ask - is it just me? - -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0x55

Re: JavaSound in general

2001-04-25 Thread Peter Schüller
full, gives u about 1/3 second of sound, before it needs to > be feed, or go into underflow ( silence ). > > Not going at full CD speed might help with the underruns. True, but again this isn't a performance issue. Even if the Java process takes 2% of the CPU, I still have the pro

Re: JavaSound in general

2001-04-27 Thread Peter Schüller
the problem. I *am* using Alsa's OSS emulation rather than the native OSS drivers; but I've had no emulation problems before. - -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send an E-Mail to

Re: Why so many java instances when a Java app starts?

2001-05-02 Thread Peter Schüller
The amount of RAM top says each process uses is actually the amount of RAM used by the JVM as a whole. - -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send an E-Mail to [EMAIL PROTECTED] E-Mail: [EMAIL

Re: Off-screen Graphics

2001-05-05 Thread Peter Schüller
ing the answer to this is now "no"... You can always run something like VNC (google("vnc")); i.e. an X server that doesn't require an actual display. - -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>

Re: Blackdown J2SDK 1.4 port?

2001-05-23 Thread Peter Schüller
k to the Sun download page? Just in case it works better :) - -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send an E-Mail to [EMAIL PROTECTED] E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org

Re: Blackdown J2SDK 1.4 port?

2001-05-23 Thread Peter Schüller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Disregard my last message. Temporary problem :) - -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send an E-Mail to [EMAIL PROTECTED] E-Mail: [EMAIL PROT

Re: Blackdown J2SDK 1.4 port?

2001-05-24 Thread Peter Parnes
Excuse and a "blind" person but where is it? I cannot find it anywhere on javasoft.com :-( /P -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Signals, JNI and sigtimedwait()...

2001-05-30 Thread Peter Pilgrim
add EventObject to the collection. You can do this through JNI and therefore thru sigtimedwait(). When you add the new event call proceed(). The dispatch thread T wakes up remove the next event from the queue() and calls the Java listener. Hope this makes sense. -- Peter Pilgrim "Putting P

Re: zip utility

2001-06-13 Thread Peter Eddy
Jar files are in the Zip file format, so you can use the JDK jar tool to extract the documentation .zip files. peter "Jesus M. Salvo Jr." wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > E... unzip: > > [john@localhost john]$ unzip --help &

Re: Choosing open source app server for linux

2001-06-14 Thread Peter Schuller
e thing that's noteworthy about Enhydra in your situation is that it supports load balancing out-of-the-box through the use of Enhydra Director (an apache module). -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>' Key

Re: 2.4 kernels and Java

2001-06-14 Thread Peter Schuller
> What issues have been seen using the 2.4 kernels and java 1.3 ? > Do the threading issues lessen or go away? > Do I need to change my code? I went from 2.2.15 to 2.4.3 a while back and haven't had any problems yet... -- / Peter Schuller, InfiDyne Technologies HB PGP userID:

Re: UNIX/Linux commands w/i Java

2001-06-14 Thread Peter Schuller
lf that perform the desired tasks. -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0xE9758B7D or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send an E-Mail to [EMAIL PROTECTED] E-Mail: [EMAIL PROTECTED] Web: http://www.scode.org PGP signature

AW: Linux Java IDEs

2001-07-02 Thread Kutschera Peter
different Versions of IDEs. Just read the source from the backup and type make! You will always be able to find a text editor, make and (I hope) javac. Peter -- Dipl.-Ing. Peter Kutschera ARCS/ITT tel: +43 (0) 50550 -Ursprungliche Nachricht- Von: Glenn Holmer [mailto:[EMAIL

Re: System.getProperty("file.encoding") = 646

2001-09-05 Thread Peter Eddy
As of Solaris 2.7 (I think) the value, "646" represents the C/POSIX locale. If this is causing a problem, you might try setting the locale explicitly via the LANG and/or LC_ALL environment variables. Peter Dick Repasky wrote: > > I have some code that I compiled wit

Re: who calls a method

2001-10-12 Thread Peter Graves
> Hello, > > is there a possibility to find out where a method has been called? > Something like the information given by an exception. > > Thanks, > Rapha Thread.dumpStack() -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Re: Sun bug 4498974

2002-01-09 Thread Peter Pilgrim
Isn't time that Sun opened up the license now like Netscape have with MOZILLA . I think it [Sun] is going to start demoralising developers. Just was reading the Lutris Enhydra issue, trying to get certification for open source J2EE applicationserver, on onjava.com Mike Loukides. --

Java plugin for AMD64 (j2sdk 1.4.2-03) crashes on many applets

2006-03-05 Thread Peter Wainwright
ke me, who would work - for nothing - to make sure Java runs on these platforms. "Given enough eyeballs, all bugs are shallow". I don't really think Sun gets open source at all. OK, rant over. In the meantime, how can I deb

RE: [QUESTION] Howto access parallel port

2007-03-16 Thread Kutschera Peter
Page - Rxtx http://wass.homelinux.net/howtos/Comm_How-To.shtml Java Comm Serial API How-To for Linux Hjave a nice Weekend Peter -- Dipl.-Ing. Peter Kutschera http://Peter.Kutschera.at/ -Original Message- From: Robert Meier [mailto:[EMAIL PROTECTED] Sent: Friday, March 16, 2007 12:

RE: [QUESTION] Howto access parallel port

2007-03-16 Thread Kutschera Peter
: serial and parallel I/O libraries supporting Sun's CommAPI http://rxtx.qbang.org/wiki/index.php/Main_Page Main Page - Rxtx http://wass.homelinux.net/howtos/Comm_How-To.shtml Java Comm Serial API How-To for Linux Hjave a nice Weekend Peter -- Dipl.-Ing. Peter Kutschera http://Peter.Kutsche

RE: [QUESTION] Howto access parallel port

2007-03-22 Thread Kutschera Peter
/usr/local/java_sw/sun/jdk1.6.0 With /usr/local/java/bin in $PATH But $JAVA_HOME should point directly to the preferred version. Good Luck and greetings from Austria Peter -Original Message- From: Robert Meier [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 21, 2007 6:06 AM To: [EMAIL

[ANNOUNCE] Xsql-2.1.7 including *bummer*

1998-09-10 Thread Peter A. Pilgrim
Swing also known as the Java Foundation Classes miminum version 1.0.1. These are available from SunSoft web site: `http://java.sun.com/products/' The software was developed on Linux with Blackdown's 1.1.6v3 port of the JDK `http://www.blackdown.org/java-linux.html' Yours Peter Pilgri

Re: [INTERFACES] No DB connection in Netscape ? Please help.

1998-08-15 Thread Peter T Mount
#x27;ve posted this problem to the wrong group. I'm just > desperate for help !!! It looks like postgres is not allowing the connection, so the first place to check is pg_hba.conf -- Peter T Mount [EMAIL PROTECTED] or [EMAIL PROTECTED] Main Homepage: http://www.retep.org.uk PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres

Re: Which database support UNICODE?

1998-09-14 Thread Peter T Mount
On Mon, 14 Sep 1998, Gao Lei wrote: > Dear friends, > > Which data support unicode on the Linux platform? JDBC with PostgreSQL doesn't yet support unicode in standard fields. That may change after we get the next version released on Oct 1st. Peter -- Peter T Mount [E

Re: Xsql 2.1.7

1998-09-14 Thread Peter A. Pilgrim
e > what the problem is: > > Xsql : Xenonsoft's interactive java based SQL Editor using Swing/JFC ( >V2.1.7 ) > Written by Peter A. Pilgrim, XeNoNSoFT, South London, England [c] 1998 > > =

Re: Xsql 2.1.7

1998-09-14 Thread Peter A. Pilgrim
e > what the problem is: > > Xsql : Xenonsoft's interactive java based SQL Editor using Swing/JFC ( >V2.1.7 ) > Written by Peter A. Pilgrim, XeNoNSoFT, South London, England [c] 1998 > > =

Re: Printing PostScript output, was: Re: Printing of Graphics

1998-09-18 Thread Peter T Mount
lpha, but a partially working copy is available at http://www.retep.org.uk/pdf/ I'm working on it this weekend, so a new release will be on the site Monday. Peter -- Peter T Mount [EMAIL PROTECTED] Main Homepage: http://www.retep.org.uk PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres Java PDF Generator: http://www.retep.org.uk/pdf

Where can I get JDK-1.1.6v4 ?

1998-09-19 Thread Peter-Frank Spierenburg
Hi, According to your site, JDK 1.1.6v4 is available, but I can't find it on any of the mirrors. Has it been released, or is it an alpha version? Peter -- As long as our expression of gratitude is genuine, other people love it and remember it. This not only makes them feel good, but it

Re: Object Mapping into sql dbms?

1998-09-20 Thread Peter T Mount
because I kept seeing questions on how to perform queries on large objects within the database. I hope that helps. Peter PostgreSQL: http://www.postgresql.org JDBC FAQ: http://www.retep.org.uk/postgres/ -- Peter T Mount [EMAIL PROTECTED] Main Homepage: http://www.retep.o

Re: Object Mapping into sql dbms?

1998-09-21 Thread Peter T Mount
On Sat, 19 Sep 1998, David Warnock wrote: > Peter T Mount wrote: > > > > But are there any Open Source tools to do this? I am interested in > > > contributing to such a project as I need it for several open source > > > projects I have planned. > >

Re: Kaffe and HJBrowser

1998-09-21 Thread Peter C. Mehlitz
ation / inheritance, deprecated implementation methods etc.) which we don't want in our standard classes, but we are working on a compatibility layer that can be run on top of Klasses.jar (even though it hasn't topmost priority at the moment). -- Peter

Re: JDK & native threads

1998-09-23 Thread Peter C. Mehlitz
suspend/resumes), and "unix-jthreads" (which is a SIGIO based user thread system that doesn't do any polling). This became possible because the thread system is accessed (from the rest of the VM) via a separate ThreadInterface. And yes, there are custom ports which use kernel threads (via this interface). -- Peter

Re: JDBC 2.0

1998-11-11 Thread Peter T Mount
> Is there any hope for me with JDBC 2.0, or will I have to wait for the JDK > 1.2 to port to linux? Thanks! My main development platform is Linux, so it's a good bet that as soon as 1.2 is available, I'll be able to see what the differences are, and plan a way of implementing

Re: what tools do you use for programming

1998-12-08 Thread Peter O Ludke
SuSE sells a Linux port of Suns Java Workshop development environment for about $100 US . It's the best Java IDE I've seen for Linux. The CD comes with Solaris and Windows executables and they include a diskette with a patch to create a Linux version. Unfortunately the debugger does not yet wor

Where can I find JAD?

1998-12-20 Thread Peter-Frank Spierenburg
I looked in the archive for this list and found that a Matt Zagni managed to find a copy of JAD. Unfortunately there are no indications of where. I currently have version 1.5.5.3. Is this the latest version? Where can I get the latest version? Many Thanks, and sorry for the re-post. Peter

Sig 11 Compiler?

1998-12-22 Thread Peter L. Berghold
-BEGIN PGP SIGNATURE- Version: PGP for Personal Privacy 5.0 Charset: noconv iQA/AwUBNn+uwQAhoGegKVSeEQINFACfQPoG1l81QN3rwB+mreRCHHupOnYAoLIF kd8uFp1mrSfzivF/9veihyHH =FeF3 -END PGP SIGNATURE- -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Re: An IDE for C and JAVA

1998-12-22 Thread Peter-Frank Spierenburg
lakey. Some of the dialogs aren't sized properly so you lose bits here and there. Also, since it's 100% Swing, it tends to creep, even with TYA. Personally, my fave is Java Workshop. Peter.

Re: An IDE for C and JAVA

1998-12-23 Thread Peter B. West
Kirk Hutchinson made the following typo: > I assume you are able > to serf the web from every machine on your lan? Isn't that what Microsoft is trying to do? Yours faithfully, -- __ /__ Peter B. West [EMAIL PROTECTED] / http://www.uq.net.au/~zzpwest / &qu

Re: Java Shell

1999-01-05 Thread Peter T Mount
, and finds out the correct class to run by using a new value in the jar files manifest. I'd suspect that as soon as 1.2 is out for Linux, someone would amend the kernel to allow jar files to be executable also. -- Peter T Mount [EMAIL PROTECTED] Main Homepage: http://www.retep.

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

1999-01-08 Thread Peter T Mount
red in DriverManager > Binding RmiJdbcServer... > RmiJdbcServer bound in rmi registry > > what means that the driver is recognized. I was thinking in a bug in the JDBC driver > but I think that the RMI-JDBC layer uses the driver as any other application. Hmmm, if the Exception is b

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

1999-01-08 Thread Peter T Mount
last resort while trying to find out classpath problems. Usually expanding the jar file isn't a good option when distributing a final product. -- Peter T Mount [EMAIL PROTECTED] Main Homepage: http://www.retep.org.uk PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres J

Re: JDBC/servlet problem

1999-01-08 Thread Peter T Mount
the CLASSPATH along with > > > > the error message and the jar file for the jdbc driver is listed. > > << > > > > Total long shot here, but I just noticed on one of our servers I > > unzipped the jdbc driver. No idea why I did that. Maybe you should &

Re: Unidentified subject!

1999-01-12 Thread Peter T Mount
as large as I've observed on the Win32 Java 2 VM. I had code running on 1.1.6 at an acceptible speed, and now on 2.0 that same code is running atleast 10x faster (drawing astronomical maps on screen). Peter -- Peter T Mount [EMAIL PROTECTED] Main Homepage: http://www.retep.org.uk PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres Java PDF Generator: http://www.retep.org.uk/pdf

Re: Printing in Java

1999-01-24 Thread Peter T Mount
need to do some > >printing. I've been looking at jdk 1.1.6 documentation, but I haven't > >been able to find anything useful. Does anyone knows where is some good > >info about this ? -- Peter T Mount [EMAIL PROTECTED] Main Homepage: http://www.retep.org

Re: Hatred of 1.2 messages

1999-02-24 Thread Peter T Mount
http://www.retep.org.uk/utils/java2.html It may (or may not) help in the short term until the Linux port is available, but in my case it works (with the customary Windows problems which we are all acustomed to, and love Linux for not having ;-) ) Peter -- Peter T Mount [EMAIL PROTECTED]

Re: Kaffe on Blackdown's Heath

1998-07-30 Thread Peter C. Mehlitz
27;t include JDK's classes.zip and Kaffe's Klasses.jar in the same CLASSPATH). To compile w/o classes.zip, use pizza instead of javac (included in the kaffe distrib). -- Peter

Re: anyone got jar working with jdk1.2???

1999-03-17 Thread Peter T Mount
ation home > > Works fine for me on RH5.2. Same here. In fact, for me it's working better than the Win32 version! Actually, apart from some font problems, it's working smoothly. I'm about to test the networking side of things, as I was having some real problems with netwo

[ANNOUNCE] Xenon-SQL 2.3.5.8 Release

1999-04-04 Thread Peter A. Pilgrim
structions read the `INSTALLER' file. It may also be worth reading the `PROBLEMS' file if you have trouble. NEW FEATURES = o Xenon-SQL now has a Java based installer program called `FreeInstaller'. The `FreeInstaller' is "available as free software", w

Re: jdbc drivers

1999-04-10 Thread Peter T Mount
, ms sql > server and ms access. I don't know about those DBMS' but the postgresql JDBC driver (which I maintain) does run on Linux (which it's developed under). It's available with the postgresql source, and I have pre-compiled binaries on my web site. Peter --

ANNOUNCE: FreeInstaller 0.2.0.4

1999-04-19 Thread Peter A. Pilgrim
oftware will remain free forever more. However, nothing in the license agreement prevents the `FreeInstaller' from distributing closed source software too. In fact, I, Peter Pilgrim, as the initial developer, welcome this provided that the license agreement is followed to the letter.

Re: SIGBUS in AllocSetAlloc & jdbc (fwd)

1999-05-03 Thread Peter T Mount
[ I'm cc'ing this to java-linux as this seems to be a problem with the Linux PPC port - peter ] On Sun, 2 May 1999, Tatsuo Ishii wrote: [snip] > This morning I started to look into this. First, JDBC driver coming > with 6.5b did not compile. The reason was my JDK (JDK 1.1.7

File corruption

1999-06-05 Thread Peter B. West
earlier problem? The files on the mirror.aarnet.edu.au site are from May 11, and the sizes are the same as the ones I have. -- __ /__ Peter B. West [EMAIL PROTECTED] / http://www.uq.net.au/~zzpwest / "Lord, to whom shall

Re: File corruption

1999-06-05 Thread Peter B. West
"Peter B. West" wrote: > > There was a thread late last month about the corruption of bz2 archives > of 1.2. I have just tried to unpack the bz2 archive of 117v3 which I > downloaded on May 28. I get the same result; bunzip2 reports corruption > of the file jdk_1.1.7-v

Re: File corruption

1999-06-06 Thread Peter B. West
Javier Bolaqos Molina wrote: > > "Peter B. West" wrote: > > > There was a thread late last month about the corruption of bz2 archives > > of 1.2. I have just tried to unpack the bz2 archive of 117v3 which I > > downloaded on May 28. I get the same result;

Re: netscape 4.61, Java, Redhat 6.0

1999-07-24 Thread Peter van Toorn
I am runnining netscape 4.61 on Rehat 6.0 I did five test on the circle applet yesterday (nice one) and today with no change in the set up of any software Once it locked up netscape within 5 seconds. No problems at all in the other try-outs peter van Toorn > > > Paul Ho wrote: &g

RE: package problem

1999-09-12 Thread GC-Braswell, Peter
The Java VM is expecting to find the Foo class in a subdirectory call foobar. To solve this problem go to the directory ../foobar and try "java foobar.Foo" . This is essentially telling the JVM that you wish to run the class file "Foo" in package "fooba

Sun Documentation

1999-10-19 Thread GC-Braswell, Peter
hings look okay from a directory standpoint but using the browser to move among the documentation returns missing url errors in Netscape. Downloading the Windows version works like a charm but I hate rebooting, looking up an API, then rebooting to Lin

JavaSpaces

1999-10-26 Thread GC-Braswell, Peter
Any good links out there dealing with JavaSpaces and or JINI? Cheers, peter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RE: Any EJB Server for Linux?

1999-01-16 Thread GC-Braswell, Peter
WLS is an excellent product incidentally (no connection with BEA). Also you may want to look at an open source offering called EJBoss. I haven't done anything but read about it and I'm curious. If you happen to dabble with it, perhaps you can report you findings to the group. Che

The Deitels' Java How to Program and Linux

2000-09-21 Thread Peter D. Junger
I have purchased the Deitels' Java, How to Program, text since I like their C++ book. The Java text says that all the examples run under J2SDK, but that does not seem to be available for Linux. Does anyone have any suggestion as to what I should use for a substitute? Thanks. -- Pe

Re: The Deitels' Java How to Program and Linux

2000-09-21 Thread Peter D. Junger
I want to thank all who explained that what I am looking for is JDK1.2 or greater. I am now downloading an rpm of JDK1.3-11 from Caldera, which I hope will run on my redhat 6.x boxen. -- Peter D. Junger--Case Western Reserve University Law School--Cleveland, OH EMAIL: [EMAIL PROTECTED

Re: The Deitels' Java How to Program and Linux

2000-09-22 Thread Peter D. Junger
Again my thanks. This is just to report that---as I should have guessed---I could not get the Caldera jdk rpm to work. I am now slowly downloading the tarball of Sun's JDK 1.2.2. Just out of curiosity at the moment, what is the status of open source versions or clones of Java? -- Pe

Problems with JDK 1.2.2 and RedHat 6.2, gnome, and enlightenment

2000-09-24 Thread Peter D. Junger
ment also said that that segfault probably was the result of a bug. So I guess I am asking, is it a known bug? Thanks for your help. -- Peter D. Junger--Case Western Reserve University Law School--Cleveland, OH EMAIL: [EMAIL PROTECTED]URL: http://samsara.law.cwru.edu NOTE: [EMAIL PROT

which jdk?

2000-10-06 Thread Peter John Cameron
with: Sun's Java 3D, Interactive's JView3D and KLG Standard suite 4.05? I'm eager to start developing on Linux at home and at work (at work I'm using Visual Age on w*ndoze for development, and RS6000 AIX for testing). Thanks

suse 7.0, IBM java and glibc

2000-10-30 Thread Peter John Cameron
d a threads package from gnu.org but rather than trying to compile it myself for the moment (because of some problems I had compiling the latest KDE source, despite having no problems with the RC release and have now got the Suse KDE2 rpms installed). Th

Re: problems with serial port communication

2000-11-13 Thread Peter John Cameron
VAJ so I'd like something with similar capabilities for Linux; especially beans. What's the wisdom on Forte, JBuilder etc.? Then I can make some informed choices about order of download and evaluation for myself :) Cheers, Peter -

FlexLM license manager, Java and Linux

2001-07-03 Thread Peter John Cameron
to be a Linux thing, since Globetrotter's web site mentions customer's strange experiences with using it on Linux. It does work on our RS6000, but then I have to go into the office to develop :-/ If anyone has successfully used FlexLM for Java on Linux, I'd be interested to hear

basic Java problem

2002-01-07 Thread Peter Gibbons-BU
hello there, I've downloaded a copy of Java 1.3 latest version and installed it ok. I've set CLASSPATH to where my Java progs are. I can issue simple Java command ok, i.e. Java -v for the version and Java returns the expected result. However when I attempt to run any application, i.e. like a simpl

<    1   2   3   4   5