Thanks Stephen and Jacob for suggestion!
Class casting problem solved. see v221 http://cloud.github.com/downloads/arinkverma/Apertiurm-Androind-app-devlopment/Apertium221.zip So, while compiling language pair, I added org.apertium.* to build path, in reference lib. It solved all the problem. ChangeLog! 1.Managed to cast class into org.apertium.transfer.generated.GeneratedTransferBase by common loader. 2.No major change in java files. 3.Only extra parameter is added to pass the handle of Rule Class. 4.Database -> New rule table created contains of rules.jar --------------------------------------------------------------- arink@arink-PC:~/Desktop/dex2jar-0.0.9.8$ unzip -l rules_dex2jar.jar Archive: rules_dex2jar.jar Length Date Time Name --------- ---------- ----- ---- 468 2012-04-12 06:05 android/annotation/SuppressLint.class 395 2012-04-12 06:05 android/annotation/TargetApi.class 165 2012-04-12 06:05 in/arink/gsoc/pair/BuildConfig.class 204 2012-04-12 06:05 in/arink/gsoc/pair/R$attr.class 267 2012-04-12 06:05 in/arink/gsoc/pair/R$drawable.class 256 2012-04-12 06:05 in/arink/gsoc/pair/R$layout.class 289 2012-04-12 06:05 in/arink/gsoc/pair/R$string.class 358 2012-04-12 06:05 in/arink/gsoc/pair/R.class 6080 2012-04-12 06:05 in/arink/rule/en_eo/en_eo_genitive_t1x.class 31768 2012-04-12 06:05 in/arink/rule/en_eo/en_eo_t1x.class 8211 2012-04-12 06:05 in/arink/rule/en_eo/en_eo_t2x.class 2537 2012-04-12 06:05 in/arink/rule/en_eo/en_eo_t3x.class 2651 2012-04-12 06:05 in/arink/rule/eo_en/eo_en_antaux_t2x.class 41234 2012-04-12 06:05 in/arink/rule/eo_en/eo_en_t1x.class 12382 2012-04-12 06:05 in/arink/rule/eo_en/eo_en_t2x.class 2534 2012-04-12 06:05 in/arink/rule/eo_en/eo_en_t3x.class --------- ------- 109799 16 files - Arink Verma Computer Science and Engineering Indian Institute of Technology ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Apertium-stuff mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/apertium-stuff
