Realy Work

1998-12-16 Thread Anonymous
Hi there people, Can anybody say to me how i put my commands in linux PATH??: my jdk is on: "/root/jdk117_v1a/" what i need to make to commands java, javac and others run anywhere. Thanx Tobias Ramos Diamantina MG Brazil

Java threading

1998-12-17 Thread Anonymous
>(a) Most of the other unix implementations use kernel threads now >(Solaris, AIX, Digital Unix), Really? Cool. >(b) kernel thread semantics are different from user thread semantics, Technically, there is only one semantic for Threads in Java. In theory Java is a completely specified runtime,

Re: Java threading

1998-12-18 Thread Anonymous
> Michael Thome writes: Michael> Obligatory Java-Linux subject: What I'd *really* like Michael> (for my own application) is for VMs to support a hybrid Michael> of green and native threads - e.g. a limited pool of Michael> natives running a larger set of greens. Native threads

[email protected]

1999-01-18 Thread Anonymous
Wait a minute! Didn't Microsoft argue and win the point in the Apple case that Look and Feel cannot be copyrighted or otherwise subject to proprietary limitations? Is this another case of the big bully wanting to have his cake and eat it too? Bob McConnell N2SPP At 06:55 PM 1/18/99 -0500, Martin

[email protected]

1999-01-19 Thread Anonymous
Sure, everyone is surprised the first time they try the Windoze L&F on a non-Win platform. But why the ranting about it? I'd rather use the Metal L&F anyway. Who wants their *NIX system to look and feel like Windoze? How does this hurt java? Can the signal to noise ratio on this list go any lo

[email protected]

1999-01-19 Thread Anonymous
This is the last public response to this, if you want to continue by email that's fine, but I don't think the list really cares. :) Your comment was that the L&F lawsuits of the 80's were lost. That's because they were about using 'ideas' from other peoples OS's in your own. Like apple saying t

RE: unsubscribe

1999-04-28 Thread Anonymous
Please remove me from your subscription list. Thank You Robert Weaver -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [off-topic] stop bashing!

1999-06-14 Thread Anonymous
For all other platforms you are correct. For Linux and the Blackdown port. 1) source is free 2) JCK is free for that port 3) distribution is free for that port. This is a stepping stone to where Linux can go with Java. I personally want mozilla with a Java 2 VM on Linux. We can get there with th

Re: [off-topic] stop bashing!

1999-06-14 Thread Anonymous
--- Calvin Austin <[EMAIL PROTECTED]> wrote: > Louis-David I will show you the code! Hop on over to > > http://developer.java.sun.com/developer/products/java2cs > > you can get all the Java 2 source code for no fee. Ah, but what is your definition of free? Here is my example. I was doing a litt

Re: [off-topic] stop bashing!

