Search found 2 matches

by Preben
Wed Oct 09, 2002 11:18 am
Forum: Java
Topic: Compiler error!
Replies: 3
Views: 2982

I removed the line but get this reply:


Here are the compiler error messages:

gcj: Internal compiler error: program jc1 got fatal signal 11 :oops:
by Preben
Tue Oct 08, 2002 3:51 pm
Forum: Java
Topic: Compiler error!
Replies: 3
Views: 2982

Compiler error!

This code compiles fine under JDK 1.4 on Windows XP, but give me a compiler error at ACM. Why?? :o [java]import java.io.*; import java.util.*; class Main { static String readLn (int maxLg) // utility function to read from stdin { byte lin[] = new byte [maxLg]; int lg = 0, car = -1; String line = &qu...

Go to advanced search