Difference between revisions of "Common Problems and Solutions"
(Created page with ' == Import the code base from the mercurial repository into Eclipse 3.6 == 1. Error (25 items) Solution: Add THIRD_PARTY variable (C:\java) (Java Build Path -> Classpath Var…') |
(→Import the code base from the mercurial repository into Eclipse 3.6) |
||
Line 10: | Line 10: | ||
Solution: Right-click on "core" and select Build Path. | Solution: Right-click on "core" and select Build Path. | ||
Edit the Libraries. | Edit the Libraries. | ||
+ | |||
+ | 3. Update build.xml and build.properties. | ||
+ | e.g. the version number of Eclipse, the path of the workspace C:\java | ||
+ | |||
+ | 4. Update a system path name at line 1825 in :nexj.core.rpc.sql.ra.SQLManagedConnection.java |
Revision as of 09:12, 27 January 2011
Import the code base from the mercurial repository into Eclipse 3.6
1. Error (25 items)
Solution: Add THIRD_PARTY variable (C:\java) (Java Build Path -> Classpath Variables).
2. Error (3 items)
Solution: Right-click on "core" and select Build Path. Edit the Libraries.
3. Update build.xml and build.properties.
e.g. the version number of Eclipse, the path of the workspace C:\java
4. Update a system path name at line 1825 in :nexj.core.rpc.sql.ra.SQLManagedConnection.java