Ahmed Moussa

Results 16 comments of Ahmed Moussa

I tried to my best knowledge and here is what I managed to make so far The following is the main package com.kn.testcreatingaclassinruntime CreateClassInRunTimeWrapper is another package inside of it...

Another update. For some reason or another I'm unable to figure out the reason for the crash except the following information. Ljava/lang/system is no declared. in TypeDeclaration class declared variable...

Guys, Any help would be deeply appreciated. @drewhannay @moltmann

Managed to test a fix. ```Java // this line should include the absolute path of the class this.createdClass = loader.loadClass("com.kn.testcreatingaclassinruntime.CreateClassInRunTimeWrapper." + this.ClassName); ```

So Far I'm able to create the Class in run time as shown in the code. With the wanted structure ```Java public class ModelA { public String value1; public String...

Hey @ulx Were you able to understand the reason behind this crash?