Re: heap size

2000-01-31 Thread Jo Uthus
yangyuex wrote: | How to restrict the initial/Max heap size when the Java VM is started? java -Xmx18m your.app ^^^ Your heapsize -- Jo Uthus| e-mail: [EMAIL PROTECTED] (private) Software Engineer | e-mail: [EMAIL PROTECTED] (work

Re: Pipes

2000-01-25 Thread Jo Uthus
[EMAIL PROTECTED] wrote: | Dear List, | Can someone tell me how I can create a pipe file? | | I can reading and write to a file that already exists, but I | need to be able to create the file if it does not exist. You achieve this through JNI. -- Jo Uthus| e-mail

Re: Java Decompiler

2000-01-17 Thread Jo Uthus
ettable thing is no | > sources are available :-< | | So where is the problem then if that is the purpose of this tool ? :-) | Ever tried running it through itself ? It's written in C/C++, that's one problem you can't fix with a Java Decompiler :) -- Jo Uthus

Re: idltojava for linux

2000-01-04 Thread Jo Uthus
which I'm not in the mood for debugging) so I'm unable to help you with this). -- Jo Uthus| e-mail: [EMAIL PROTECTED] (private) Software Engineer | e-mail: [EMAIL PROTECTED] (work) --

Re: open source IBM

1999-12-10 Thread Jo Uthus
[EMAIL PROTECTED] wrote: | Perhaps what people have been hearing is that IBM will make their Jikes | compiler open source?Apparently it will be in the developerWorks Open | Source arena. The jikes is already available with full sourcecode. -- Jo Uthus| e-mail

Thanks for the effort

1999-12-08 Thread Jo Uthus
statements of my company :) -- Jo Uthus| e-mail: [EMAIL PROTECTED] (private) Software Engineer | e-mail: [EMAIL PROTECTED] (work) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

A few words on SUN/Inprise and Blackdown

1999-12-07 Thread Jo Uthus
ay to the effort the Blackdown-team has done, great job guys. What about a cooperative effort with SUN/Inprise to release the nativethreads-implementation and incorporate it with the SUN/Inprise-port ? The next race would be for 1.3 ? And at least: JPDA, I'm looking forward to it. That's

Re: Sun and Inprise Java 2 announcement

1999-12-07 Thread Jo Uthus
means: christmas-present for the Alpha-guys). There are no URL's for this announcement since it was made on a seminar I attended. -- Jo Uthus| e-mail: [EMAIL PROTECTED] (private) Software Engineer | e-mail: [E

Re: Illegal instruction...

1999-12-05 Thread Jo Uthus
/III instructionsets. This means that other CPU-families wil suffer. A fix was announced for this, which should appear in RC3, but nothing resembling RC3 has shown up on the mirrors yet. -- Jo Uthus| e-mail: [EMAIL PROTECTED] (private) Software Engineer | e

[email protected]

1999-11-25 Thread Jo Uthus
x27;re running a recent RedHat-system (or any other which supports sysV-initscripts) you can check on the portmapper with: $ /etc/rc.d/init.d/portmap status or you could $ ps uax |grep portmap to check if it's running. -- Jo Uthus| e-mail: [EMAIL PROTECTED] (priva

[email protected]

1999-11-24 Thread Jo Uthus
reference obtained after location/object forward." How is your NT-workstation configured ? I'm not familiar with the use and configuration of Windows NT, but isn't there a possibility that the NT-workstation doesn't allow you to receive data/connections on any but some previo

Re: Java2 & Alpha

1999-11-17 Thread Jo Uthus
Slowlaris by far on most tasks not involving I/O and that's why they haven't ported JDK to Linux themselves (yet). -- Jo Uthus| e-mail: [EMAIL PROTECTED] (private) Software Engineer | e-mail: [EMAIL PROTECT

Re: Java2 & Alpha

1999-11-17 Thread Jo Uthus
website(s). I believe that it was a commercial project, meaning that you have to purchase a license to use it. I'm not sure on that last point though. -- Jo Uthus| e-mail: [EMAIL PROTECTED] (private) Software Engineer | e-mail: [EMAIL PROTECTED]

Re: java debuger

1999-11-12 Thread Jo Uthus
breakpoint, run, use a combination of commands: "where|locals|print|dump|threads| threadgroups", works for me (when I'm tired of those printf()-debugs)). -- Jo Uthus| e-mail: [EMAIL PROTECTED] (private) Software Engineer | e-mail: [EMAIL PR

Re: Getting jdk1.2 to run

1999-10-27 Thread Jo Uthus
/usr/local/java/jdk1.2.2-prev2/bin/ 3. [java javac] all the way Setting the PATH in a global loginfile (like /etc/profile) would be considered a good idea. -- Jo Uthus| e-mail: [EMAIL PROTECTED] (private) Software Engineer | e-mail: [EMAIL PROTECT

Re: Java Platform Debugger Architecture (JPDA)

1999-10-25 Thread Jo Uthus
rhaps Inprise are willing (and maybe have to ?) port the JDWP to Linux, since they plan to release JB for Linux in the near future. -- Jo Uthus| e-mail: [EMAIL PROTECTED] (private) Software Engineer | e-mail:

Re: I am a new user of Java on Linux platform...

1999-10-13 Thread Jo Uthus
following, 'java myPackage.myApplication' I received the following | message: 'can't find class myApplication'...Can you help me about what | is missing...THANKS! export CLASSPATH=$CLASSPATH:. Should do the trick: add it permanently to the following file: ~/.bashrc (or a

Re: Stupid Newbie Questions: Catching unanticipated null pointer exceptions (Are there really any other kind =^)

1999-10-11 Thread Jo Uthus
{dump info on object} Your problem is probably an instantiation-problem I'll guess. Trying to add something which isn't allocated yet ?, like: JPanel panel; [code] private void initComponents(){ getContentPane().add(panel); } -- Jo Uthus| e-mai

When will 1.2 be available for Linux ?

1999-01-30 Thread Jo Uthus
I've been reading your webpage considering the 1.2-port, and it've been saying for over 1 month now that you will be ready to ship within a month, probably sooner. What's SUNs verdict ? Have they announced a date for release or are they still testing ? Waiting... -- Jo Watch out for hidden he