Fixed path in launch configuration
diff --git a/examples/org.eclipse.epsilon.examples.calljava/CreateJFrame.launch b/examples/org.eclipse.epsilon.examples.calljava/CreateJFrame.launch
index 307525d..e841b1b 100644
--- a/examples/org.eclipse.epsilon.examples.calljava/CreateJFrame.launch
+++ b/examples/org.eclipse.epsilon.examples.calljava/CreateJFrame.launch
@@ -1,5 +1,9 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>

-<launchConfiguration type="org.epsilon.eol.eclipse.dt.launching.EolLaunchConfigurationDelegate">

-<listAttribute key="models"/>

-<stringAttribute key="source" value="\org.eclipse.epsilon.examples.calljava\CreateJFrame.eol"/>

-</launchConfiguration>

+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.epsilon.eol.eclipse.dt.launching.EolLaunchConfigurationDelegate">
+<booleanAttribute key="fine_grained_profiling" value="false"/>
+<listAttribute key="models"/>
+<booleanAttribute key="profile_model_loading" value="false"/>
+<booleanAttribute key="profiling_enabled" value="false"/>
+<booleanAttribute key="reset_profiler" value="false"/>
+<stringAttribute key="source" value="/org.eclipse.epsilon.examples.calljava/CreateJFrame.eol"/>
+</launchConfiguration>