Re: Speed of IBM's Linux JDK

1999-11-09 Thread Peter Graves
makes application startup significantly slower. But for code the JIT compiler has already seen, it definitely feels faster to me. YMMV. -Peter Peter Schuller wrote: > > Hello! > > Quick question: the IBM JDK has shown *very* impressive benchmark results. > Now, in light of the recently po

Re: Pass by Reference question.

1999-11-12 Thread Peter Schuller
ual to Boolean.TRUE. The third line simply assigns b (the reference, NOT the object) to point to Boolean.FALSE. -- / Peter Schuller PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send an E-Mail to [EMAIL PROTECTED] E-Mail: [EMAIL PROTECTED] Web: http://he

Re: Printing with 1.2

1999-11-16 Thread Peter Mount
PrintJob, so the example code may help you. http://www.retep.org.uk/pdf 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

Re: Version for GlibC

1999-11-16 Thread Peter Pilgrim
t;6.2 is based on glibc2.1, > >> and 6.3 is glibc 2.1.2 > >> > >> Bernd > Could you print this glibc version info on the shrinked wrapped boxes for SuSE 6.3 and for all forthcoming SuSEs. It would definitely help me! Better yet put in the disk README or have a

Re: Pass by Reference question.

1999-11-16 Thread Peter Pilgrim
"changeBoolean(): " + b.booleanValue()); > } > > public static void main(String args[]) > { > BooleanTest2 bt = new BooleanTest2(); > Boolean bool = new Boolean(false); > > System.out.println("Boolean before: " + bool.booleanValue())

Re: What is JDK 1.3 like?

1999-11-16 Thread Peter Pilgrim
formance of Java on Linus. This means they have to port HotSpot and the rest of the extended JDK elements JNDI, JMF, JavaSound, EJB to make it viable , at least for business to take it serious enough. -- Adios Peter - import std.Discl

Re: To use Sniff+... Re: Version for GlibC

1999-11-17 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > > >>>>> Robb Shecter writes: > > > Peter Pilgrim wrote: > >> > >> Could you print this glibc version info on the shrinked wrapped boxes > >> for SuSE 6.3 and for all forthcoming SuSEs. > >

Continuous Sound API

1999-01-16 Thread Peter Pilgrim
. How do would you reimplement this behavious using JavaSound / 1.3 Beta? -- Adios Peter - import std.Disclaimer; // More Java for your Lava, Mate. "Give the man, what he wants. £££" [on Roy Keane, Qual

Re: Continuous Sound API [CANCEL]

1999-01-16 Thread Peter Pilgrim
after enough in sequence > thru the AudioPlayer. You could put together a song with sampled riffs > albeit only by (*.au) files. > > How do would you reimplement this behavious using JavaSound / 1.3 Beta? > -- Adios Peter -

Re: IBM JDK 1.3.0 preview 1Q 2000!

1999-11-23 Thread Peter Pilgrim
al Announcement. A preview of 1.3 release in FIRST QUARTER. -- Adios Peter - import std.Disclaimer; // More Java for your Lava, Mate. "Give the man, what he wants. £££" [on

Re: NEW JDK RELEASE! "Illegal instruction"

1999-11-28 Thread Peter Graves
Yes. I get the same Illegal instruction error on a Pentium MMX 233 running Debian potato (refreshed last night), glibc-2.1.2. -Peter Paul Bowman wrote: > > The JDK-1.2.2rc2 release appears to have been built with some native > code > which is dependent on a Pentium II or new

Re: That old --zapf dinbats ERROR --- GRRR

1999-11-29 Thread Peter Eddy
Did you remember to do: ttmkfdir -o fonts.scale mkfontdir in the new font directory? Here's a nice resource for font reated issues in X: http://www.frii.com/~meldroc/Font-Deuglification.html#install Peter "John N. Alegre" wrote: > > The jdk1.2.2 is now suce

Re: Serialization:)

1999-12-01 Thread Peter Schuller
but you (the programmer) know they *are* compatible, data-wise. -- / Peter Schuller PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send an E-Mail to [EMAIL PROTECTED] E-Mail: [EMAIL PROTECTED] Web: http://www.scode.webprovider.com ---

Re: Sun and Inprise Java 2 announcement

