Re: running source code in eclipse
Code: Select all
if (yafarayPluginsFolder != null)
{
try
{
String jarFile = sweetHome3DBootstrapClass.getResource(sweetHome3DBootstrapClass.getSimpleName() + ".class").getFile();
String t = jarFile.substring(0, jarFile.indexOf("!/"));
URL applicationJarUrl = new URL(t);