swing

1999-02-02 Thread Charlie Fulton
is swing available to use with your linux port? thanks, -Charlie. btw, great job on the port!

Re: BEOS port help on 1.2.

1999-02-02 Thread Joel Shellman
Uncle George wrote: > > I do not think that there is a port, but rather an effort. i do not know > whats going on, but I can help in some regart to the port effort. > gat > Joel Shellman wrote: > > > ail bounced. And the fact is I'm rather desparate. > > > > I saw Rob's post regarding Java on th

Re: How can I do it?

1999-02-02 Thread Chris Abbey
Do a runtime exec of "cat /proc/meminfo" and attach the process's stdout to an io reader of some sort (it's only a stream afterall) @see Ljava/lang/Process, Ljava/lang/Runtime for needed methods. Just remember that by doing this you have: 1. broken platform independence. 2. created a requirement t

Re: Home, End and Arrow Keys Do Not Work in JTextField

1999-02-02 Thread Cynthia Jeness
Cynthia Jeness wrote: > We are running the latest BlackDown JDK1.1.7 glibc version for Intel on > an IBM 300 PL computer. The distribution is Redhat 5.2; however, we > recently upgraded to the 2.2 kernel. We are also using the XServer > which supports frame buffers in order to support the S3Tri

Re: little endian & big endian

1999-02-02 Thread mlorton
> I now have two different opinions. Some say Java is big-endian, some > say it depends which machine it's on. Who's right? Proofs, please. Class files and serialized objects are MSB. The endianness of the VM itself is implementation dependent; however, if you could devise a pure-Java program th

Re: I don't want to know when 1.2 will ship - honest!

1999-02-02 Thread mlorton
I, by contrast, DO want to know, I'm just not going to ask. M.

BEOS port help on 1.2.

1999-02-02 Thread Uncle George
I do not think that there is a port, but rather an effort. i do not know whats going on, but I can help in some regart to the port effort. gat Joel Shellman wrote: > ail bounced. And the fact is I'm rather desparate. > > I saw Rob's post regarding Java on the BeOS and it renewed > my hopes. Is th

Re: little endian & big endian

1999-02-02 Thread Robert P. Biuk-Aghai
On Tue, 2 Feb 1999, Peter Naulls wrote: > > Don't know if this helps, but I read in the Java Glossary > > (http://mindprod.com/gloss.html): > > > >"Java stores binary values internally and in files MSB (Most > > Significant Byte) first, i.e. high order part first. This is > > referre

Help!

1999-02-02 Thread Juan Carlos
Hi, How can I read the files of /proc directory with JDK? The information of these files is generated with the cat option. (EX: cat /proc/meminfo). It information don´t is fixed in these files. Thanks for your attention. J.C. _

How can I do it?

1999-02-02 Thread Juan Carlos
Hi, How can I read the files of /proc directory with JDK? The information of these files is generated with the cat option. (EX: cat /proc/meminfo). It information don´t is fixed in these files. Thanks for your attention. J.C. _

I don't want to know when 1.2 will ship - honest!

1999-02-02 Thread Carlson, Jeffrey F
Kevin, I read your update on the LWN. I just wanted to say that on behalf of the Linux/Java folks here at Pfizer, we thank you and the blackdown team for your efforts and your hard work. When you complete the JCT, it will be soon enough for us. Your post sounded like you were getting a lot o

Re: Offering help on 1.2.

1999-02-02 Thread Kelly Campbell
Can the current diffs be posted somewhere so people who have executed a non-commercial source license with Sun can try to help with the port? I see nothing in the Source license I signed (even though it says version 1.1.x at the top, but they sent me 1.2 sources) to keep the platform-dependent di

Re: Offering help on 1.2.

1999-02-02 Thread Joel Shellman
I realize this is off-topic and off-list, but I have tried twice to email Rob Schoening privately and both times the email bounced. And the fact is I'm rather desparate. I saw Rob's post regarding Java on the BeOS and it renewed my hopes. Is there any Java port for the BeOS? I don't care what ver

Help about doc on source of JDK

1999-02-02 Thread Pierre Bizzotto
Hi, We have some problem about the mind of the source code of the JDK 1.1.6. we are two students at University of Rome in COMPUTER SCIENCE. We have the source code of JDK of the SUN. We must generate a JVM for a parallel machine. But we have some difficult to understand how the THread are h

Re: little endian & big endian

1999-02-02 Thread Peter Naulls
> > I would like to ask about a question. I am doing a JAVA program > > which should deal with system architeucture. I would like to ask a > > question how can I know the system is little endian or big endian? > > Don't know if this helps, but I read in the Java Glossary > (http://mindprod

Re: Offering help on 1.2.

1999-02-02 Thread Sean Kellner
"Seth M. Landsman" wrote: > > > We still don't have anything to work with though, or even > > acknoledgement that someone who is dealing with the situation has seen > > my request yet. If this was a truly open source project, we'd have > > already gotten to the code and fixed it by now :). Inste

Re: Offering help on 1.2.

1999-02-02 Thread Sean Kellner
> Sean> We still don't have anything to work with though, or even > Sean> acknoledgement that someone who is dealing with the situation has seen > Sean> my request yet. > > We've seen it, it's just no that easy to create a short (or medium sized) > example that shows the problem. >

Re: Frames not showing up quite correctly?

1999-02-02 Thread Aaron Gaudio
It is a bug, and it seems to be related to the setResizable() (if you comment that out, it appears as normal). And lo, the chronicles report that Dustin Lang spake thusly unto the masses: > > > Hi, > > Before I submit this to jitterbug, I'd like to make sure I'm not just on > crack. > > This

Frames not showing up quite correctly?

1999-02-02 Thread Dustin Lang
Hi, Before I submit this to jitterbug, I'd like to make sure I'm not just on crack. This used to work before I upgraded (to JDK1.1.7, XFree86 3.3.3.1, and kernel 2.2.0, from JDK1.1.6, XFree86 3.3.2(?), kernel 2.0.36. Window manager = fvwm2). It also works correctly on win32. I don't have acc