I’ve an strong error :
When i put in my class :
@JoinColumn(name = “societe”)
myeclipse don’t show any error.
When i put :
@JoinColumn(name = LibTable.TAB_SOCIETE_N_societe)
and in LibTable :
public static final String TAB_SOCIETE_N_societe = “societe” ;
myeclipse show an error :
The join column societe_societe cannot be found on the table Menu
Is someone have the same problem ?
I forgot :
sun java jdk 6
myeclipse 7.1 (no problem with 7.0)
connexion with mysql server
both linux and windows