1999-12-07 Thread Peter Schuller
> running the Linux kernel v 2.2.5 and GLibC v 2.1, 32 megabytes RAM Why on earth would it only support 2.2.5? Why not any 2.2.x kernel? Is there any difference that is significant for a JDK? I'm downloading it anyway to see if it works on 2.2.13... -- / Peter Schuller PG

Re: Font quality question

1999-12-08 Thread Peter Schuller
d > ugly, no matter what font is selected. Does the same problem exist with > the Blackdown port? Yes, at least on my box. Everything's just bigger on 1.2 for some reason. -- / Peter Schuller PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival

Re: JDK 1.2.2 RC3 and RC1 VolanoMark results

1999-12-08 Thread Peter Eddy
It's available on Volano's site at http://www.volano.com/benchmarks.html Peter Joseph Shraibman wrote: > > Is there any way I can get a hold of the benchmark software? I'd like to > try the tya compiler with blackdown's

RMI Hello World Example generates sun.applet.AppletSecurityException

1999-12-09 Thread Peter Pilgrim
va:281) at java.lang.Thread.run(Thread.java) Any help greatly appreciated. TIA -- Adios Peter - import std.Disclaimer; // More Java for your Lava, Mate. "Give the man, what he wants. £££" [

Re: [CANCEL] RMI Hello World Example generates sun.applet.AppletSecurityException

1999-12-09 Thread Peter Pilgrim
ng.java:53) > at examples.hello.HelloApplet.init(HelloApplet.java:21) > at sun.applet.AppletPanel.run(AppletPanel.java:281) > at java.lang.Thread.run(Thread.java) > > Any help greatly appreciated. > > TIA > > -- > > Adios > Peter &

Re: another possibility wrt the press-release.

1999-12-13 Thread Peter Pilgrim
redible that you can find out what "Alan Cox has been hacking today.", but you can't do they same for "Blackdown". May be the sun license prevents them ... -- Adios Peter - import std.Disclai

Re: RMI without http server?

1999-12-14 Thread Peter Pilgrim
java.rmi.server.codebase property to work. The rmiregistry will be then forced to use the specified codebase to download the server stub to a connecting RMI client. You need to do if you are going to run RMI from the web applet. In another xterm % unset CLASSPATH % rmiregistry

Where is the plugin?

1999-12-20 Thread Peter Schuller
Hello, I've seen references to the Linux version of the Java plugin, but I am unable to find it on www.blackdown.org. Where is it? Thanks! -- / Peter Schuller PGP userID: 0x5584BD98 or 'Peter Schuller <[EMAIL PROTECTED]>' Key retrival: Send an E-Mail to [EMAIL PROT

Re: Jar file with JDBC

1999-12-27 Thread Peter Mount
l me about a null pointer problem. Also, what exact version are you using, 6.5, 6.5.1, 6.5.2 or 6.5.3? Thanks, Peter -- Peter T Mount [EMAIL PROTECTED] Main Homepage: http://www.retep.org.uk PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres J

Re: Jar file with JDBC

1999-12-28 Thread Peter Mount
How are you preparing the jar file? Are you including all of the postgresql classes in it, in the same directory structure? Peter -- Peter T Mount [EMAIL PROTECTED] Main Homepage: http://www.retep.org.uk PostgreSQL JDBC Faq: http://www.retep.org

RE: Jar file with JDBC

1999-12-28 Thread Peter Mount
ng the files, but this may then break the Manifest. Personally I keep everything separate, and use the Manifest to add the jar files required by an app to its classpath. Peter [snip] -- Peter T Mount [EMAIL PROTECTED] Main Homepage: http://www.retep.org.uk PostgreSQL JD

Re: Jar file with JDBC

1999-12-29 Thread Peter Mount
ace(); > > I have imported java.io.*; > What else I need to do? > I have included postgresql.jar in my jar file. > My classes are all in the same directory. Woops, printStackTrace() is a method of Exception not PrintStream. Thanks for the others who also spotted my mistake

Re: heap space and performance

2000-01-08 Thread Peter Schuller
> Heap consumption and performance are real problems in Java. But doesn't the JSL guarantee that an OutOfMemoryException is never thrown until all non-reachable objects have been GC:ed? Why would the JVM though an OutOfMemoryException without first doing a full GC? -- / Peter Schul

