Re: Understanding 1.2 classpath

1999-03-13 Thread Jeff Galyan
> > Steve> With jdk 1.2 installed in /usr/local/java/jdk1.2 what would > Steve> be the equivalent classpath to use in 1.2 for compilation? > Steve> For execution? > > You need no classpath. Don't even set it to "". > I've found in my use of Java 2 (both at Sun and on my machine at h

Re: admending previous report ...

1999-03-13 Thread Juergen Kreileder
> Seth M Landsman writes: Seth> Okay, let me admend the report. Specifying java -green, the Seth> system doesn't come up. Specifying java -native, the system Seth> does come up. I thought green threads were working and Seth> native threads were broke. I guess I'm not payin

Re: admending previous report ...

1999-03-13 Thread Urban Widmark
On Sat, 13 Mar 1999, Seth M. Landsman wrote: > Okay, let me admend the report. Specifying java -green, the > system doesn't come up. Specifying java -native, the system does come up. > I thought green threads were working and native threads were broke. I > guess I'm not paying close enou

Fonts, fonts, fonts (sizes, jdk1.2pre1)

1999-03-13 Thread Urban Widmark
Hello Is there anything that can be done to make the jdk1.2 fonts behave more like the 1.1 ones? Included is a small testprogram with output. Notice the difference in height of the fontmetrics. Searching through the archives and the bug-reports gave at least one other person (hmm, no mail addre

admending previous report ...

1999-03-13 Thread Seth M. Landsman
Okay, let me admend the report. Specifying java -green, the system doesn't come up. Specifying java -native, the system does come up. I thought green threads were working and native threads were broke. I guess I'm not paying close enough attention ... Sorry about that. The sys

possible 1.2 problem report ...

1999-03-13 Thread Seth M. Landsman
Okay, I just grabbed and setup in a tmp directory the jdk1.2pre1 on a freshly installed slink debian 2.1 system. I have a research system with a gross number of objects and files which I've written using (exclusively) the various 1.1 blackdown jdks. Under 1.1.7, the system initi

PLEASE HELP: Library Error

1999-03-13 Thread Steve Gee
can someone please help with a library error: when I try to run a simple application: source code provided: import javax.swing.*; public class jfctest extends JFrame{ public static void main(String args[]){ new jfctest(); }//end main public jfctest(){

Magician pulled off the market

1999-03-13 Thread Bernd Kreimeier
[about as much off topic as "JMF for Linux"] With respect to "Java3D for Linux": Arcana Ltd., the company that till last week provided a very popular Java OpenGL API and implementations for JNI, RNI and Netscape's JRI on Linux, Windows, Mac, and other platforms, has been forced to close shop.

Re: java and glibc2.1

1999-03-13 Thread Hani Suleiman
I'm runnning Debian potato with no problems. Just make sure you call java with -green. I havent tested it extensively, mind you (using jdk1.2pre1) At 12:52 PM 3/13/99 -0500, Seth M. Landsman wrote: >Grr ... > >So debian unstable branch has gone to glibc2.1, which breaks many, >ma

java and glibc2.1

1999-03-13 Thread Seth M. Landsman
Grr ... So debian unstable branch has gone to glibc2.1, which breaks many, many things, including the jdk1.1.7 from blackdown. So, while I really would like to participate in the debugging effort of debian, my lack of having a play machine and the necessity of doing real work h

Re: Benchmark of a Java application

1999-03-13 Thread Nathan Meyers
Kontorotsui wrote: > > Hello, > I hope this is not OT. > > I have a Java distributed application that works on a network of Linux PCs. > Is there a way to tell, at the end of the computation, how much time was spent > for each method (of course I mean on the local istance of the program)

Re: Java Machine Code

1999-03-13 Thread Nathan Meyers
Chengyan Che wrote: > > Hi Friends, > > I am kind of newbie to both java and linux. Using JDK1.1.1, I've made a > small java application which is intended to be used as a CGI script running > on Linux(RedHat), Apache as http server. But how can I compile it into a > native Linux machine code exe

Re: Questions concerning jikes.

1999-03-13 Thread Geoffrey T. Cheshire
On Sat, 13 Mar 1999, Justin Knotzke wrote: > > I probably should complain to IBM about this but just in case I can get > a faster answer from the list: Has anyone been able to download Jikes > from IBM? I get an error because when it's time to download IBM tries to > point my browser to ftp

deregister_frame_info undefined

1999-03-13 Thread GRANT, SCHUYLER D.
Got past the fpucw undefined by doing g++ -shared -o /usr/lib/libstdc++-libc6.0-1.so.2 -lm -lc but now get /lib/i386/libfontmanager.so: /usr/local/jdk1.2/jre/lib/i386/libfontmanager.so: undefined symbol: __deregister_frame_info when doing swing code Suggestions? ---

Re: How to create a NetworkClassLoader in JDK1.1.x?

1999-03-13 Thread Nelson Minar
(An aside - why do people keep dumping questions not appropriate to java-linux on this list? It's not even ignorance - people keep saying things like "I know I should ask this elsewhere, but...". Folks, that's just plain rude. Please stop.) At the risk of encouraging more off-topic posts, I'll an

Questions concerning jikes.

1999-03-13 Thread Justin Knotzke
Hi, I probably should complain to IBM about this but just in case I can get a faster answer from the list: Has anyone been able to download Jikes from IBM? I get an error because when it's time to download IBM tries to point my browser to ftp:/alpha. (note the missing /) when

Missing fonts and pointer exceptions

1999-03-13 Thread Steve Cohen
I've seen the reply to msg 540 on the bug system about these missing fonts, suggesting I copy them into my /jre/lib/fonts directory but I don't know where to get these font files. d051.pfb and s051.pfb are not found anywhere on my system. I wonder if this has anything to do with the Null

swing changes?

1999-03-13 Thread Steve Cohen
I have ported my application from 1.1.7 to 1.2, and after changing all the com.sun.java to swing gotten the application to compile. It blows up, however, with a null pointer exception, the first time the user presses a button which eventually triggers a call to JComponent.paintAll(). The compone

Benchmark of a Java application

1999-03-13 Thread Kontorotsui
Hello, I hope this is not OT. I have a Java distributed application that works on a network of Linux PCs. Is there a way to tell, at the end of the computation, how much time was spent for each method (of course I mean on the local istance of the program)? Something like... method updat

How to create a NetworkClassLoader in JDK1.1.x?

1999-03-13 Thread Volker Augustin
Hi! Does anyone know how to create a NetworkClassLoader? A ClassLoader loading classes from a URL such as http://www.test.com/testdir/ ? Is it possible to load classes from a jar file at the specified URL? I can only use JDK1.1.x and don't have the possibility to upgrade to 1.2 on my system. Help

Java Machine Code

1999-03-13 Thread Chengyan Che
Hi Friends, I am kind of newbie to both java and linux. Using JDK1.1.1, I've made a small java application which is intended to be used as a CGI script running on Linux(RedHat), Apache as http server. But how can I compile it into a native Linux machine code executable, instead of a .class file?

Re: javacc

1999-03-13 Thread Andreas Rueckert
Hi! On Sat, 13 Mar 1999 Stefan Lauterbach wrote: >Hi, > >of course the wrong list. But maybe one of the java wizards here on the >list knows the answer: How can I get the actual line at the end of a rule >in the Java Compiler Compiler (javacc) ? Your underlying inputstream should have a method g

Re: javac 1.2 a real pig

1999-03-13 Thread Volker Augustin
I am only using jikes since it appeared. I have not had any problems with it. There are however both a stable version (currently 0.42) and a developer version (v0.47) which you might want to try. They fixed a few JDK1.2 bugs recently. The developer version is available from http://www.ibm.co