sparclinux-glibc JDK somewhere?

1998-05-29 Thread Bruno Boettcher
hello, as the title says is there anywhere a sparclinux JDK compiled to run under ultrapinguin distrib? (means using glibc) ciao bboett == acount at earthling net http://erm6.u-strasbg.fr/~bboett ===

javadoc problem

1998-06-05 Thread Bruno Boettcher
hello, the problem appeared now since some weeks, but is getting more and more annoying since i begin to loose oversight over my project some day, i do not know why exactly, javadoc stopped to work correctly... producing only nearly empty pages (http://yoda/~bboett/jSim/tree.html if you want

strange problem with jdk1.1.6v4 and debian....

1998-10-01 Thread Bruno Boettcher
Hello, spurious thing i am developping several things, and since now had no problem executing them... but now i ran into the following problem: i have a class HelpBrowser that i began to make with netbeans, this class includes a method public static void main(java.lang.String[] args) {

JEditorPane problem...

1998-10-01 Thread Bruno Boettcher
hello, another problem i try to instantiate a JEditorPane and get strange Errors: java.lang.NumberFormatException: 98% at java.lang.Integer.parseInt(Integer.java) at java.lang.Integer.valueOf(Integer.java) at com.sun.java.swing.text.html.HRuleView.(HRuleView.java:62)

Re: Java and CVS

1998-10-06 Thread Bruno Boettcher
> is pretty basic, I want my CVS repository to contain only java source files. put *.class in the CVSROOT/cvsignore file of your cvs server

lib&jdk probs

1998-11-04 Thread Bruno Boettcher
hello, just tryed to install the jdk116v5 on our server and when compiling i get the following error: 5:44:30 erm1:~/java/jSim$ make javac -classpath /usr/local/java/lib/classes.zip:. Capacitor.java /usr/local/java/bin/../bin/checkVersions: {isGreaterOrEqual: command not found javac -classpath

which is the best CORBA/Java implementation?

1998-11-10 Thread Bruno Boettcher
Hello, i wanted to distribute the simulator i am writing with rmi, was then pointed out that it would be a lot better if i would use CORBA, i have read a book about it, and in fact this seems to be true Now RMI is bundled with the JDK, as far as i have seen the official CORBA/Java bindings w

anyone got the JacORB running under linux?

1998-11-20 Thread Bruno Boettcher
hello, subject says it all i tryed to install it, but without success... ciao bboett == acount at earthling net http://erm6.u-strasbg.fr/~bboett === Unsolicited commercial

jikes & '$' in variable names....

1999-01-21 Thread Bruno Boettcher
hello, i am using jikes regularly, since its much faster than standard JDK, now i begun to fiddle around with the JacORB CORBA implementation, and i get lots of errors of this type: 16. boolean Size$readonly = true; ^ *** Lexical Error: Illegal token now st

Re: can't find libjava.so

1999-03-11 Thread Bruno Boettcher
> > Steve Cohen wrote: > > > I have installed jdk 1.2 on my redhat 5.2 system and pointed my path at > > > it. When I try to run java, I get the Error can't find libjava.so. > > > I can find this file in jdk1.2/jre/lib/i386. I tried copying it to > > > /lib. That didnt' work. Where is it expec

font problem and jdk1.2

1999-03-11 Thread Bruno Boettcher
hello, i a m using a debian-potato system, i already submitted a bug report, since i didn't found the bug i was reporting in the db nevetheless: on my system only native threads work, with green threads: export LD_LIBRARY_PATH=/usr/loc al/rvplayer5.0b1:/usr/local/src/jdk1.2/jre/lib/i386/gr

jdk1.2 api?

1999-03-11 Thread Bruno Boettcher
anyone got the jdk1.2-html docs for download? i looked on the sunsoft ftp site and didn't found anything ciao bboett == acount at earthling net http://erm6.u-strasbg.fr/~bboett ===

jar problem...

1999-03-12 Thread Bruno Boettcher
hello, since i pased to jdk 1.2 i have a problem with the jar command everytime i want ot use it to create an archive i get the error : Can't determine application home what's the meaning of this?? And what do i ahve to do to make my archives? ciao bboett ==

JacOrb & jdk1.2: NoClassDefFoundError: sun/tools/java/ClassPath

1999-03-12 Thread Bruno Boettcher
Hello, tryed to compile one of my projects using JacOrb and run inton a problem... thought maybe i could solve it recompiling jacOrb... but htere too the same problem arises Exception in thread "main" java.lang.NoClassDefFoundError: sun/tools/java/ClassPath at jacorb.generator.Main.g

jdk1.1.6v2 problem...

1998-07-14 Thread Bruno Boettcher
hello, just noticed a thing: i began to implement a proggie on my laptop (jdk1.1.5, swing 1.0.2) and now wanted to continue on my normal host, but at the first attempt my prog crashed the 1.1.6v2 vm. the inflicting part seems to be: import java.awt.*; import java.awt.event.*; public class

jdk1.2-jar problem....

1999-03-17 Thread Bruno Boettcher
hello, don't seem to get help about this in the news i just upgraded my jdk to the linux-jdk1.2-pre1 and now jar doen't work anymore ... all i get is: jar -cvf jTrader.jar jTrader Can't determine application home what's going wrong here??? ciao bboett =

anyone got jar working with jdk1.2???

1999-03-17 Thread Bruno Boettcher
hello, am i the only one to have problems with the jar prog of the jdk1.2-prev1 version??? each time i try to packege something i get the message: Can't determine application home ciao bboett == acount at earthling net http://er

Re: anyone got jar working with jdk1.2???

1999-03-18 Thread Bruno Boettcher
> I also use rh5.2, but my jdk1.2 from blackdown doesn't work on my also??? i am using debian > computer. I got a error something like "cannot open > libstdc++-libcso.2" (I cannot remember). I checked my "/usr/lib". I heard that already... you need to set a symlink to an existing library

Re: JDK1.2 and CORBA

1999-03-24 Thread Bruno Boettcher
> I have one question: I know JDK1.2 adds support for CORBA, and Sun > distributes its own Java CORBA implementation. However (as always!), it > distributes it for Solaris and Windows (ugh!). The Java classes are no and the implementation is far from beeing standard and complete... i am using jac

indeo avi module & rtf-reader for java-linux?

1999-05-27 Thread Bruno Boettcher
hello, my chief wrote a visual basic (blehhh) interface for a knowledge base he made, now i wanted eventually to write a java interface, notably to be able to consult this base under linux now unfortunately he used lots of horrible formats for the data: avi for images and animations and

HELP: anyone got jdk1.2 running under debian-potato?

1999-06-03 Thread Bruno Boettcher
Hello, just switched to potato (yes i know its my fault...) despite all roumours, it went well, all utilities i need work, except the jdk... and the problem is strange: compilation is fine (even if normally i use jikes), running non-graphical progs is also ok, the problem arises when using grap

Re: jdk1.2pre-v2

1999-06-03 Thread Bruno Boettcher
> I'm surprised no one's mentioned it yet ( maybe I missed it ), but > pre-v2 thanks! downloading... but unfortunately still no glibc2.1 build even if the subdirs are present... -- ciao bboett == [EMAIL PROTECTED] http://erm6.u-str

HELP: IP probs with linux JDK?

1999-06-04 Thread Bruno Boettcher
Hello, i am trying to get JacORB1 working on my machines unfortunately the nameserver registers itself with the loopback device instead of the ip-interface which makes it unusable... the author send me an IP test programm attached with this mail, on all machines i have it reports the

Help StackOverflowError with jdk1.2

1999-07-12 Thread Bruno Boettcher
Hello, i am making a simulator in java using JacORB1.0beta7 and JDK1.2-pre2 on Debian potato, and now using my distributed proggy on more machines (on 1 it works... strangely enough) i have the following error: java.lang.StackOverflowError

HELP: can't give a path to RessourceBoundle???

1999-10-11 Thread Bruno Boettcher
Hello, a friend just showed me an example where to load a given set of RessourceBoundles he prefixed the baseName of the boundle with a (relative) path... now this astonished me a lot since i never managed to get my programs to load their ressources from elsewhere as the current directory (which

HELP: lost JVM....

1999-11-22 Thread Bruno Boettcher
hello, i posted a similar message to debian lists, but maybew someone here knows the problems... i am running on a debian-potato system and i did loose the java-functionality after the upgrade of theis morning, running any java program ends abruptly with the message Error: can't find libjava.so.

Re: HELP: Error: can't find libjava.so

1999-11-22 Thread Bruno Boettcher
On Mon, Nov 22, 1999 at 04:10:34PM +0100, Bruno Boettcher wrote: ok, found a fix. but still i do not know what failed. but as it seems it could be /bin/sh. > now when i try to launch any java program i get the message > Error: can't find libjava.so . ok, editing the j

Re: IDLtoJava Compiler

1999-11-22 Thread Bruno Boettcher
On Mon, Nov 22, 1999 at 09:18:46AM -0600, Hoppe, Hans wrote: > Is there an IDLtoJava Compiler out there for Linux? instead of the jdk CORBA implementation use something else e.g. http://www.inf.fu-berlin.de/~brose/jacorb/ -- ciao bboett ===

HELP: -mx flag.....

1999-11-23 Thread Bruno Boettcher
hello, ok i have a program that eats eventually a lot of memory... now when exectuing on my laptop, reasonable examples do not need any memory extension of the JVM now i would want to run those benchs on our server, and there i only get lots of #Simulator doTran(StringTokenizer st) Excepti

Re: HELP: -mx flag.....

1999-11-23 Thread Bruno Boettcher
Hi > try to use -mx256m instead of -mx=256m ok, then: java -mx256m -green -Djava.compiler=NONE -Xbootclasspath:"/usr/local/JacORB/classes/jacorb.jar:/usr/local/java/jre/lib/rt.jar:${CLASSPATH}" jSim.jSimulator netlist Unrecognized option: -green Could not create the Java virtual machine. ok, m

Re: about Mozilla & blackdown's JVMPlugin[sorry post again]

2000-01-12 Thread Bruno Boettcher
> (a) What is Mozilla M12? I'm running Netscape Communicator 4.7, and its the ''open source'' (he he...) version of the communicator, the expected version 5. > that looks like M12. How is Mozilla M12 related to Communicator 4.*? milestone 12. sort of patchlevel if you prefer >

Re: Segmentation fault problem

2000-01-20 Thread Bruno Boettcher
On Wed, Jan 19, 2000 at 04:54:37PM -0600, Michael Maloney wrote: > I am trying it now using Jdk1.2.2 RC3. I'm running under > RedHat Linux 6.1 (glibc 2.1.2). i am running the same under Debian 2.2... > It runs fine until iteration #259656, then it crashes with a > Segmentation fault. This number

HELP: determining system load?

2000-03-30 Thread Bruno Boettcher
Hello, i am setting up an distributed environment, it would be helpful to be able to determine the load on each node is there a platform independ way to get grip of this ? Does anything speak against reading /proc/loadavg ? (if linux was detected as platform...) -- ciao bboett ===

yield stopping threads????

2000-07-10 Thread Bruno Boettcher
hello, i have programmed a SPICE-like simulator where each element to simulate is in a thread. Now when running i send through the tree representing the circuit an impulse for some sort of computation and wait for completion before launching the next step. I noticed that for some reason the whol

Re: yield stopping threads????

2000-07-12 Thread Bruno Boettcher
> I understand that your program is huge and very difficult to trim down > to a one page program that still exhibits the behaviour you are > encountering, but if you could do that, it would be much more possible > to find out the cause. i will try that > This is impossible. If a thread T cal

Re: yield stopping threads????

2000-07-18 Thread Bruno Boettcher
> Maybe another thread with a higher priority is blocking the system. Are i didn't hassle around with thread priority, so i think that all should have the same > you sure that all your threads are yield()ing sometimes? Even if you have yep, since i have a farm-pattern approach, each trhead do

mixing java pipes and unix-fifos?

2000-07-28 Thread Bruno Boettcher
hello, i am in the process of porting a C++ program to java this program uses at some point unix-fifos is there a way to open and write/read from unix fifos out of java? i looked at the PipeReader etc. but this seem to be a java-intern mechanism -- ciao bboett =

jdk1.2.2 for Suse6.1 Cluster?

2000-09-05 Thread Bruno Boettcher
hello, the installed jdk1.2 distro seems to have problems managing correctly threads (at least my app incurs non-logical blocking) whilst the version i use on my laptop (latest 1.2.2 on debian) seems to run fine (but then it has no multiple procs... nor clustering softs) nevertheless all jdk pac

Plugin for debian-woody? BTW is it needed?

2000-11-27 Thread Bruno Boettcher
Hello just downloaded the JavaPlugin since inbuild netscape java implementtion lets always freeze the browser now its even better, on the first occurence of a java-embedding the navigator crashes immediately looked found out that i am running a libc2.2, whilst the plugin was compiled ag