Java bridge & class paths
Java bridge & class paths
- Subject: Java bridge & class paths
- From: Calum Robinson <email@hidden>
- Date: Fri, 18 Jan 2002 18:20:28 +0000
I have created a .jobs file etc. in my project, and bridget has compiled
(what look like) correct .java files in:
build/intermediates/MyTarget.build/DerivedSources/JavaBridgeFiles/classes
The problem is, how do I use them in my other Java files eg.
#import com.mydomain.myapp.*;
Is there an easy way to do this in PB, or do I have to add these files
explicitly? Do I have to add the *.stubs.m files too?