c*y 发帖数: 137 | 1 I was trying to compile java programs on linux. I already installed j2SDK 1.4
for linux on my machine. But the compiler can't find the swing library and thus
keep giving me error messages wherever I have an swing object.. I looked at
the directory /lib, /jre/lib, but couldn't find a library for swing..
SO where is the libswing****? thanks. | e***e 发帖数: 351 | 2 I don't know the jdk version for linux,
but in windows, it is in rt.jar.
【在 c*y 的大作中提到】 : I was trying to compile java programs on linux. I already installed j2SDK 1.4 : for linux on my machine. But the compiler can't find the swing library and thus : keep giving me error messages wherever I have an swing object.. I looked at : the directory /lib, /jre/lib, but couldn't find a library for swing.. : SO where is the libswing****? thanks.
| c*y 发帖数: 137 | 3 thanks:) I thought it should have names like libswing....Thank you!
【在 e***e 的大作中提到】 : I don't know the jdk version for linux, : but in windows, it is in rt.jar.
|
|