1

From its website, I read confusing statements.

ref: "... Swing and AWT coverage is particularly incomplete. ..."

ref: "The Jikes RVM uses the Classpath libraries, and supports features such as AWT and Swing GUI tool kits from it."

Anyway, I found that I couldn't not run any applications with GUI. Is there any solution to circumvent this issue?

JackWM
  • 10,085
  • 22
  • 65
  • 92

1 Answers1

1

The Jikes RVM requires the GNU Classpath library in its -classpath in order to provide (incomplete) support for AWT and Swing.

trashgod
  • 203,806
  • 29
  • 246
  • 1,045