Re: struggling with QT JAVA
hi,
Quote:
I tried with QtJambi but installation failed on ARM platform
pls post the error.
Before running in ARM platform, try to compile with pc.
Bala
Re: struggling with QT JAVA
Thanks Bala for fast response..
I started installing from Qt source. but configured basing on Qt Embedded configuration options so that i can get libraries built for ARM platform. I got error in running generator. I then started to have generated executable in non ARM platform separately, then compiling whole with ARM configuring options still i Struggled getting unsatisfied linked error when running the program in ARM.
so started working on SWIG JAVA. I am new to SWIG type maps. Trying to inherit Q Application to My own class something like MyApplication. Then calling MyApplicaton class in Java. But i am getting "cant find symbol" during compilation. so could anyone please hep me with simple example regarding this context. Due I need to set any ENV PATHs apart from setting LD_LIBRARY_PATH, PATH to QT as i already set them.
please help regarding this i am struggling since couple of months
Thanks for the help in advance