Re: Ziff-Davis Story: Java and Open Source

2000-01-11 Thread Peter Pilgrim
?) BTW: I seen your book in PC Bookshop, London at lunchtime -- Adios Peter - import std.Disclaimer; // More Java for your Lava, Mate. T H ER E D A R M Y! ! ! http://www.manutd.com/

Re: Problem with exec()

2000-01-14 Thread Peter Pilgrim
gt; > } If you are using wildcards then you need to invoke the shell and get it run the command on your behalf > > public class Temp > > { > > public static void main(String[] argv) > > throws java.io.IOException > > { String command = "l

WANTED: Audio Resampling Algorithm in Java instead of C

2000-01-14 Thread Peter Pilgrim
gz from the Digital Audio Resampling Home Page located at http://www-ccrma.stanford.edu/~jos/resample/" -- Adios Peter - import std.Disclaimer; // More Java for your Lava, Mate. T H ER E D A R M Y! !

Re: 1.2pre2: no green threads with JIT on non-SMP?

2000-01-21 Thread Peter Pilgrim
f the JCK tests on both green and native threads, with and without the JIT. The table shows this by "G" (green threads), "N" (native threads), "J", (using JIT) and "!J" (no JIT). " -- Adios Peter -

Re: swing on suse linux on ldk1.2

2000-01-21 Thread Peter Pilgrim
ld mind keeping us informed? I am waiting for SuSE 7.0. Assuming there is a problem perhaps we might influence SuSE to added any fixes before 7.0 is "finalized". (No pun intended.) -- Adios Peter - import std.Disc

Re: BlackdownJDK1.2.2.RC3 crashes on SMP Kernels

2000-01-24 Thread Peter Graves
You need at least glibc 2.1.2 for Blackdown 1.2.2 RC3. See the status page: http://www.blackdown.org/java-linux/jdk1.2-status/jdk1.2-status.html It's very stable on my SMP machine (Debian, 2.3.39, glibc 2.1.2). -Peter http://armedbear.org Wolfgang Hoschek wrote: > > I am su

Re: HELP: jdk122rc2 swing stuff doesn't work

2000-01-24 Thread Peter Jahn
_that_ caused the swing apps to fail. I can even reproduce it now, pj@pulsar:/opt/jdk/demo/jfc/SwingSet > (export LANG=de; java -jar SwingSet.jar) still causes a crash. This wouldn't happen for root, 'cause the variable is only put in normal users' environments..

Re: Java App placement in Gnome

2000-01-27 Thread peter johnson
ALT-TAB will switch between windows on fvwm and fvwm-95, maybe with other window managers also. Window.toFront() will move a window to the foreground and get the focus; Component.requestFocus() should make a component active, although I've found this doesn't work sometimes, particularly if the co

Re: swing on suse linux on ldk1.2

2000-01-20 Thread Peter Mount
last week, Swing ran not just first time, but also faster than ever before. I'll soon know if it still works, as I've got a lot of JDBC & some Swing development to do from this weekend. Peter -- Peter T Mount [EMAIL PROTECTED] Main Homepage: http://www.retep.org.uk Po

RC4

2000-01-29 Thread Peter Graves
Blackdown 1.2.2 RC4 is up on ftp.tux.org: ftp://ftp.tux.org/java/JDK-1.2.2/i386/rc4 -Peter http://armedbear.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

Re: Java App placement in Gnome

2000-01-31 Thread Peter Tillemans
l me how I can launch a java app in X/gnome *without* the gnome window frame? Have you considered running the Java App as the sole X client? Running "xinit java ..." from the console would start an X server with only the java app and nothing else. --  Peter Tillemans  

Re: installation help - error on running java no classes.zip?

2000-01-31 Thread Peter Graves
Do this: java HelloWorldApp instead of this: java HelloWorldApp.class If you're using 1.2.2 you don't need a CLASSPATH (at least not for this). The runtime classes are in .../jdk1.2.2/jre/lib/rt.jar, not ../classes.zip. -Peter http://armedbear.org clyde jones wrote: >

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 -

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

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

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

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

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

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]

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

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! (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? > > > > > >

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!

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

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

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

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

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

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

`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

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

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

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

[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: (*)

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: (*)

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

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

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

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

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

<    1   2   3   4   5   >