Cloudgarden Discussion Board
This topic has 2 replies.
[ << Previous Topic | Start of Thread | >> Next Topic ]
SWTResourceManager.java generation problem
Author: Michael Bollmann |
11/14/10 06:32 |
Reply |
I just bought a license for Jigloo
Overall i it works fine but i have one annoying issue.
When using two or more source directories in an eclipse project and both source directories contain swt gui elements jigloo generates SWTResourceManager.java twice resulting in an "The type SWTResourceManager is already defined"-error.
I think this could easily be fixed by using reflection to check if the class exists in the classpath. Currently i have to delete one of them to remove the error which is pretty annoying.
Any workarounds would be appreciated.
Cheers Michael
|
|
Re: SWTResourceManager.java generation problem Author:Jonathan | Reply 1 of 2 | 12/02/10 12:24 | Reply | Hi Michael,
I fixed the issue (I hope) and have put a new jigloo.jar file here:
http://cloudgarden1.com/jigloo.jar
You can download this and replace the existing one in the plugins/com.cloudgarden.jigloo_4.6.2 folder (make a backup first, just in case).
I'd appreciate it if you'd let me know if the new version works and if you notice any problems. Thanks. |
|
Re: SWTResourceManager.java generation problem Author:Michael Bollmann | Reply 2 of 2 | 12/16/10 20:05 | Reply | I just tried it.
It seems to fix the issue :).
Thanks |
|