1999-06-14 Thread Anonymous
Your comments assume a desire to distribute the JDK itself. There are no restrictions or fees for distributing the software you develop, nor are you restricted from distributing the *binaries* of add-on libraries you get from Sun (there may be some exceptions on redistributing binary jars of class

Problems with JDK 1.2v2

1999-06-14 Thread Anonymous
Hi! The installtation of the new JDK works fine. But if I try to start some Programm it comes up the the following messages: . Font specified in font.properties not found [-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1] SIGSEGV 11* segmentation violation st

Cannot allocate colormap entry for default background

1999-06-14 Thread Anonymous
Hi. On my Redhat 6.0 system, where I have installed both jdk117_v3 and jdk12_prev2, they work fine but I have this issue problem. All java apps show this message on the console (the jdk12 also shows warnings about fonts, but that's another issue, I'll have to study the FAQ). Warning: Cannot al

jdk1.2 installation

1999-06-14 Thread Anonymous
I had a couple of questions about installing the jdk1.2 (pre-v2) on i386. First, what is the .diffs file for and how do I use it if I need it? (Is this what the patch-o-matic script is for? How do I run the script?). I downloaded and extracted the jdk1.2 file (the .tar.bz2) into /usr/local/jdk1

Cannot allocate colormap entry for default background

1999-06-14 Thread Anonymous
> On my Redhat 6.0 system, > where I have installed both jdk117_v3 and jdk12_prev2, > they work fine but I have this issue problem. > > All java apps show this message on the console (the jdk12 also shows > warnings about fonts, but that's another issue, I'll have to study the > FAQ). > > Warni

java distribution

1999-06-14 Thread Anonymous
I am now collecting free and non free software to put all together on a CD. Can I include the java port for linux from your ftp site on the disk ? I entend to do no modifications to the package, just put it there as a zip file, exactly how I downloaded it from the FTP site. ...hoping for an answ

Apache javaserverpages and jserv

1999-06-15 Thread Anonymous
Hi! I have a server that runs Apache with Apache jserv and it works fine. But the servlet that runs on the server does much of the work i could do with javaserver pages. So I would like to start moving my servlet to jsp but i'm not sure how to do this... I'd guess that i have to do some changes

Re: [off-topic] stop bashing!

1999-06-15 Thread Anonymous
I think u need to reread the "open source" licensing requirements. They appear to be "commercial" in nature, and monetary in fact. Please extract the particular places from the licenses which states quite clearly that "non-commercial", if there is such a thing anymore, distribution & use is still

Re: Cannot allocate colormap entry for default background

1999-06-15 Thread Anonymous
What colour depth are you running at? If you are only running 8-bit (256 colours), you need to either start the X server at a higher colour depth (16-bit perhaps), or make sure you don't load apps that use a lot of colours (like Netscape) before you start your Java apps. regards [ bryce ] Ele

Some queries regarding JDK on Linux.

1999-06-15 Thread Anonymous
Hi, I have som,e queries as follow, 1) What is the difference between JDK1.2 Pre-v1 and Pre-v2. 2) When I downloaded the file jdk1.2pre-v1.tar.bz2 under pre-v1, is it required to download the file jdk1.2pre-v1.tar.bz2 under pre-v2/glibc2.0 directories.What is the difference between these two files

Re: [off-topic] stop bashing!

1999-06-15 Thread Anonymous
Therefor for the Alpha/Linux platform I would like: 1) The JCK for free for this port 2) distributions for free for this port. gat Calvin Austin wrote: > For all other platforms you are correct. For Linux and the Blackdown port. > > 1) source is free > 2) JCK is free for that port > 3) distribu

Re: Apache javaserverpages and jserv

1999-06-15 Thread Anonymous
Roland Carlsson wrote: > > I have a server that runs Apache with Apache jserv and it > works fine. But the servlet that runs on the server does > much of the work i could do with javaserver pages. So I > would like to start moving my servlet to jsp but i'm not > sure how to do this... I'd guess t

Re: Some queries regarding JDK on Linux.

1999-06-15 Thread Anonymous
[EMAIL PROTECTED] wrote: >Hi, >I have som,e queries as follow, >1) What is the difference between JDK1.2 Pre-v1 and Pre-v2. This is probably in the CHANGES file after uncompressing the JDK1.2 Pre-v2 >2) When I downloaded the file jdk1.2pre-v1.tar.bz2 under pre-v1, is it >required to download t

I've built the JDK 1.2.1 sources!

1999-06-15 Thread Anonymous
Using Steve's patch and a little hacking, I've managed to build the JDK 1.2.1 from scratch - this is after spending ages trying to get it to build on Solaris after when I gave up waiting for the Linux sources - one question though - all the executables in build/linux/bin report: Error: can't find

Re: Apache javaserverpages and jserv

1999-06-15 Thread Anonymous
Oh hey, good call you just reminded me of a good question I had. I want to activate JSP pages with Apache 1.36 on my stock RH 5.2 machine, how do I go about doing this? Do I just download the "solaris" version of JSP from Sun? I got a bit thrown off by this on the download page. Because with the

Re: I've built the JDK 1.2.1 sources!

1999-06-15 Thread Anonymous
Duhhh! I just needed to run them from outside the bin directory - they seem to need to be run from elsewhere for the dynamic linking to work - wonder why... Anyway I finally have a buildable JDK with source!!! Some of you may find this helpful: There is a seemingly little known discussion foru

Re: Apache javaserverpages and jserv

1999-06-15 Thread Anonymous
Riyad Kalla <[EMAIL PROTECTED]> writes: > I want to activate JSP pages with Apache 1.36 on my stock RH > 5.2 machine, how do I go about doing this? Do I just > download the "solaris" version of JSP from Sun? FYI: AFAIK, this package does only work with JSDK 2.1 and if you're planing to use JSer

