How to include .java files as embedded resources in Eclipse project -
I want to include some files as embedded resources in an Eclipse java project, so that at runtime I
You add it to your squares as a separate folder and a library. For example, I added a folder called res and changed my .classpath file to add class folder . To: You may need to explicitly create a script for JR to include non-compiled sources.
& lt ;? XML version = "1.0" encoding = "UTF-8"? & Gt; & Lt; classpath & gt; & Lt; classpathentry kind = "src" path = "src" /> & Lt; classpathentry kind = "con" path = "org.eclipse.jdt.launching.JRE_CONTAINER / org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType / jre7" /> & Lt; classpathentry kind = "lib" path = "ridge" /> & Lt; classpathentry kind = "Output" path = "bin" /> & Lt; / classpath & gt;
Comments
Post a Comment