import javax.ejb.*;
class Test
{
public static void main(String[] args)
{
System.out.println("Hello World!");
}
}
while compiling this above pgm , i am getting the following error
Test.java:1: package javax.ejb does not exist
import javax.ejb.*;
^
1 error
pls help me to solve this.
Thanks&Regards,
Farook