Re: [jnc-users] JNC hangs
Status: Beta
Brought to you by:
soapy
From: Marco T. <mt...@gm...> - 2007-02-18 18:16:36
|
Lee D. Painter wrote: > Marco, > >>>> Harpal Grover wrote: >>>>> I downloaded the latest JNC, 1.1, and attempted to compile my java >>>>> app to a native app. The compilation started, but after awhile >>>>> stopped working and JNC just hung, with the following log output: >>>> Did you mix .java and .class source files? >>>> Does it work with JNC 1.0? > > I've experienced a similar problem after upgrading to 1.1. I setup my > project in 1.0.1 and it compiles fine, this is using mixed src and jar > files. That's no problem. Only mixing .java and .class files is a problem. > If I attempt to compile the same project with 1.1 it hangs when > processing the swt.jar. This is a whole new topic. What do you mean by hang? Is there an output? How long did you wait? Did you try without optimization? > There is no trace of any gcj or related > processes in task manager when this happens. I think cc1.exe or jc1.exe should be in the process list. Just look for the process consuming the most memory or/and cpu. Marco |