Java tutorial
//package com.java2s; /* * ZipUtilsTest.java: First version written on 01. May. 2010. * * This file is subject to the terms and conditions defined in * file 'licence.txt', which is part of this source code package. */ public class Main { private static String packageNameToPath(final String packageName) { return packageName.replaceAll("[.]", "/"); } }