I have a workspace inside Eclipse in which there are 2 projects.
I want to refer to project # 2 from project # 1, but when I go to Project → Properties → References and mark the project that I want to add as a link, I still can’t create an instance of classes from project No. 2 inside project No. 1 .
This is a Blackberry app developed in Java and in Eclipse.
Project1 Launcher.java
Project2 Screen.java
I want to use Screen scr = new Screen(); // located in Project1 Screen scr = new Screen(); // located in Project1
java eclipse blackberry
footose
source share