Linux compile problem

Hi all,

Does anyone know what this is when running make against the v3_1_12 tag? It’s a straight checkout into Ubuntu.

ERROR in src/VASSAL/tools/swing/FlowLabel.java (at line 74)
putClientProperty(HONOR_DISPLAY_PROPERTIES, Boolean.TRUE);

oops missed a line.

HONOR_DISPLAY_PROPERTIES cannot be resolved

Are you sure you’re using the most recent JDK from Sun?

  • M.

2009/12/14 bsmith <messages@forums.vassalengine.org (messages@forums.vassalengine.org)>

Post generated using Mail2Forum (mail2forum.com)

Ah yes, wrong JDK. I was using java-6-jdk when I should have been using openjdk-6-jdk (or something like that). Thanks Michael.