IBM 1.3 plugin installation: how??

2000-06-21 Thread Kontorotsui
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 -

Re: IBM Java 1.3: some problems.

2000-06-02 Thread Kontorotsui
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

IBM Java 1.3: some problems.

2000-05-31 Thread Kontorotsui
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

RE: I can compile file1.java but cannot run file1.class in Linux

1999-12-27 Thread Kontorotsui
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

A Java parser

1999-11-17 Thread Kontorotsui
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

Re: Several VM ?

1999-10-19 Thread Kontorotsui
; 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

Re: Several VM ?

1999-10-19 Thread Kontorotsui
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/~

RE: name resolution problems

1999-10-03 Thread Kontorotsui
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

RE: borland/inprise jit for blackdown 1.2pre2

1999-09-28 Thread Kontorotsui
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

[OT] Good Java docs

1999-09-25 Thread Kontorotsui
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

Re: Having trouble with zapf dingbats font

1999-09-24 Thread Kontorotsui
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

Sound playback on background

1999-09-22 Thread Kontorotsui
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

Re: JDK1.2-prev2 Segmentation Violation

1999-09-16 Thread Kontorotsui
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

RE: JDK1.2-prev2 Segmentation Violation

1999-09-16 Thread Kontorotsui
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

Answers (RE: Sometimes easy things are hard/impossible in Java)

1999-09-09 Thread Kontorotsui
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

Sometimes easy things are hard/impossible in Java

1999-09-09 Thread Kontorotsui
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

RE: Can't play a wav file

1999-08-16 Thread Kontorotsui
} 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

Working with many .java files - thanks

1999-07-31 Thread Kontorotsui
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

Working with many .java files

1999-07-30 Thread Kontorotsui
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

Re: -Xrunhprof:cpu=times gives a segfault.

1999-07-19 Thread Kontorotsui
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

Re: final variables in constructors (OT)

1999-07-17 Thread Kontorotsui
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

Re: -Xrunhprof:cpu=times gives a segfault.

1999-07-16 Thread Kontorotsui
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)

-Xrunhprof:cpu=times gives a segfault.

1999-07-15 Thread Kontorotsui
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

final variables in constructors

1999-07-14 Thread Kontorotsui
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'

RE: Swing API

1999-07-14 Thread Kontorotsui
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

Troubles with scrollbars. It's me or there is something wrong?

1999-07-12 Thread Kontorotsui
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

RE: TYA

1999-07-10 Thread Kontorotsui
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

RE: Problems with Emacs/JDE

1999-07-10 Thread Kontorotsui
> } 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

RE: jdk1.2pre-v2

1999-06-04 Thread Kontorotsui
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

Re: Slow loading on AMD Elan 486

1999-05-26 Thread Kontorotsui
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

Re: JDK 1.2 and NetBeans or Simplicity???

1999-05-16 Thread Kontorotsui
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

RE: JDK 1.2 and NetBeans or Simplicity???

1999-05-15 Thread Kontorotsui
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

RE: JDK 1.2 and SuSE 6.1

1999-05-10 Thread Kontorotsui
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

JDK 1.2 and SuSE 6.1

1999-05-09 Thread Kontorotsui
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

RE: unable to run java progs using jdk1.2

1999-04-26 Thread Kontorotsui
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.

Re: Still troubles with the libraries and jdk1.2

1999-04-13 Thread Kontorotsui
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

Re: Still troubles with the libraries and jdk1.2

1999-04-10 Thread Kontorotsui
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

Still troubles with the libraries and jdk1.2

1999-04-09 Thread Kontorotsui
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

Libraries troubles with JDK 1.2

1999-04-09 Thread Kontorotsui
'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

Benchmark of a Java application

1999-03-13 Thread Kontorotsui
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

RE: Another JDK 1.2 Status Report

1999-02-05 Thread Kontorotsui
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

[OT] Strange class names (was: BUG REPORT)

1999-01-22 Thread Kontorotsui
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

java-linux@java.blackdown.org

1999-01-18 Thread Kontorotsui
; 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

Is the object code replicated?

1999-01-16 Thread Kontorotsui
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

[Partially OT] A Java parser - part 2

1999-01-16 Thread Kontorotsui
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

Re: JDK1.2

1999-01-13 Thread Kontorotsui
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

RE: suggestion for list (was: Re: STOP asking about Java 1.2 / 2

1999-01-11 Thread Kontorotsui
; 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

RE: Is BlackDown JDK 1.1.7x Swing compatible?

1999-01-11 Thread Kontorotsui
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

RE: [ATTENTION]: Mailing List Changes

1999-01-11 Thread Kontorotsui
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

STOP asking about Java 1.2 / 2

1999-01-09 Thread Kontorotsui
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

Will SWING be included in the Linux version of Java 1.2?

1998-12-28 Thread Kontorotsui
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

Which optimizations does the javac compiler do?

1998-12-14 Thread Kontorotsui
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

SOLVED! RE: The bug is still there (and problems with the 1.1.7-v1a) (Re

1998-12-10 Thread Kontorotsui
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,

Re: Segmentation violation with getLocalHost(): SOLVED!

1998-12-10 Thread Kontorotsui
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

Segmentation violation with getLocalHost()

1998-12-09 Thread Kontorotsui
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

Re: The bug is still there (and problems with the 1.1.7-v1a) (Re

1998-12-04 Thread Kontorotsui
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 bug is still there (and problems with the 1.1.7-v1a) (Re: A bug in the parse me

1998-12-02 Thread Kontorotsui
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

A bug in the parse method? (and more)

1998-11-26 Thread Kontorotsui
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.

Re: rmid with JDK1.1.6

1998-10-15 Thread Kontorotsui
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

RE: rmid with JDK1.1.6

1998-10-13 Thread Kontorotsui
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

About the JDK 1.2

1998-09-28 Thread Kontorotsui
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/