42434445464748495051
protected void setUp() throws Exception { super.setUp(); String architecture = System.getProperty( "os.arch" ); linker = new Linker(); // String name = linker.getName( NarProperties.getInstance(null), NarUtil.getArchitecture( architecture ) + "." + NarUtil.getOS( null ) + "." ); }