Replace the classLoader used by the new object to load the class

When

new MyClassType (), the class is loaded into the virtual machine. Normally, can Launcher$AppClassLoaderClassLoader, be replaced with a custom class loader with a context class loader (Thread.contextClassLoader)?

related codes

    AThread a=new AThread();
    a.setContextClassLoader(new AclassLoader());
    a.start();
May.22,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b34ae9-404be.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b34ae9-404be.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?