Blackberry JDE generating bad .jad file (does not match compiled .cod file)

Posted by matkas on Stack Overflow See other posts from Stack Overflow or by matkas
Published on 2010-04-29T18:45:50Z Indexed on 2010/04/29 18:47 UTC
Read the original article Hit count: 364

Filed under:
|

I Have a BB application that gets compiled into 3 siblings cod file. ( actualy one cod fil contaning 3 sub cod files).

app.cod
|--app.cod
|--app-1.cod
|--app-2.cod

which is normal.

the jad refers to those 3 inner .cod files.

Now I have add some feature to my app, it is getting a little bit bigger. the jad now refers to 4 inner .cod files. but there is still 3 inside the app.cod that is generated.

so I now still have

app.cod
|--app.cod
|--app-1.cod
|--app-2.cod

but with the jad refering to app.cod app-1.cod app-2.cod AND app-3.cod.

what is wrong the my compiled program? is it a bug from the JDE?

I am using JDE 4.5.

© Stack Overflow or respective owner

Related posts about jde

Related posts about blackberry