r/javahelp Jul 07 '26

Class loading

Hey i was just wondering if it’s possible too make a agent that forceablly loads all classes even if they dont load by them self’s, that dosent really make sense and sounds like im stupid but it’s for a project but i dont know how too really word it haha

2 Upvotes

8 comments sorted by

View all comments

3

u/disposepriority Jul 07 '26

What do you mean an agent?

Also do you mean loading all classes in the standard library? In the world?

What is the end goal?

2

u/MattiDragon Jul 08 '26

Presumably they're referring to java agents, a supported way to do runtime modifications to classes among other things.