-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
Hi,
I am using it for compiling java code . But it in local window machine its working fine. But it's not working on the server. Which is centos and java 7 installed on it.
It's throwing this Error: Could not find or load main class Main
if (lang === "Java") {
//if(inputRadio === "true")
if (input) {
var envData = { OS: "linux" };
console.log(code);
compiler.compileJavaWithInput(envData, code, input, function(data) {
res.send(data);
});
} else {
var envData = { OS: "linux" };
console.log(code);
compiler.compileJava(envData, code, function(data) {
res.send(data);
});
}
}Metadata
Metadata
Assignees
Labels
No labels