Simone
Simone

Reputation: 151

Force Eclipse to execute a multi-threaded Java program single threaded

Is there a way to force Eclipse or JVM to serialize a multi-thread Java program?

Upvotes: 0

Views: 1225

Answers (1)

Yusuf X
Yusuf X

Reputation: 14633

Not unless you do something clever by overriding the Thread class.

Upvotes: 1

Related Questions