video working, more work on libraries & import/export

This commit is contained in:
benfry
2004-09-21 19:18:18 +00:00
parent 6cdade27e3
commit 4f3cc80a43
5 changed files with 89 additions and 45 deletions

View File

@@ -338,6 +338,10 @@ public class PdeCompiler implements PdeMessageConsumer {
* any .jar or .zip files inside that folder.
* This will prepend a colon (or whatever the path separator is)
* so that it can be directly appended to another path string.
*
* This will always add the root folder as well, and doesn't bother
* checking to see if there are any .class files in the folder or
* within a subfolder.
*/
static public String contentsToClassPath(File folder) {
if (folder == null) return "";