This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

reflection support?


Hello,

I am working on a project involving writting swt interfaces using xml
specifications. (http://nemesisit.rdsnet.ro/xgmlui/xgmlui.shtml). This
makes use of numerous third party libraries: commons-logging,
commons-lang, xerces, hibernate, odmg, etc. I am following the gcj
development for some time and decided to give a try in compiling this
project with gcj. After some effort and reading the results here I
managed to compile and link everything into an exe file. This required
some modifications to commons-logging (leaving only the simplelog
implementation), stripping the hibernate part (no luck in compiling
that), avoiding UTF8 etc. Well, in the end I got my engine in a 4.6Mb
exe file. What I did not realized is that since I used a lot reflection
nothing seems to work except some error messages.

My question is: how much of reflection is implemented in gcj or will be
implemented in the near future?

Thanks for your time,
Len



-- 
Marilen Corciovei <marilen dot corciovei at nemesisit dot ro>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]