有可能是蒂瓦尔问题...
I have 2 directories within a Java projects that represent (lets say) model and a view. These 2 directories are mapped in eclipse as two source folders, both on build path.
查看类可以使用模型类,第二个方向(模型使用视图)不允许使用。
以这种方式配置 Eclispe 是否合理?
Example (in IDE, while coding):
I can use aClass from model in view logic (class can be imported and so on).
I cannot use aClass from view in model logic (java error generated by Eclipse).
提前感谢:)