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

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-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:

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: 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. --

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

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: 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

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

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: 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

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: 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: 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: 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: 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: 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-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: 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: 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: 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: 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

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

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

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

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

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: 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: 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-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: 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

Thread Debugger Applications for Linux?

2001-02-13 Thread Peter Pilgrim
Are they any thread debugger open source applications for Linux? -- 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-mai

Blackdown FCS 1.3 AWT KeyEvents are wrong

2001-02-06 Thread Peter Pilgrim
ods & InputEvent.CTRL_MASK) != 0 ) { level_key_pressed = false; } ... } } -- 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 inten

Re: Blackdown instabiler als IBM JAVA?

2001-01-08 Thread Peter Pilgrim
wird ganz schwerig ein Diagnos zu raten. Ansonsten "Guestwork" -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" Message History From: Volker <[EMAIL PROTECTED]> o

/ez230/Linux-Stuff/Kernel/jmf-2.1.1-beta2-linux-i386.tar.bz2

2000-11-28 Thread Peter Pilgrim
ed files. pilgpe@cedar (bash) [318] > uname -a SunOS cedar 5.6 Generic_105181-16 sun4u sparc SUNW,Ultra-2 pilgpe@cedar (bash) [319] > See Linux below -- Peter Pilgrim G.O.A.T "the Greatest Of All Time" -- Forwarded by Peter Pil

Re: How do you get to process list ?(ps auwwx in Java)

2000-11-21 Thread Peter Pilgrim
7; or `/usr/sbin/ps auuwx' ! Not. -- Peter Pilgrim G.O.A.T "The Greatest of All Time" Message History From: Nathan Meyers <[EMAIL PROTECTED]> on 21/11/2000 09:44 PST

Re: How do you get to process list ?(ps auwwx in Java)

2000-11-21 Thread Peter Pilgrim
Ok you've convinced me to look at `info proc' or `man proc' latter tonight. [OT]: How on earth do they this on Solaris? -- Peter Pilgrim G.O.A.T "The Greatest of All Time" ---

Re: How do you get to process list ?(ps auwwx in Java)

2000-11-21 Thread Peter Pilgrim
ble environment. Is there such thing as `psent()' call? -- Peter Pilgrim G.O.A.T "The Greatest of All Time" Message History From: Lopez Jose Ariel <[EMAIL PROTECTED]> on

Re: java developer feedback

2000-11-15 Thread Peter Pilgrim
Then at a property in `awt.properties' file to decide which Java class to load at runtime java.awt.native.interface.libclass = com.sun.awt.native.kde.KdeUIFactory java.awt.native.interface.libclass = com.sun.awt.native.qt.QtUIFactory -- Peter Pilgrim G.O.A.T

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 -

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: Pass-by-Value vs. Pass-by-Reference (was: Pablo Trujillo)

2000-10-24 Thread Peter Schuller
but a reference to an object. Hence, my assumption. I do recognize that my argument in my initial post was a bit unclear as to what I really meant though, so I can understand the "up-roar" :) -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0x5584BD98 or 'Peter Schuller <[E

Re: Pablo Trujillo

2000-10-24 Thread Peter Schuller
ssed by value" in response to such a question would likely lead the person asking the question to believe the actual *object* is being copied. Again, it's a matter of semantics. I'm not debating what is actually going on. -- / Peter Schuller, InfiDyne Technologies HB PGP userID:

Re: Pablo Trujillo

2000-10-23 Thread Peter Schuller
s to them are passed in Java. > > (my argument does not apply of course if you have in the context of the > > statement explicitly qualified "argument" as being the reference to an object) > > Huh? If you explicitly state that you are talking about the reference to a

Re: Problems jdk-1.1.8-v3 + Slackware7.0

2000-10-23 Thread Peter Johnson
Oddly enough, you might try jdk 1.1.6 v5 for glibc. We're using it with a great deal of success, on Linux kernel 2.2.17, glibc 2.1.3. We had font rendering problems as well as severe slowdowns and/or segmentation violations on all the newer versions from IBM, Sun and Blackdown. Peter Jo

Re: [ANNOUNCE] Java Unix API pre 1.0

2000-10-22 Thread Peter Pilgrim
- Message History From: [EMAIL PROTECTED] on 13/10/2000 19:22 To: Peter Pilgrim/DMGIT/DMG UK/DeuBa@DMG UK cc: [EMAIL PROTECTED] Subject: Re: [ANNOUNCE] Java Unix API pre 1.0 >>>>> "Peter" == Peter Pilgrim <[

Re: Pablo Trujillo

2000-10-21 Thread Peter Schuller
ting the necessity of the very same definition). (my argument does not apply of course if you have in the context of the statement explicitly qualified "argument" as being the reference to an object) -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0x5584BD98 or 'Peter

