Re: little endian & big endian

1999-01-31 Thread Leung Yau Wai
On Sat, 30 Jan 1999, Aaron Gaudio wrote: > You won't...not from java at least. How you determine endianess will be > platform-dependant. In glibc (and possibly libc5) systems, look at > /usr/include/endian.h (you'll have to have native code for this). This > will be different on other systems (fo

Minimum configuration for JRE use?

1999-01-31 Thread Scot E. Wilcoxon
The FAQ has vague references to JDK resource needs. Anyone have an estimate of the minimum configuration needed for the Linux JRE? That is, what's the smallest system which can run Linux Java programs, not the JDK? (I happen to be wondering about 486 12M RAM/20M disk at the moment)

Re: little endian & big endian

1999-01-31 Thread Aaron Gaudio
And lo, the chronicles report that Leung Yau Wai spake thusly unto the masses: > > On Sat, 30 Jan 1999, Aaron Gaudio wrote: > > > You won't...not from java at least. How you determine endianess will be > > platform-dependant. In glibc (and possibly libc5) systems, look at > > /usr/include/endian

Re: little endian & big endian

1999-01-31 Thread SHUDO Kazuyuki
> Many people will feel I very strange since I would like to know > the system endianess. Since I am working JNI so I need to concern about > it. You can deal with endianess in native code not in Java code. I think that system dependent stuffs should not be dealt with in Java code. See th

Re: Minimum configuration for JRE use?

1999-01-31 Thread yves
On Sat, 30 Jan 1999, Scot E. Wilcoxon wrote: > The FAQ has vague references to JDK resource needs. > > Anyone have an estimate of the minimum configuration > needed for the Linux JRE? That is, what's the smallest > system which can run Linux Java programs, not the JDK? > (I happen to be wonderi

Re: Minimum configuration for JRE use?

1999-01-31 Thread Michael Sinz
On Sat, 30 Jan 1999 23:50:40 -0600, Scot E. Wilcoxon wrote: >The FAQ has vague references to JDK resource needs. > >Anyone have an estimate of the minimum configuration >needed for the Linux JRE? That is, what's the smallest >system which can run Linux Java programs, not the JDK? >(I happen to b

Cornfused about JDE, RT and Native installation

1999-01-31 Thread Glenn Valenta
I need to install the native support for jdk117. I have read the "Java Linux Native Threads Pack", "README.linux for JDK117" and the "[EMAIL PROTECTED] FAQ" but am unable to find a more detail discription of the installation instructions of the JDE and RT packages. The best description I found w

need help on installing Java Studio1.0 in Linux

1999-01-31 Thread P. T. Kornman
Has anyone out there been able to get Sun's Java Studio 1.0 to run on Linux? I went thru the procedure as described on the Blackdown pages and I get the error message Can't find class sun.jws.Main I do have my own (legally purchased) copy of Java Studio 1.0 (bought 12-97)

(no subject)

1999-01-31 Thread Daum, Klaus
unsubscribe

Re: need help on installing Java Studio1.0 in Linux

1999-01-31 Thread Michael Doherty
P. T. Kornman wrote: > > Has anyone out there been able to get Sun's Java Studio 1.0 to run on > Linux? I went thru the procedure as described on the Blackdown pages and > I get the error message > > Can't find class sun.jws.Main > > I do have my own (legally purchased)

Swing 1.1.1b1 does not compile under Linux

1999-01-31 Thread Michael Emmel
Hi I need to add patches to Swing to fix show stopper bugs but the new 1.1.1b1 does not compile under linux using jdk1.1.7 Jikes also fails. Anyone have any luck. The problem seems to be in BasicTableUI.java The private inner class access seems to fail. Under both Jikes and javac. Anyway Jikes

Re: Cornfused about JDE, RT and Native installation

1999-01-31 Thread Michael Sinz
On Sun, 31 Jan 1999 10:26:14 -0700, Glenn Valenta wrote: > >I need to install the native support for jdk117. I have read the "Java Linux >Native Threads Pack", "README.linux for JDK117" and the >"[EMAIL PROTECTED] FAQ" but am unable to find a more detail >discription of the installation instructi

Java Hangs on 2.2.0 with Old KeyMappings

1999-01-31 Thread Cynthia Jeness
JDK - latest 1.1.7 from Blackdown Hardware - IBM300PL (450 Mz Pentium II), 128 Mb RAM, S3Trio3D (Redhat 5.2 updated for 2.2.0 Kernel XServer: XF86_FBDev and "XdbDisable" in XF86Config file) OR (Redhat 5.2 with original 2.0.36 Kernel Accelerated X-Server) I have a strange problem which only seems

Re: little endian & big endian

1999-01-31 Thread Robert P. Biuk-Aghai
On Sun, 31 Jan 1999, Leung Yau Wai wrote: > Dear all, > > 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, b