RE: [Java-gnome-developer] Add tray support
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2004-01-05 12:14:10
|
> > 1. I use tools/DesProcessor to generate jni/java code. But the > > generated jni default prefix to > Afraid I can't help with this one - Jeff might know more. I wasn't in > the project then the defsProcessor wwas being written. > A simple sed line would change them all though. The generator is not very flexible in this way. Currently we only use the generator to generate a baseline and then modify that code manually to achieve the bindings. I have even moved further away from this and typically write all of my jni code manually. I will second Mark's suggestion of a simple sed line to make the appropriate changes at this time. |