Posts by Jackeline • 31 points
1 post
-
3
votes1
answer75
viewsQ: How to load changes made in native java classes?
Hello, I am trying to run a jar file, replacing some original java interfaces for database connection, changing the setBoolean method to receive an object as parameter. Original: void setBoolean(int…