• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

java file run on weblogic

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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]
 
Won't you please? Please won't you be my neighbor? - Fred Rogers. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic