Adding a reference between Eclipse Java projects -


i have 2 java projects in eclipse workspace, , use class 1 of them in other.

how can add reference between them? i'm looking adding project reference in c#.

assuming using eclipse...

right click project -> properties -> java build path -> projects tab

...which allow force required projects on project in questions build path.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -