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
[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
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
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)
--
[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
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
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
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
/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
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
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
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
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]
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
/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
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:
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
{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
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
19 matches
Mail list logo