Re: [off-topic] stop bashing!

1999-06-15 Thread Anonymous
You mentioned earlier that you had jdk 1.1.8 non-commercial port. We will check out what is happening with the Java 2 version. (myself or Anand) although with Javaone here it make take a week or so to get an answer regards calvin >Therefor for the Alpha/Linux platform I would like: >1) The JCK

JavaOne: Keynote

1999-06-15 Thread Anonymous
At this morning's JavaOne opening keynote session, Alan Baratz was spouting off about how Sun is "listening, improving, and empowering" the Java community and during the listening portion did a cheesy bit... He talked about how his daughter is even learning Java in high-school -- he brought her up

Re: JavaOne: Keynote

1999-06-15 Thread Anonymous
>He talked about how his daughter is even learning Java in high-school >-- he brought her up on stage and the first question she asked was >"So, when is Linux going to be supported?!". Confidential to John Mitchell: Right on! Make sure the forces of the Free Software Conspiracy send her her payme

Re: I've built the JDK 1.2.1 sources!

1999-06-15 Thread Anonymous
On Tue, 15 Jun 1999, J.Moores wrote: > Using Steve's patch and a little hacking, I've managed to build the JDK > 1.2.1 from scratch - this is after spending ages trying to get it to build > on Solaris after when I gave up waiting for the Linux sources - one > question though - all the executables

Re: jdk1.2 installation

1999-06-15 Thread Anonymous
> I had a couple of questions about installing the jdk1.2 (pre-v2) on i386. > First, what is the .diffs file for and how do I use it if I need it? (Is > this what the patch-o-matic script is for? How do I run the script?). The .diffs file contains the changes made to Sun's code. You don't need

question about loading system libraries

1999-06-15 Thread Anonymous
hi I am running jdk1.1.7 on redhat. I have a native library called libfoo.so and my LD_LIBRARY_PATH includes the directory where this library is. BUt System.loadNativeLibrary("foo") is still not able to find the library. Are there different conventions as to how the name "foo" is mapped to the a

PATH for SWING

1999-06-15 Thread Anonymous
Good morning: Could some budy please tellme which is the correct PATH for use Swing libraries whith Java? I download JAVA JDK 1.1.7 and after the Swing-1.1 library (the exemple SwingSet works fine too) Java works fine, but when I use in my programs import javax.swing.* I recive the next messag

Re: PATH for SWING

1999-06-15 Thread Anonymous
Hi Bernardo & all, Bernardo Paz Betancourt wrote: > Java works fine, but when I use in my programs > import javax.swing.* > > I recive the next message at the compilation: > "Package java.swing not found in import" First you say you import javax.swing and then the r-or message says

Re: question about loading system libraries

1999-06-15 Thread Anonymous
Sumit Gupta wrote: > > hi > > I am running jdk1.1.7 on redhat. I have a native library called > libfoo.so and my LD_LIBRARY_PATH includes the directory where this > library is. BUt System.loadNativeLibrary("foo") is still not able > to find the library. Perhaps you should try to make symbolic

Re: PATH for SWING

1999-06-15 Thread Anonymous
Ernst de Haan wrote: > > First you say you import javax.swing and then the r-or message says > java.swing > > Is this your problem? R u importing java.swing instead of javax.swing? > > GreetinX++, Ernst I think it's most likely that he appears to have put the swingall.

Re: Cannot allocate colormap entry for default background

1999-06-15 Thread Anonymous
Thank you. I started X with startx -- -bpp 32 and everything is fine. I'm enjoying my linux+java !! bye, Edo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: PATH for SWING

1999-06-15 Thread Anonymous
maybe try putting swing.jar in your CLASSPATH. that should fix your problem. On Tue, 15 Jun 1999, Bernardo Paz Betancourt wrote: > Good morning: > > Could some budy please tellme which is the correct PATH for use Swing > libraries whith Java? > I download JAVA JDK 1.1.7 and after the Swing-1.1

Re: PATH for SWING

1999-06-15 Thread Anonymous
You want to put the jar and zip files in your CLASSPATH, not your PATH. PATH is where the shell looks for binary executables. CLASSPATH is where java looks for bytecode class files. -Kelly -- Kelly A. Campbell Commerce Core Engineer <[EMAIL PROTECTED]> ChannelPoint,

