Hi I am new in weblogic as i tried to run a
java simple application on weblogic but i am facing a simple problem that the start option is disable..
the steps i did for that is
1. create weblogic application 2. create weblogic project then in WEB-INF>src create a java class
public class test {
public static void main(String as[]) {
System.out.println("Hello World 1");
System.out.println("Hello World 2");
System.out.println("Hello World 3");
System.out.println("Hello World 4");
}
} after that i build the application but when i try to debug the project or debug the java file then start button is disable so can any one tell me how to run this simple application in weblogic
Thanks & Warm Regards
Vikas Sheel Gupta
9911005168
[email protected]