先日書いた、 クラスと同じclasspath の場所に置いたファイルのIO - Oboe吹きプログラマの黙示録よくよく考えたら public File getCurrentPathFile(String path) throws IOException{ try{ return Optional.ofNullable( ClassLoader.getSystemClassLoader().getResource( Class.forName(Thread.currentThread().getStackTr…