marlichimi / beast-mcmc

Automatically exported from code.google.com/p/beast-mcmc
0 stars 0 forks source link

window's programmer has broken compatibility with unix-based operating systems #357

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
NativeNucleotideLikelihoodCore.java:

           currentDir = new
File(NativeNucleotideLikelihoodCore.class.getProtectionDomain().getCodeSource().
                       getLocation().toURI()).getParent() + "\\lib\\"

Original issue reported on code.google.com by dong.w.xie@gmail.com on 15 Aug 2010 at 11:18

GoogleCodeExporter commented 8 years ago
System.getProperty("file.separator") + "lib" + 
System.getProperty("file.separator");

Original comment by dong.w.xie@gmail.com on 15 Aug 2010 at 11:18