Re: Pablo Trujillo

2000-10-21 Thread Peter Schuller
> Java doesn't pass by reference. You can pass an object, and through that > access and change the fields it contains. Java *does* pass by reference. All objects are passed by reference; primites are passed by value. -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0x

Re: Forte vs Emacs? Your opinions, experiences

2000-10-18 Thread Peter Schuller
u're right on the mark. Other than this problem I'd use it for the fast compilation and decen editing facilities. I've tried JB4 Foundation now and I wasn't able to do such a thing, how do you trigger it to do such discovery? Adding a directory doesn't seem to have t

Re: [ANNOUNCE] Java Unix API pre 1.0

2000-10-17 Thread Peter Pilgrim
the house price index got me going Message History From: [EMAIL PROTECTED] on 13/10/2000 21:31 To: Peter Pilgrim/DMGIT/DMG UK/DeuBa@DMG UK cc: Subject: Re: [ANNOUNCE] Java Unix API pre 1.0 This is great ne

Re: Forte vs Emacs? Your opinions, experiences

2000-10-16 Thread Peter Schuller
job of it, but not good enough to warrant the resource hog that it is, which is why I'm still using jEdit + JDK. Oh and btw, if anyone knows how to make emacs indent with hard tabs (short of re-writing parts of the e-Lisp), please tell me and I'll go over to emacs in a second... -- /

Re: rmid, http start-up on linux

2000-10-13 Thread Peter Eddy
reate a script (or just clone a similar existing one) in /etc/rc.d/init.d/ to start, stop, and restart your services. Then use, 'chkconfig' to turn that service on or off at a specific run level: chkconfig --add some-service chkconfig --level 3 som

ANNOUNCE: Java Unix API pre 1.0

2000-10-13 Thread Peter Pilgrim
at http://www.xenonsoft.demon.co.uk/products/java/javaunix/docs/api/overview-summary.html > Licensing - Open Source Features - The original reference API was written by Peter A.J. Pilgrim <mailto:[EMAIL PROTECTED]>. The reference API implements the following: (*)

[ANNOUNCE] Java Unix API pre 1.0

2000-10-12 Thread Peter Pilgrim
at http://www.xenonsoft.demon.co.uk/products/java/javaunix/docs/api/overview-summary.html > Licensing - Open Source Features - The original reference API was written by Peter A.J. Pilgrim <mailto:[EMAIL PROTECTED]>. The reference API implements the following: (*)

Re: Running Linux shell scripts from Java

2000-10-09 Thread Peter Pilgrim
kets, but definitely RMI, and also Java 2 platform because it has fine grained security, and also implement a security authentication scheme. Not easy. Luck to you. BTW: mailing list [EMAIL PROTECTED] -- Peter Pilgrim Welcome to the "Me Too" generation. -

Re: JVM and heap size?

2000-10-08 Thread Peter Schuller
from the beginning), the dead locks stopped. However, there was nothing wrong with the original code (as far as I could se), except that it was ugly to use sleep/interrupt, so I'd say IBM's JDK definitely has an issue there. No such thing with Sun's 1.3 though. -- / Peter Schuller, In

Re: JVM and heap size?

2000-10-07 Thread Peter Schuller
s reading another mailinglist, and on that mailinglist when people say "crash", it can mean anything from a "real" crash to an exception being thrown. Hence my question. > Consistantly. > When I posted a polite query about it on their newsgroup, they canceled > my post. :

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

Re: JVM and heap size?

2000-10-06 Thread Peter Schuller
ctly how does it "crash"? > Who can give me suggestions to control the heap size of JVM? > My system is Redhat 6.2. -Xmx and -Xms. "java -X" for more info. -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]&g

Re: Tomcat + EJB ?

2000-10-06 Thread Peter Schuller
EJB support. -- / 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: http://scode.infidyne.com -

Re: Runtime.getRuntime().exec(message);

2000-10-06 Thread Peter Schuller
> Whats the differance between the two calls ? 1) java/javac are shell scripts. you need to use a shell to invoke them 2) Are they in the PATH? -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send

`Shift' and the `[RELOAD]' button + Applet Reload + Netscape 4.73

2000-09-25 Thread Peter Pilgrim
. Pressing `Shift' and the `[RELOAD]' button does not appear to work at all tia -- Peter Pilgrim Welcome to the "Me Too" generation. -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received

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

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

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

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: Solved - Writing A Java Pop Server for Linux

2000-09-14 Thread Peter Merrylees
/Packages/stable/utils/authbind.html -Peter Santosh Dawara wrote: > I hope the fix comes around quick, because running as -green > is not really a solution. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subj

