The idea is that frysk-core is Pure Java (tm).
Index: frysk-core/frysk/proc/ChangeLog 2006-12-11 Andrew Cagney <cagney@redhat.com> * TestBreakpoints.java: Import frysk.testbed.ForkTestLib. Replace wild card imports of java.net.* and java.io.* with explict includes. Note need to simplify test down to a single thread. * TestSyscallSignal.java: Ditto. * TestSyscallRunning.java: Ditto. * ForkTestLib.java: Moved to frysk-imports/frysk/testbed/. * cni/ForkTestLib.cxx: Moved to frysk-imports/frysk/testbed/cni. Index: frysk-imports/frysk/testbed/ChangeLog 2006-12-11 Andrew Cagney <cagney@redhat.com> * ForkTestLib.java: Copied from frysk-core/frysk/proc/. * cni/ForkTestLib.cxx: Copied from frysk-core/frysk/proc/cni/.