Re: PATH for SWING

1999-06-15 Thread Anonymous
>First you say you import javax.swing and then the r-or message says > java.swing > >Is this your problem? R u importing java.swing instead of javax.swing? Sorry, sorry the message is about javax.swing too I make a transcription error, I´m not an expert so my problem is wh

Re: PATH for SWING

1999-06-15 Thread Anonymous
Thankyou very much for your contributions to solve my problem You are write I need to do the difference bettwen PATH and CLASSPATH now I have a CLASSPATH in my .bash_profile and javax.swing can be imported. Your help is usefull thanks again! Sincerly. Bernardo. . . . __

Re: [off-topic] stop bashing!

1999-06-15 Thread Anonymous
No, I think you're the one who's confused. The license *you* are referring to is the SCSL - the source license for the VM. I'm referring to the license agreement which accompanies the *add-on* libraries - Java3D, Swing, etc. --Jeff Uncle George wrote: > > I think u need to reread the "open so

Re: JavaOne: Keynote

1999-06-15 Thread Anonymous
On Tue, 15 Jun 1999, Nelson Minar wrote: > Seriously, that's great. What was the audience reaction? How much > Linux presence is there at JavaOne? Hopefully IBM will make a big > splash. Well the Linux BOF was packed, and notes will be posted somewhere when people get a chance. Steve Byrne, Ma

Re: Apache javaserverpages and jserv

1999-06-15 Thread Anonymous
If I just want to use JSP with say a Postgres JDBC driver, do I need jserv? john On 15-Jun-99 Chris Kakris wrote: > Dynamic Solutions Pty Ltd http://www.dynamic.net.au/christos > 414 Gilbert Road [EMAIL PROTECTED] > Preston, Victoria 3072 61 3 94718224 - voice > Austra

Re: Apache javaserverpages and jserv

1999-06-15 Thread Anonymous
> If I just want to use JSP with say a Postgres JDBC driver, do I need jserv? My understanding is that JSP requires a servlet environment. So yes you do need jserv. Chris Kakris "Ask not what Linux can do for you, but what you can do for Linux." Dynamic Solutions Pty Ltd http://www.dynami

java- ARM PORTING

1999-06-15 Thread Anonymous
HI GUYS, HAS ANYONE DONE ANY PORTING FRO THE ARM PROCESSOR.? Can some one tell me where to look. Thanks Vincent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

JavaSound for Linux

1999-06-15 Thread Anonymous
Hi, there is an implementation of JavaSound for Linux started. Currently supported is simple playback only, but it is intended to implement the full API. The current implementation uses the Network Audio System 1.2 and relies on JDK 1.2. More information and download is at http://rupert.informa

Re: Apache javaserverpages and jserv

1999-06-15 Thread Anonymous
On Wed, 16 Jun 1999, Chris Kakris wrote: # > If I just want to use JSP with say a Postgres JDBC driver, do I need jserv? # # My understanding is that JSP requires a servlet environment. # So yes you do need jserv. Gnujsp runs as servlet to produce classess from .jsp files by parsing them, so it

Re: Problems with JDK 1.2 v2!

1999-06-16 Thread Anonymous
Hi! Now i tryed somw ldd commands and first found that there some libraries could not be found. Now I extended the LD_LIBRARY_PATH the librarys would be found but nothing works. Remember all libraries are with the right permissions and all libraries will be found. Ciao! ---

what's wrong with ServerSocket.getInetAddress().getLocalHost()????

