Featured post
How to import java project (Eclipse) -
i have tried importing .zip project through eclipse right clicking project , selecting import, navigating zip folder on desktop , there go. if this, red exclamation mark next project name, after googling found because of error build path.
the .zip created bosses machine , emailed me, not in office today , placement student have pretty no idea how fix this.
does have tips/ can provide me.
the import correct. fixing build path errors common task after importing projects.
you'll have @ build path settings project , have find out, libraries missing , dependencies unresolved.
right-click on project name, --> build path --> configure build path...
check projects , libraries tab, reason red exclamation mark in there.
you have rid of build path errors, otherwise eclipse can't build project. either provide valid paths libraries or delete classpath entries.
the should remove exclamation mark , eclipse can build project. removing classpath entries results in compile errors or runtime errors, if application can't find external configuration files or so.
in special case: looks project depends on other projects (we see quite in eclipse) , be, boss did not give projects or eclipse not setup correctly (maybe workspace should contain default projects default libraries). ask co-workers, may give hint on that.
- Get link
- X
- Other Apps
Comments
Post a Comment