Re: Writing A Java Pop Server for Linux

2000-09-13 Thread Peter Schuller
with memory leaks at all? Since you can run a huge application such as Enhydra (www.enhydra.org), to name one example, without memory leaks - why should it be a problem with a POP server? -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED

How the heck do you hide the cursor???

2000-09-01 Thread Peter Johnson
I give up! There doesn't appear to be anything so obvious as hideCursor(); setEnable(false) doesn't do it. Using createImage (255,255,255,255) to supposedly create a completely transparent image, then calling Toolkit.createCustomCursor() and setCursor() results in a huge, opaque, white square. In

How the heck do you hide the cursor???

2000-09-01 Thread Peter Johnson
I give up! There doesn't appear to be anything so obvious as hideCursor(); setEnable(false) doesn't do it. Using createImage (255,255,255,255) to supposedly create a completely transparent image, then calling Toolkit.createCustomCursor() and setCursor() results in a huge, opaque, white square. In

Re: How to pass string between java and c?

2000-07-21 Thread Peter Pilgrim
java.lang.String and use JNI functions to convert to native C/C++string and vice versa -- Peter Pilgrim Welcome to the "Me Too" generation. Message History From: [EMAIL PROTECTED] on 21/07/2000 02:17 To: [EMAIL

Re: can't find libjava.so.

2000-06-29 Thread Peter Pilgrim
You confusing class path and the program execution path. The CLASSPATH should contain only directories that have *.class file or point to specific *.jar files. The PATH is contains only directories where you have executables to run like `ls' or `chmod' or `java' and `javac

Re: C# -- the Java killer?

2000-06-28 Thread Peter Pilgrim
s end up being very important down > the line... It remains to be seen. Where would C# fit into the big three ( C, C++, Java ) is not fully certain. What is the ``X'' factor for C# ? Obvious Java's momentum came from Internet and embeddable applets in a Netscape Engine 2.0. It became

Re: shopping-cart

2000-06-22 Thread Peter Pilgrim
Java Servlets or Java Server Pages technology if you want to do in Java. -- Peter Pilgrim Welcome to the "Me Too" generation. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe&quo

Re: JSplitPane.setDividerLocation(..)

2000-06-20 Thread Peter Graves
2.2? > > Thanks! I've got code that does this, that works fine with both Blackdown 1.2.2 RC4 and IBM 1.3 (not to mention Sun 1.3, Sun 1.2.2, Blackdown 1.1.8 and all the versions of Java for Windows that I've tried). So I don't thin

Re: java stack size

2000-06-20 Thread Peter Schuller
ns alot under normal circumstances though. So far it's only happened to me when I've accidently entered an infinite recursive loop. -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send an E-M

Re: J2SEE 1.3 on SuSE Linux 6.4 with SuSE Kernel

2000-06-15 Thread peter . pilgrim
got Java Sound is this release too "java -jar JavaSound.jar" FANTASTIC MATE! -- Peter Pilgrim featuring a very badly written Lotus Notes software Upgrade and a popular band called "Garbage". -- To UNSUBSCRIBE, e

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". -

Re: Kaffe/AWT

2000-06-14 Thread peter johnson
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 pet

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 badl

Kaffe/AWT

2000-06-09 Thread peter johnson
at depend on MouseEvent, FocusEvent and WindowEvent. I'm working on this - meanwhile, any suggestions for quicker alternatives will be gladly accepted if anybody has already solved this problem. Thanks in advance. -- Peter Johnson [EMAIL PROTECTED] -

Re: J2SEE 1.3 for Linux!

2000-06-07 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > On Tue, Jun 06, Peter Pilgrim wrote: > > > > > What glibc version do you need? Does it work with SuSE6.4 Linux for example? > > > > > > > > -- > > > > > > I was unable to use jdk 1.3 with Suse 6.4...

Re: J2SEE 1.3 for Linux!

2000-06-06 Thread Peter Pilgrim
ion fault ? > strace: --- SIGSEGV (Segmentation fault) --- > > I would like to know if it works on rh6.2. I guess one of us will have to sock it and see. Try both IBM's and Sun. In my dreams I can see Blackdowns 1.3 floating in the skies ... -- mfg Peter

Does it work IBM JDK 1.3 and SuSE Linux 6.4 ?

2000-06-06 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > On Mon, Jun 05, 2000 at 03:20:44PM +0100, Peter Pilgrim wrote: > > > > What glibc version do you need? Does it work with SuSE6.4 Linux for example? > > > > -- > > I was unable to use jdk 1.3 with Suse 6.4 > >

Re: J2SEE 1.3 for Linux! (APOLOGIES TO SUN)

2000-06-06 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > [EMAIL PROTECTED] wrote: > > > > On Mon, Jun 05, 2000 at 03:20:44PM +0100, Peter Pilgrim wrote: > > > > > > What glibc version do you need? Does it work with SuSE6.4 Linux for example? > > > > > >

Re: J2SEE 1.3 for Linux!

2000-06-06 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > On Mon, Jun 05, 2000 at 03:20:44PM +0100, Peter Pilgrim wrote: > > > > What glibc version do you need? Does it work with SuSE6.4 Linux for example? > > > > -- > > I was unable to use jdk 1.3 with Suse 6.4 > >

Re: J2SEE 1.3 for Linux!

2000-06-05 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > A Beta is available at > > http://developer.java.sun.com/developer/earlyAccess/j2sdk13/download-linux.html What glibc version do you need? Does it work with SuSE6.4 Linux for example? --

How to setup LS120 Drive on Inspiron 7500

2000-06-05 Thread Peter Pilgrim
mkdir /ls120 mount -t vfat /dev/hdc /ls120 I get the error message "hdc is not a block device.". Any Ideas. TIA -- mfg Peter == "The greatest trick the devil ever pulled was making everyone in the world bel

Re: Sun JDK 1.3 & hotspot

2000-06-04 Thread Peter Graves
thing, you get hotspot. Look in .../jre/lib/jvm.cfg. -Peter http://armedbear.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: J2SEE 1.3 for Linux!

2000-06-04 Thread Peter Schuller
Sun to see which is faster & more stable > every time we have a problem. Too bad they just don't get together on this and > collaborate. Imagine how much better it could be then! That I can agree with -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0x5584BD98 or &

J2SEE 1.3 for Linux!

2000-06-03 Thread Peter Schuller
A Beta is available at http://developer.java.sun.com/developer/earlyAccess/j2sdk13/download-linux.html -- / Peter Schuller, InfiDyne Technologies HB PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send an E-Mail to [EMAIL PROTECTED] E-Mail: [EMAI

Re: Help to configure Servlets Programming Environment

2000-06-01 Thread Peter Pilgrim
ion about how to configure this > > environment in order to begin to work with Servlets. > > Thanks in advance. > > Mario Jaramillo > > Teacher -- mfg Peter == "Th

Re: Ambiguous class

2000-05-29 Thread peter johnson
private Date[] getAbsenceDate(String condition) { > --- > > - > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] with a subject of "unsubscribe".

Re: Ambiguous class

2000-05-29 Thread peter johnson
private Date[] getAbsenceDate(String condition) { > --- > > - > To UNSUBSCRIBE, email to > [EMAIL PROTECTED] with a subject of "unsubscribe".

Unidentified subject!

2000-05-25 Thread peter . pilgrim
2; Thu, 25 May 2000 11:48:26 +0100 (BST) Message-ID: <[EMAIL PROTECTED]> Date: Thu, 25 May 2000 11:48:26 +0100 From: Peter Pilgrim <[EMAIL PROTECTED]> Organization: Deutsche Bank (UK) X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: [EMAIL PROTECTED] CC

Re: Problem Connecting between applet and servlet

2000-05-25 Thread Peter Pilgrim
/// > > The output is showing a null value for the name.Is it wrong to send the > information to the servlet from the init method.Can you suggest some other > method or simple code for the communication. > > regards, > Rakesh. > > ____

Re: Mount Table File per Linux Distributon

2000-04-05 Thread Peter Pilgrim
/mounts have very similar contents. > > So, I'd say that both /etc/mtab and /proc/mounts are reasonably > cross-distribution ways to look for the currently mounted filesystems. Thanks to all those who responded to my m

Mount Table File per Linux Distributon

2000-03-31 Thread Peter Pilgrim
-- Adios Peter - import std.Disclaimer; // More Java for your Lava, Mate. Yet Another Drumbox Applet -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: help with jdk1.2.2

2000-03-29 Thread Peter Pilgrim
classes is Protection.java which declares a package p1. > > I compile using the command: java p1.Protection You are running the interpreter not the compiler. Insead use this ``javac pl/Portection.java'' -- Adios Peter ---

Re: Jsp Newbie, Help

2000-03-17 Thread Peter Pilgrim
de Servlets by Dustin R. Callaway. > http://www1.fatbrain.com/asp/bookinfo/bookinfo.asp?theisbn=0201379635 > > John > > "V.Vasant" <[EMAIL PROTECTED]> on 03/17/2000 08:53:41 AM > You also need Apache 1.3.6 (http daemon) or later. -- Adios Peter -

  1   2   3   4   5   >