1999-06-16 Thread Anonymous
Hello, i still have a big problem with linux jdk (1.1.7-alpha, 1.2-pre2-glibc2.0) that seems somehow be jdk-version unrelated... using the following code: import java.io.*; import java.net.*; public class IPTest { public static int port = 0; public static String addr = null; publi

Some sort of Sun-Java-Linux announcement?

1999-06-16 Thread Anonymous
In a Wired article (http://www.wired.com/news/news/technology/story/20261.html) it was said that Sun has "begun working on porting Java to Linux". Hmm... Anyone know if there was a real announcement or are they just speaking of the Blackdown port?

Re: Some sort of Sun-Java-Linux announcement

1999-06-16 Thread Anonymous
As I understand it, there is a Sun jdk/jvm for linux but it's for Sun's internal use only. I don't konw when they plan on releasing an official Sun jdk for linux. On Wed, 16 Jun 1999, Ken McNeil wrote: > In a Wired article > (http://www.wired.com/news/news/technology/story/20261.html) > it was

JDK 1.2 on slackware ?

1999-06-16 Thread Anonymous
Does jdk1.2 run on Linux 2.0.35 (slackware)? Here is what I get when I try to execute a demo gray:~/java2/jdk1.2/demo/jfc/SampleTree[572] java SampleTree /home/antoy/java2/jdk1.2/jre/bin/realpath: /home/antoy/java2/jdk1.2/jre/bin/i386/realpath: No such file or directory /home/antoy/java2

Re: Some sort of Sun-Java-Linux announcement

1999-06-16 Thread Anonymous
If you look at a similar press release from the same day, http://java.sun.com/pr/1999/03/pr990302-03.html It is touting the fact that they are letting the blackdown team to port the jdk for sun. --- "Alex M." <[EMAIL PROTECTED]> wrote: > As I understand it, there is a Sun jdk/jvm for linux > bu

Re: java- ARM PORTING

1999-06-16 Thread Anonymous
vincent writes: > HI GUYS, > > HAS ANYONE DONE ANY PORTING FRO THE ARM PROCESSOR.? > Can some one tell me where to look. > > Thanks > > Vincent > I believe Corel did some porting under license from Sun, though I am not too sure. It is called JRE. I do not know if it is ava

Creating a .jar

1999-06-16 Thread Anonymous
Hi people On RH 6.0 when I try to create a .jar file out of my classes, I get the following - (I used jar cf my.jar *.class) java.lang.NoClassDefFoundError: sun/tools/jar/Main at java.lang.Throwable.(Throwable.java:40) at java.lang.Error.(Error.java:21) at java.lang.Linka

Re: Creating a .jar

1999-06-16 Thread Anonymous
Amlan Saha <[EMAIL PROTECTED]> writes: > On RH 6.0 when I try to create a .jar file out of my classes, I get > the following - (I used jar cf my.jar *.class) > > java.lang.NoClassDefFoundError: sun/tools/jar/Main > at java.lang.Throwable.(Throwable.java:40) > at java.lang.Error.(

Re: JDK 1.2 on slackware ?

1999-06-16 Thread Anonymous
I am also facing the same problem. I guess it's because of improper libc version. My system has Slackware 2.0.34 with libc5.4.44. But jdk1.2 distributions ported so far are only for glibc libraries. So, with libc5 one will get the following errors. (I got them as well). After that, I tried to ins

Re: Creating a .jar

1999-06-16 Thread Anonymous
Amlan Saha wrote: > > Hi people > > On RH 6.0 when I try to create a .jar file out of my classes, I get > the following - (I used jar cf my.jar *.class) > > java.lang.NoClassDefFoundError: sun/tools/jar/Main > at java.lang.Throwable.(Throwable.java:40) > at java.lang.Error.(Erro

Re: jdk1.2 installation

1999-06-17 Thread Anonymous
I think I had this problems too when I've installed my java I found some errors in .java_wrapper try to corect them. On Tue, 15 Jun 1999, Stefan Proels wrote: > > > I had a couple of questions about installing the jdk1.2 (pre-v2) on i386. > > First, what is the .diffs file for and ho

RE: jdk1.2 installation

1999-06-17 Thread Anonymous
On 15-Jun-99 Vlad Beffa wrote: > I see libhpi.so in both /usr/local/jdk1.2/jre/lib/i386/green_threads and > .../native_threads, and libjava.so in /usr/local/jdk1.2/jre/lib/i386/. Is > there something else I need to do? I have jdk1.1.7 installed as well, and > I think the system has glibc on it. >

Re: java- ARM PORTING

1999-06-17 Thread Anonymous
"vincent" <[EMAIL PROTECTED]> wrote: > HAS ANYONE DONE ANY PORTING FRO THE ARM PROCESSOR.? > Can some one tell me where to look. -- +-+-+ | Peter Naulls - [EMAIL PROTECTED] |

[Fwd: Come see new versions of Delphi & JBuilder!] will be a linux version?

1999-06-17 Thread Anonymous
Hey guys check that from Inprise, I hope version of linux would be released. see you! Dear Inprise Customer, COME CELEBRATE A DECADE OF AWARD-WINNING CONFERENCES 10th Annual Inprise & Borland Conference Pennsylvania Convention Center, Philadelphia July 17-21, 1999 FOR EASY REGISTRATION, VIS

how many threads are too much?

1999-06-17 Thread Anonymous
Well I know you can tell me what is the answer, I will be representing some matrix with agents in there (no it isn't the movie :-) ). The fact is I have for example a 12x12 matrix with at most 144 agents running concurrently in each cell of the matrix, so the question 144 threads are too much thr

Re: [off-topic] stop bashing!

1999-06-17 Thread Anonymous
Thanks, I Think that u will find that 'any' distribution, and completed port now is considered commercial, therefor not for free ( i believe this extends even to yourself, for personel uses ). The Non-Commercial licenses appears to have bitten the dust when this OPENNESS was made. A proper p

Re: how many threads are too much?

1999-06-17 Thread Anonymous
>The fact is I have for example a 12x12 matrix with at most 144 agents >running concurrently in each cell of the matrix, so the question 144 >threads are too much threads? I believe 144 threads should work OK on the Linux JDK. If you are using green threads, in theory there is no upper limit on t

VisualAge for Java for Linux

1999-06-17 Thread Anonymous
Dear All, This is to let you know that IBM has released a technical preview of VisualAge for Java for Linux. I downloaded it and installed it in my Debian 2.0 box and the environment is the very same as the other versions they have with similar features and look. IBM stated that this technical pr

Re: [off-topic] stop bashing!

1999-06-17 Thread Anonymous
Actually, you don't need to modify the .java files, and in fact, modifying the .java files is strictly prohibited in the license (as such modifications could potentially be misconstrued by the licensee as permission to change the apis). The license does permit personal use of your own port. If

RH6, jdk12 pre_v2 and missing Zapf Dingbats fonts : OK!

1999-06-17 Thread Anonymous
Hi I have solved my 'warning-missing Missing Zapf Dingbats font' problem' as suggested in Known bugs, just that for those running RedHat6 there is some difference with the install info in http://www.gimp.org/fonts.html . the difference is that RH6 uses a font server, so you do not have to edit t

Re: RH6, jdk12 pre_v2 and missing Zapf Dingbats fonts : OK!

1999-06-17 Thread Anonymous
Edoardo Comar wrote: > > Hi > I have solved my 'warning-missing Missing Zapf Dingbats font' problem' as > suggested in Known bugs, just that for those running RedHat6 there is some > difference with the install info in http://www.gimp.org/fonts.html . > > the difference is that RH6 uses a font

Re: [Fwd: Come see new versions of Delphi & JBuilder!] will be a linux version?

1999-06-17 Thread Anonymous
Can't tell you much but we will have Linux specific topics at the conference and we'll show "what's cooking" :) --Paolo > "JB" == os Molina writes: JB> [1 ] Hey guys check that from JB> Inprise, I hope version of linux would be released. JB> see you!

profiling under linux?

1999-06-17 Thread Anonymous
Greets, So I have this big mucking system which is due for some speedups. I'd really like to profile it so that I can figure out exactly where said speeds ups are necessary (it is mucking complex, too, so I don't want to over engineer). The only profiler I've seen, OptimizeIt, is g

TYA problems: unresolved ref

1999-06-17 Thread Anonymous
I'm trying to use TYA, puzzling over why JDK1.2 claims it cannot be found even though I specify LD_LIBRARY_PATH. So I tried running with JDK1.1: again tya failed, but I got this intriguing message: /usr/local/Java/tya1.3v2/libtya.so: undefined symbol: min_javastack_chunk_size (libtya.so) Is 1.3v

Re: ^CTYA problems: unresolved ref

1999-06-17 Thread Anonymous
> I'm trying to use TYA, puzzling over why JDK1.2 claims it cannot be > found even though I specify LD_LIBRARY_PATH. So I tried running with > JDK1.1: again tya failed, but I got this intriguing message: > > /usr/local/Java/tya1.3v2/libtya.so: undefined symbol: > min_javastack_chunk_size (libtya

Re: TYA problems: unresolved ref

1999-06-17 Thread Anonymous
I've been using 1.3v2 with 1.1.7v3 since that combination became possible, with no problems at all, on a Debian system, 2.2.7, glibc 2.1. I do remember that I had to build tya myself from source to get it going in the first place; there was some problem with the Debian tya package at that time.

Re: how many threads are too much?

1999-06-17 Thread Anonymous
another limiting factor is memory consumption by the thread stacks... the defaults are a tad large JIC. If you know your pathlength is predictable and you don't have a lot of large objects in the call stack frames you can play with the max values via -oss and -ss (java stack and native stack resp

Re: ^CTYA problems: unresolved ref

1999-06-17 Thread Anonymous
Stefan Proels wrote: > > > I'm trying to use TYA, puzzling over why JDK1.2 claims it cannot be > > found even though I specify LD_LIBRARY_PATH. So I tried running with > > JDK1.1: again tya failed, but I got this intriguing message: > > > > /usr/local/Java/tya1.3v2/libtya.so: undefined symbol: >

Catch Exception

1999-06-18 Thread Anonymous
Although we had try { } catch block ,and throw statement ,it is possible we can miss some of the (fatal ,for example ) exception.if it is how do we eliminate or find some way to catch it ? _ Do You Yahoo!? Get your free @yahoo.com address at

Re: Catch Exception

1999-06-18 Thread Anonymous
Be verbose. Show us what the actual try...catch statement is. If you do: try { ... } catch (Throwable t) { ... } you should catch all but real signals. There is a way to catch signals as well, a package that offers this functionality has come by a while ago on this list. GreetinX++, Ernst

Re: how many threads are too much?

1999-06-18 Thread Anonymous
> Java doesn't multitask threads very effectively Two problems with this statement: "Java" doesn't multitask efficiently? At best, "the JDK" or "currently available JDK's", because I haven't seen anything in the JLS or JVM spec that would hamper efficient multithreading. Second, what's wrong with

KVM

1999-06-18 Thread Anonymous
Hi, this might be off-topic, but I do not know a better place (and given that the geek factor of palm pilots and linux is almost the same...): Does anybody of you guys attending JavaOne have had a chance to get a copy of the KVM for the Palm? I would really like to have a look at it, but it seem

Calling Java objects from C++

1999-06-18 Thread Anonymous
Hi, I'm looking for a way to call Java objects from C++. Is this possible using JNI? Naoki -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [off-topic] stop bashing!

1999-06-18 Thread Anonymous
Jeff Galyan wrote: > Actually, you don't need to modify the .java files, and in fact, modifying the .java >files is strictly prohibited in the license (as such modifications could potentially >be misconstrued by the licensee as permission to change the apis). The license does >permit personal

Re: how many threads are too much?

1999-06-18 Thread Anonymous
>> Java doesn't multitask threads very effectively >Two problems with this statement: "Java" doesn't multitask >efficiently? At best, "the JDK" or "currently available JDK's", >because I haven't seen anything in the JLS or JVM spec that would >hamper efficient multithreading. Sorry, this is a pet

Location of any Java plugin

1999-06-18 Thread Anonymous
I am aware that the Java 1.2 plugin is not going to available for a while yet, but can anyone point me to the location of a Linux i386 Java 1.1 plugin in the interim? Peter Harbo email: [EMAIL PROTECTED] OR Smithsonian Astrophysical Observatory [EMAIL PROTEC

Re: how many threads are too much?

1999-06-18 Thread Anonymous
[EMAIL PROTECTED] said: > Sorry, this is a pet topic of mine. I didn't say "efficient", I said > "effective". The Java threading model, as specified, is quite weak. > There is no way to stop a thread. Yep. Some prices have to be paid for WORA. Personally, I don't think it's a very big price. >

Re: [off-topic] stop bashing!

1999-06-18 Thread Anonymous
Uncle George: >Actually u do have to change the '.java' files ( simply for practicable >convience ). Having extensive experience in porting sun's JDK, I find >it rather difficult to store 64bits into a 32bit java int. Maybe u can >review the java-linux-porting diffs of their 1.2 port. I'd like

Re: how many threads are too much?

1999-06-18 Thread Anonymous
Warning Could not process message with given Content-Type: multipart/signed; boundary=VkVuOCYP9O7H3CXI; micalg=pgp-md5;protocol="application/pgp-signature"

Re: [off-topic] stop bashing!

1999-06-18 Thread Anonymous
> Cees de Groot writes: Cees> Uncle George: >> Actually u do have to change the '.java' files ( simply for >> practicable convience ). Having extensive experience in porting >> sun's JDK, I find it rather difficult to store 64bits into a >> 32bit java int. Maybe u can rev

Re: how many threads are too much?

1999-06-18 Thread Anonymous
Cees de Groot says: >>The Java threading model, as specified, is quite weak. >Yep. Some prices have to be paid for WORA. Personally, I don't think >it's a very big price. It depends on what you're doing. In the current system, you can't even really do applets correctly, because there's no way to

Re: how many threads are too much?

1999-06-18 Thread Anonymous
> What about implementing a little scheduler in Java? I mean, Java *does* > pre-emt even green threads if there's another threads of *higher* priority > running. > > So, as I believe has been mentioned before, it would be possible to use the > three thread priorities to implement a green-threads

Compile OK but not Run

1999-06-18 Thread Anonymous
After an installation de jdk1.2 on Linux RedHat 6 I can Compile with javac in Xterm windows and i get one file.class When i would run this file.class i use "java file.class" and it return this error : at java.lang.NoClassDefFoundError. Could you help me Thanks Olivier TINLAND French

Re: Compile OK but not Run

1999-06-18 Thread Anonymous
try "java file" not "java file.class" On Fri, 18 Jun 1999, tinland wrote: > After an installation de jdk1.2 on Linux RedHat 6 > > I can Compile with javac in Xterm windows and i get one file.class > > When i would run this file.class i use "java file.class" and it return this error : > at java

Re: Compile OK but not Run

1999-06-18 Thread Anonymous
try adding . to your classpath ~ Yohans Mendoza [EMAIL PROTECTED] Sirius Images Inc. Unix Administrator http://www2.utep.edu/~yohans ~

Display an image

1999-06-18 Thread Anonymous
Hi, I knew that getImage() could load an image file from the network and paint() could display it. However, I don't know how can I get an image which is a local file. I tried Image i = getImage( String filename ) It can not be compiled and the compiler said: Incompatible type for method. Ca

Re: Calling Java objects from C++

1999-06-19 Thread Anonymous
Naoki Shibuya wrote: > > Hi, > > I'm looking for a way to call Java objects from C++. > Is this possible using JNI? Yes, it is possible. There are two scenarios: 1. you want to call methods of Java objects while you are in C++ code that is the native implementation of a method of another Java o

Problem aobut running javac & appletviewer...

1999-06-19 Thread Anonymous
Hi, When I run javac & appletviewer, I got the following message: /usr/local/jdk117_v1a/bin/checkVersions: /tmp/ldd.out.10047:Permission denied. /usr/local/jdk117_v1a/bin/i586/green_threads/appletviewer: /usr/bin/mkdir: No such file or directory SIGSEGV 11* segmentation violation stackba

Re: Compile OK but not Run

1999-06-19 Thread Anonymous
> After an installation de jdk1.2 on Linux RedHat 6 > > I can Compile with javac in Xterm windows and i get one file.class > > When i would run this file.class i use "java file.class" and it return this error : > at java.lang.NoClassDefFoundError. you have to give like "java file" not "java file

Re: VisualAge for Java for Linux

1999-06-19 Thread Anonymous
Alex Rice wrote: > > Yes, everyone, check it out. Visual Age for Java is a great > development environment. > > Alex Rice|[EMAIL PROTECTED]|http://www.swcp.com/~alrice > Current Location: N. Rio Grande Bioregion, Southwestern USA > > ---

Re: VisualAge for Java for Linux

1999-06-19 Thread Anonymous
It is Pure java, which will run anywhere ? Or is it just for linux/intel :-/ gat Alex Rice wrote: > On Thu, 17 Jun 1999 09:57:39 -0400, > "Jauvane Cavalcante de Oliveira" <[EMAIL PROTECTED]> said: > > Jauvane> http://www7.software.ibm.com/vadreg.nsf/GARegistration?OpenForm > Jauvane> free of ch

  1   2   3   >