ok, I created manually packages from the corresponding folders and at least Eclipse does not complain, now in the package com.jbooktrader.platform.web there is another problem:
Access restriction: The type 'HttpServer' is not API (restriction on required library 'C:\Program Files\Java\jre7\lib\rt.jar')
this is here:
…..
public class MonitoringServer {
private static HttpServer server;
--
You received this message because you are subscribed to the Google Groups "JBookTrader" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jbooktrader...@googlegroups.com.
To post to this group, send email to jbook...@googlegroups.com.
Visit this group at http://groups.google.com/group/jbooktrader.
For more options, visit https://groups.google.com/d/optout.
Hi Eugene,Thank you for the fast response, I have the last JavaSE-1.7 updated, the rt.jar is included in Libraries, all 162 access rules are accessible, Forbidden:**/*, Eclipse is updated
--
"There's another solution that also works. I found it on this forum:
This works because you have multiple classes in different jar files. Removing and re-adding the jre lib will make the right classes be first. If you want a fundamental solution make sure you exclude the jar files with the same classes."
-There is another .jar file: liquidlnf.jar included in the setup guide, but not in the /lib folder.