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 beast-dev
When I checked out a copy of 1.7, and tried to build it in Eclipse
under Windows 7 (64bit), I got two errors:
1. Archive for required library: 'lib/libjri.jnilib' in project
'beast17' cannot be read or is not a valid ZIP file beast17 Build
path Build Path Problem
I have removed lib/libjri.jnilib from my build path. It doesn't seem
to be needed.
2. The import com.sun.java.swing.plaf.nimbus.NimbusStyle cannot be
resolved LinePlot.java /beast16/src/dr/app/gui/chart line 28 Java
Problem
This seems to be an unnecessary import. I have not committed a change
relating to it.
Graham
Walter
unread,
Feb 23, 2012, 5:12:22 PM2/23/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 beast-dev
This is Eclipse configuration problem. Did you use jdk 1.6? If yes and
you are still trapped by these errors, then you may try IntelliJ which
will configure itself when you checked out the project.