J2ME WTK 1.0.3 external class bug

Hi There,

We (I speak for a team of J2ME developers) have been trying to use external classes with the new version of the J2ME WTK 1.0.3 released and the BETA version. Most of us work with the 1.0.1 release we can there place our precompiled .class files in the "tmpclasses" directory of our project and we can build our J2ME app. But when we try exactly the same with the 1.0.3 the compilation crashes saying that the package we are trying to import does not exist, and after that, we get (ofcourse) errors about undifined functions (we tried to import those).

Anybody has any idea? Is this a bug in the new release?

Please help us out.

Kind regards,

Sander Cox

Parallel Dimension

[731 byte] By [CoxSander] at [2007-9-26 12:04:15]
# 1
hi, try to put those classes into "tmplib" of your app's directory.
ho_ming_tat at 2007-7-2 2:30:02 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Tried that but unfortunately it doesn't work
CoxSander at 2007-7-2 2:30:02 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
yep, if they are unverified, place them into the 'tmplib' folder.If you do the compilin' from the cmdline u can do it step by step and find out exactly what isn't working.the j2mewtk is abit carp neway ;-/get the midp1.0.3fcsrob,
Abuse at 2007-7-2 2:30:03 > top of Java-index,Java Mobility Forums,Java ME Technologies...