Cloudgarden's Discussion Board
Forums: Search: Several forums are available for people to post questions/comments about Java Speech or any of the CloudGarden products. As more messages are posted this discussion board should provide a useful, searchable, support database.
o AliceTalker (42)
o JSAPI Projects (69)
o Java Speech API (857)
o Jigloo GUI Builder for Eclipse (3322)
o SwingScroller (0)
o US Election 2004 (3)
Searches text and subject fields in all forums. The search matches as many words as possible. Don't use "AND" or "OR".
Latest "Jigloo GUI Builder for Eclipse" Topics [ Start new "Jigloo GUI Builder for Eclipse" Topic  ]

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 212/02/10 12:24Reply
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 212/16/10 20:05Reply
I just tried it.
It seems to fix the issue :).

Thanks