Anyone has a working Jansi Development Environment w/ Eclipse?
78 views
Skip to first unread message
dblock
unread,
Apr 3, 2012, 7:35:41 PM4/3/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jansi-dev
I am working on a patch for JANSI. Anyone has any instructions on how
to set myself up with Eclipse? I can build the project with Maven, but
it's a bit tough to navigate without an IDE :)
Thx
dB.
dblock
unread,
Apr 3, 2012, 7:53:58 PM4/3/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jansi-dev
Actually it's pretty easy.
mvn eclipse:eclipse
Generates .project, which works.
Then add M2_REPO variable in Eclipse under project's Properties, Java
Build Path, Add Variable, ... (mine is in ~/.m2/repository).