Hello,
I've just started building a java app.
Everything was good, I built an App. with A TableView (I made an Instance of public class MyDataSource extends NSObject).
I then wanted to use another TableView and like that I created another Instance My2DataSource.
While working with the JAVA Code I suddenly could not built the Application (I made some changes in Interface Builder but they didn't come to the App.).
So I deleted the .command file.
Now I get 2 other Error Message and do not not what it means:
warning prebinding disabled because undefined symbols and
warning unused multible definitions of symbol __objectInit
What can I do?
Thanks Mark