Reputation: 151
Is there a way to force Eclipse or JVM to serialize a multi-thread Java program?
Upvotes: 0
Views: 1225
Reputation: 14633
Not unless you do something clever by overriding the Thread class.
Upvotes: 1