Maybe I'm missing something trivial, but where are the docs that explain how to
install the IBM 1.3 plugin?
I suppose I have to copy in /opt/netscape/plugins some files, but copying the
libjava* stuff gave me bus error.
I use Netscape 4.73.
---
Andrea "Kontorotsui" Controzzi -
On 01-Jun-00 Timothy Reaves wrote:
> The Sun Windows 1.3 is the same way. This is the new way of doing things.
I see. So the compiler error messages in 1.3, any 1.3, are changed, right?
---
Andrea "Kontorotsui" Controzzi - MALE Doctor in Computer Science
Pisa - Italy - E
it is the JVM again.
3) This is not a bug, but is annoying... the compiling errors on the IBM 1.3
Java compiler are less clear.
---
Andrea "Kontorotsui" Controzzi - MALE Doctor in Computer Science
Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.uni
is true if you run it also on
*argh* windows from the *argh* dos terminal.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi
Suppose I want to do a tool that parses the java code and modifies it.
What do you advice me to use? Are there java parsers for Linux?
If the answer is negative, what can I use? Perl (*groan*)?
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
Universi
; the /proc//maps files, which are identical for two threads of the
> same process but unlikely to be identical for different processes.
Ok, not a trivial way. I wonder why a /proc subdirectory regarding threads was
not added.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Co
a process? Or the
only way is to notice it has the same resident/shared memory?
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~
ost
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~controzz/intro.html
Founder and Admiral of Hoshi no Senshi (italian Leiji Matsumoto's fan group).
Creator
windows.
I ran several tests and seems rock solid too.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it
Excuse for the OT, but after using extensively the Sun's documentation
(tutorial and API guide) I'm still unsatisfied.
Could someone please send me (not on the list, my address is
[EMAIL PROTECTED]) a link where I can find a more complete Java guide?
Thank you.
---
Andrea &q
noying error message, it doesn't harm.
I wish I could remove this error message, but it's not the effort. The last
attempt did work, the error message disappeared... but also the text
disappeared from my applications :(
---
Andrea "Kontorotsui" Controzzi - MALE Student of Compu
upted regularly, say once
per second.
Needless to say, this doesn't happen in *argh* windows, so must be Java-Linux
related.
I use the sunJIT and native threads. Disabling the JIT didn't work.
Does anybody know how to work around this problem?
Thanks.
---
Andrea "Kontorotsui" Co
about missing dingbat (I don't mind the error
message if anything else is working). I have a 16bit display.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it
mbination of the above).
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~controzz/intro.html
Founder and Admiral of Hoshi no Senshi (italian Leiji Ma
most generic choice (null), not the most
specific (a fixed constant). Having a JPanel with a default BG color seems to
me most sadic.
Let's try to jump back ontopic: I have no means to check, but could this be a
problem only in the Linux JDK? I don't believe it is likely to be...
---
And
Java
tutorial!) and tests... if these are not Java faults, then it's the support.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~cont
}
catch (java.lang.InterruptedException e)
{
System.err.println(e.getMessage());
}
--- end ---
This could be unwise or even wrong, surely is not very elegant. If someone else
has a better idea, I'll take notice and change my code.
---
Andrea "Kontorotsui" Controzzi - MALE Stud
optimization, the "final" compilation is done with
make clean and then make by using javac.
So far it worked, do you think that point 1 is correct?
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED
x27;m mistaken.
How do you manage a project with so many .java files, say more than 100?
I can't believe I'll be forced to wait 3 minutes of compilation (on a 128Mb
K6-2 350Mhz) every time I forget a ; or mistype a variable.
Thanks for your advices.
---
Andrea "Kontorotsui&qu
omeone (maybe the porters...) try to guess what could
be the reason?
I can even manage to get a core dump and send it if could help.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My
ake in the java language or
the java compiler if this behaviour was not implemented. I guess those who
wrote Java couldn't do such a mistake :)
Many thanks to everybody for the detailed answers, even if this was an OT
subject.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer
t's happening?
> Note that 'times' doesn't show cpu times with pre 1 & 2, it will work
> with the next release.
Then, what does it show?
I'm using the pre1 version, maybe you have the pre2?
> PS: Please fix your signature. See RFC 1855 (Netiquette Guidelines)
Hello,
if I run java -Xrunhprof:cpu=times I get a segfault, same if I use
cpu=old, anything works perfectly with cpu=samples.
I have JDK1.2 on a SuSE 6.1. It's my system or this happens to everybody?
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science
it's a
constant, why does the compiler complains?
The two pieces of code are, semanthically, the same, aren't they?
The javac pre-processor could even substitute the constant values before
compiling!
It's the java language that is excessively pedantic or there is something I'
o 1.2, you can find Swing for Linux
from the blackdown page.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~controzz/intro.html
Founder and Admiral of H
e the same
error). I tried on windows, with the linux compiled code, same here there too...
Now I wonder: it's me or everybody else has the same problem?
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROT
On 10-Jul-99 Adam Carheden wrote:
[TYA]
> Any suggestions?
I had the same problem and asked the author for help.
He told me to put libtya.so in /jre/lib/i386/ and now tya works
perfectly.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of P
> }
I think you have to press tab after enter to make the line start there.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~controzz/intro.html
Founder and Admira
f there is a
speed-up in the execution of Java code...
Thanks.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~controzz/intro.html
Founder and Admiral
g and execution are extremely slow anyway, there
is something really inefficient in the interpreter.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~controzz/intro.html
ipt to make it call java instead of jre.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~controzz/intro.html
Founder and Admiral of Hoshi no Senshi (italian L
On 13-May-99 Jeffery S. Norman wrote:
> Has anyone got JDK 1.2 to work properly with NetBeans x2 or
> SimplicityRC???
Simplicity does work on my system with JDK1.2, I had to change the wrapper
Simplicity script, but works.
---
Andrea "Kontorotsui" Controzzi - MALE Student of
so on my machine any
> larger app is much slower on 1.2.
Yes... damn, it is a nightmare!
I get 11 java processes, each one with size 81512 (RSS: 24324).
How can this happen??
(No, I never declared any new thread, if you wonder... maybe the swing
components?)
---
Andrea "Kontorotsui&q
hope there is at least a JIT to improve
graphical performance (advices?)
Thanks in advance for any feedback.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.uni
still not able to run jdk1.2 and I'm now waiting for the english SuSE and the
new system.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~controzz/intro.
hat broke the JDK most handily.
Did it make your JDK segfault?
> Unsetting it fixed the problem.
Alas, it is not set.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.c
Segmentation Fault can come only from wrong or
too old libraries, right? If I put the right .so libraries anything should
work, or do I need something else?
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL
pgraded also to ldconfig-1.9.5-8, ld.so-1.9.5-8, glibc-2.0.7-29,
libstdc++-2.8.0-14, all taken from the RedHat latest archives.
PS2: If more informations about my system are needed, I can send them.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of
'd like to know which libraries I should install, I
guess I'll need only the ld-linux.so.2 and libc.so.6, so the right place where
take them from (maybe from RedHat or Debian archives?) will be a great help.
Thank you very much for your help.
---
Andrea "Kontorotsui" Controzzi
update() was called 24311 times, which took 2869.23 ms (2% of the
program execution time)
Since this performance meter could be OS-dependant I think this is the right
place to ask.
Thanks for your help.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
Universi
On 04-Feb-99 Kevin B. Hendricks wrote:
> Sorry, I can't provide more info, but rest assured we are all working hard
> to get this thing out the door as soon as possible.
You're all doing a great work, thank you.
---
Andrea "Kontorotsui" Controzzi - MALE Stud
if you call classes and variables in your motherlanguage, it
will be very easy for you, if you're not very experienced, to recognize the
Java classes, methods and variables from the ones you or your friends wrote.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Scie
; software.
Great answer, Lothar.
In my opinion if you stick with the windows-L&F your application will be
knows as a "windows application", i.e. buggy.
By using a new L&F for the Java applications you're going to show, at the
first look, that this is real software.
---
Andrea &q
s not repicated, but this up to the compiler.
Since it's likely to depend on the platform and JDK release, how does the Linux
javac behave?
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED
s not for the mailing list, I guess my XFMail configuration
needs some checks :/
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My hom
it before asking.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~controzz/intro.html
Founder and Admiral of Hoshi no Senshi (italian Leiji Matsumoto's fa
;
Yes, we definitely need a "how to subscribe footer".
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~controzz/intro.html
Founder and Admiral of Hoshi
On 11-Jan-99 Thomas Weholt wrote:
> Eh ... read the subject. Nothing else. Thanks for all your great work.
Yes, it is, because Swing is certified 100% pure Java it will work on any 1.1.x
JKD ports.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
Unive
ne.
I could help on this, either by hosting the list on the server I'm working
on, or by asking my Computer Science Department to host it.
If nobody else finds an alternative, I'm going to ask around for
permissions.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Com
s carefully tested.
I'm very annoyed by the lack of respect for the Blackdown's work.
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~controzz/intro
As I say in the subject, can you confirm that SWING will be part of the JDK 1.2
for Linux?
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~controzz/intro.htm
I noticed the -O flag of the javac compiler.
What are the optimizations that the javac usually does? Which ones are activated
by the -O flag?
I tried the -O flag in my n-body distributed computing java application, but
the performance was worse than without the -O flag.
---
Andrea "Kontor
On 01-Dec-98 Kontorotsui wrote:
>I get this message:
>
>/usr/local/java/bin/../bin/checkVersions: /tmp/ldd.out.889: Permission denied
>
If you remember, someone told me to set an enviroment variable to tell Java
not to bother with the version check.
After I upgraded my libs,
On 09-Dec-98 Matt Zagni wrote:
>Kontorotsui,
>
>Was your SuSE version glib, or lib6, or lib5 ?
>
I have the following libs on my SUSE:
libglib.so.1
libc.so.6
libc.so.4.7.2 (old aout)
libc.so.4.7.6 (ELF)
libc.so.5.4.46
Here all works ok with the 1.1.7v1a.
While on my old slack
m and send an
exception, instead of crashing?
PS: can you guess how does Java tries to get the hostname?
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~controzz/i
HECK=don\'tbother
>or the csh equivalent.
It works, thank you very much.
Just another question, please, can I miss something important by asking to the
JDK not to bother with the version check?
If there is a way, I'd like to help you (or who takes care of the checkVersions
script) to
The number seems to be the PID and this
happens with my standard user and the superuser.
Beside the annoying message, anything works fine.
There seems to be something wrong somewhere in the checkVersions script. How do
I fix it?
---
Andrea "Kontorotsui" Controzzi - MALE Student of Compute
BTW, I wrote a workaround. I just increase the ParsePosition p variable...
p.setIndex(p.getIndex() + 1);
.every time after a parse call.
With this trick, all works perfectly:
Base: 23.456
PosX: 12.0
PosY: 23.6
VelX: 0.0
VelY: 0.1
This is the final proof that the problem are the whitespaces.
e is the JDK1.2. I thought that RMI
was available on in 1.2, but I see it also in the 1.1.6, now.
But does it work?
>Can anyone comment on the differences between 1.1 and 1.2 RMI?
>(beyond the running over IIOP...)
Yes, I'd like to know the differencies too, please.
---
Andrea &quo
rced to work on a Solaris workstation...at least it's not
windows :)
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/~controzz/intro.html
Founder and A
oing?
I'm waiting for the JDK 1.2 for Linux, please don't leave me to play with
the windows95 version :)
---
Andrea "Kontorotsui" Controzzi - MALE Student of Computer Science at
University of Pisa - Italy - E-mail: [EMAIL PROTECTED]
My home page: http://www.cli.di.unipi.it/
61 matches
Mail list logo