Javax/ejb/EJBHome not found on Sun Studio

I get this error when executing a standalone client. It compiles fine but when I run it from the SUN Studio 5.0 IDE (mapped to jar executor), it throws this error. I've tried moving/copying the j2ee1.3.jar file around in several places with no luck. I've run the client successfully before, but it seems I've changed some settings and I don't know how to fix it..Any clues?

Hi,
To have these classes in the classapth,you need to mount these jars in the studio.
To mount a jar file , in your studio explorer, right click the FileSystem node--->select Mount--->Archived Files--->navigate and select the j2ee.jar file.
Get back in case of any issues.
-Amol

Similar Messages

  • Javax.ejb.Inject not found

    I'm working with jdeveloper 10.1.3 in S.O. XP
    build a proyect template JSP,EJB3,TOPLINK
    import javax.ejb.Inject;
    Error: Inject not found
    Tanks

    Add EJB 3.0 Library to project libraries.

  • Class javax.rmi.PortableRemoteObject not found in import

    I have successfully tested test1.jsp calling stateful ejb test1ejb under JDEV9032. On deploying to standalone OC4J903, the following error occurred on accessing the jsp:
    500 Internal Server Error
    OracleJSP: oracle.jsp.provider.JspCompileException:
    Errors compiling:D:\O9IAS\j2ee\home\application-deployments\test\testWEB\persistence\_pages\\_test1.java
    Line # Error 10
    Class javax.rmi.PortableRemoteObject not found in import. import javax.rmi.PortableRemoteObject;
    Appreciate some pointers on how to troubleshoot this problem. Thanks. William Chew.

    This error is due to the c:\windows\system32\java.exe being first on the path instead of the d:\jdev9i\jdk\bin\java.exe being picked up.

  • Javax.xml.parsers not found in import

    I have downloaded JAXP from java.sun.com. I put the jar files in ../jdk/jre/lib/ext/.
    Im getting "javax.xml.parsers not found in import" when I try to compile a program with an import statement like this:
    import javax.xml.parsers.*;
    What am i missing? My classpath has ../jdk/jre/lib/ext/ in it..

    I have downloaded JAXP from java.sun.com. I put the
    jar files in ../jdk/jre/lib/ext/.
    Im getting "javax.xml.parsers not found in import"
    when I try to compile a program with an import
    statement like this:
    import javax.xml.parsers.*;
    What am i missing? My classpath has
    ../jdk/jre/lib/ext/ in it..Hi,
    This seems to be a classpath problem. You can also use JDK1.4.1
    which has crimson bundled with it. So you do not need to do any explicit settings for classpath.
    Pls let me know if you still have problems
    Thanks,
    Bhakti

  • Import javax.ejb.EJBHome; cannot resolve symbol

    Hi i wonder if anyone can help me. I have read alot of the posts regarding this issue and have tried everything to do with the paths and environmental variables and even reinstalled everything.
    import javax.ejb.EJBHome; cannot resolve symbol
    This is the problem i keep getting and here are the paths that i set:
    SET PATH=c:\j2sdkee1.3\bin;c:\jdk1.3.1_01\bin;c:\jakarta-ant-1.3\bin
    SET ANT_HOME=c:\jakarta-ant-1.3
    SET JAVA_HOME=c:\jdk1.3.1_01
    SET J2EE_HOME=c:\j2sdkee1.3
    SET CLASSPATH=c:\j2sdkee1.3\lib\j2ee.jar;c:\jakarta-ant-1.3\lib\ant.jar;c:\jdk1.3.1_01\lib\tools.jar
    What am i doing wrong???

    Im not sure, everything looks ok to me, but here is what i tried:
    I wrote this little test class, and compiled it
    import javax.ejb.EJBHome;
    public class test
    public test()
    I got the same error you did (or similar)
    D:\>javac test.java
    test.java:1: package javax.ejb does not exist
    import javax.ejb.EJBHome;
    ^
    1 error
    then I added the j2ee.jar to my classpath and everything worked fine.
    here are my env vars:
    JAVA_HOME=d:\dev\jdk
    J2EE_HOME=d:\dev\j2sdkee
    CLASSPATH=...;%J2EE_HOME%\lib\j2ee.jar
    If I were you I would double check all the paths you have set up then try a simple case like the one above. If your running NT/2000 make sure the JAVA_HOME, J2EE_HOME and CLASSPATH are system variables not user variables. Another thing you can try is adding the j2ee.jar to the classpath with the -classpath compiler switch.
    javac -classpath %CLASSPATH%;d:\dev\j2sdkee\lib\j2ee.jar test.java
    Other than those things I'm not sure
    Good Luck

  • Class javax.crypto.SecretKey not found in import.

    While compilation i am getting this error.
    Class javax.crypto.SecretKey not found in import.
    I am not able to figure it out . Please help me for that.
    Is it related to some classpath setting.

    This error is due to the c:\windows\system32\java.exe being first on the path instead of the d:\jdev9i\jdk\bin\java.exe being picked up.

  • Javax.media.* not found!!

    when i compile the a program, i get an error message "javax.media.*"not found! So, can any one tell me how to import this class to my compiler? i am use netbean 3.6. Thank u

    Two- Options
    1- This configuration is for Net Beans 3.5.1, I m not sure with 3.6
    Go to
    Tools > Options
    In
    Options
    -----Building
    ----------------Compiler Types
    ----------------------------------External Compilation
    In External Compilation select "Expert" Tab, In the class path field enter all the class related to the JMF, or if u r using Windows OS, just enter %CLASSPATH% OR -CLASSPATH.
    Do the same in Internal Compilation.
    And now in
    -------Building
    -----------------Debugging And Executing
    --------------------------------------------Execution Types
    Do the Same as in Compiler Types
    2----- 2nd one is only the way if above does not work.
    ->Uninstall the NetBeans
    ->Install the JMF first
    ->Make sure the classpath environment variable is updated with JMF classes
    ->Now Reinstall this NetBeans
    But I hope 1st will work.
    I also have faced that problem, and recovered it by both of above ways
    regards
    Khurram

  • Class not found com/sun/java/util/collections/list

    hi
              i am trying to execute the following:
              java weblogic.jspc -d c:\weblogic\classes -keepgenerated
              printAllParameters
              and get the follwoing message:
              class not found com/sun/java/util/collections/list
              any suggestions?
              thanx
              

    Try it like this:
              java weblogic.jspc -d c:\weblogic\classes;c:\weblogic\lib\weblogicaux.jar ...
              Melrose Public Library <[email protected]> wrote:
              > hi
              > i am trying to execute the following:
              > java weblogic.jspc -d c:\weblogic\classes -keepgenerated
              > printAllParameters
              > and get the follwoing message:
              > class not found com/sun/java/util/collections/list
              > any suggestions?
              > thanx
              Dimitri
              

  • Oracle.jdbc.driver.OracleDriver not found in Sun ONE Studio

    I get this message when I try to connect to the database while creating an EJB. I have tried adding the path to my CLASSPATH, and to adding it to the various CLASSPATHs within Sun ONE Studio. IDE_HOME is defined correctly but OracleDriver.class is still not found. Anyone know what my problem might be?
    Thanks,
    Michael A. Moran

    Hi Sujatha,
    Thanks for responding. My CLASSPATH is as follows:
    madonna% echo $CLASSPATH
    /export/oracle/jdbc/lib:/export/oracle/jlib:/export/oracle/jsp/lib:/export/oracle/sqlj/lib/runtime.zip:/export/oracle/oem_webstage:/export/oracle/lib/aurora_client.jar:/export/oracle/jdbc/lib/classes12.zip:/export/oracle/sqlj/lib/translator.zip:/export/oracle/sqlj/lib/runtime12.jar:/export/oracle/lib/vbjorb.jar:/export/oracle/lib/vbjapp.jar:/export/oracle/lib/mts.jar:/export/oracle/javavm/lib/aurora.zip:/export/oracle/javavm/utl/ejb/lib/vbj30ssl.jar:/export/oracle/jlib/javax-ssl-1_2.jar:/export/oracle/jlib/jssl-1_2.jar:/export/oracle/lib/servlet.jar:/export/oracle/lib/http_client.jar:/export/oracle/lib/http_server.jar:/export/oracle/oem_webstage/oracle/jdbc/OracleDriver.class:/export/oracle:/export/oracle/jdbc/lib/nls_charset12.jar
    Which as you can see includes classes12.zip and /export/oracle/oem_webstage/oracle/jdbc/OracleDriver.class
    I have also set all the IDE internal classpath variables to the same settings. It has no effect. I still get the same message.
    Michael

  • Package javax.mail.* not found

    Hello.
    I've got a problem with a program in which I wanted to use the JavaMail-API. I've added the path of the needed jar-files into the CLASSPATH. But when I compile my application I get the error that the package java.mail.* was not found.
    I've also tried it with the JBuilder5 and then I got the followed error message:
    Error #: 302 : No access on the class javax.mail.Session; class javax.mail.Session was not found in a stable package
    What did I do wrong? Please help me.

    The problem is evident, the class you want to use is not in class path. There is no dilemma over that.
    How can you check that the class is in classpath.
    you can use javap command
    If you are using WIN NT /200o you can use the command
    javap with fully qualified name of the class e.g.
    to find if the class String is in classpath
    ==> javap java.lang.String
    This will print all the methods of the class on the DOSpromt. Similarly you can check
    javap javax.mail.Session
    if it doesnot find the class, the class is definitely not in classpath. You can set the class path as: -
    set classpath = %classpath%;"path of mail.jar"
    if mail.jar is located in say c:\jdk1.3\lib\mail.jar
    set the classpath as :-
    set classpath = %classpath%;C:\jdk1.3\lib\mail.jar;C:\jdk1.3\lib\activation.jar
    Now check with javap it is working now and now you can compile you code.
    Hope this helps

  • REGI configuration path not found in HANA studio

    Dear Experts,
    I have my HANA studio and HANA client installed. I can see the regi.exe file in the hdbclient folder. I am using studio 1.0.7000.
    But i am not able to find the suggested path for Regi configuration in the studio.
    Window - > Preferences -> SAP HANA Development -> Repository Access.
    Please find the PIC attached. I am using the development perspective.
    I searched everywhere here but could not found. Not sure if its renamed to something else.
    Can someone please help?

    Hi Amit,
    HANA studio has no dependency on Regi from SP7.
    You can see more details in http://scn.sap.com/community/developer-center/hana/blog/2013/12/03/sap-hana-sps07--various-new-developer-features
    Best Regards,
    Lohit

  • Javax.crypto classes not found using JDK1.4

    We're trying to upgrade to using JDK 1.4, in which the Java Cryptography Extensions are incorporated into the JDK. However, iPlanet does not seem to be able to find the classes that make up the extension.
    If I write a simple Java app that creates a java.crypto.SecretKey, and run it from the command line on our web server machine using our Java 1.4 JDK, it runs fine.
    If I adapt the same program into a simple servlet and run it from within iPlanet, it fails with a ClassNotFound error trying to find javax/crypto/NoSuchPaddingException.
    I've done a lot of variations trying to hone in on the problem, but I'm running out of options. Does anyone have any information or experience with this particular problem?
    We're running iPlanet 6.0 SP5 and the JDK is build 1.4.1-b21.

    David,
    I'm also facing the same problem, none of the javax.crypto classes are found.When I'm running the Encryption code it's working standlone and in Tomcat 4.0 but in IPlanet it's giving me ClassNotFound.
    I have added jce.jar in the classpath as mentioned and it's getting picked.
    But you have mentioned some start-jvm files, I'm not able to find these files.
    Can u please summarize what all settings you did?.
    As it's urgent if possible mail me at,
    [email protected] (OR)
    [email protected]
    Sachin

  • Import javax.telephony.* not found.

    Hello,
    I am working on my first JTAPI exaples. I got this error. Can any one tell me how to over come this. What .jar file should I include in my class path. I am using jdk1.4.0 on Win XP.
    Thanks
    James

    Hello,
    Thanks for your reply. I have downloaded the class files. I downloaded the jtapi12-class.zip file to desktop and unzipped to jtapi directory in the desktop. I copied the jtapi folder to c:\j2sdk1.4.0\lib and c:\j2sdk1.4.0\jre\lib directory. I have the classpath in my autoexec.bat file like this
    set path=c:\j2skd1.4.0\bin;
    set classpath=%classpath%;.;
    I still get that error as class not found or the import statement not found. Did I do any mistake, Please rectify me.
    Thanks
    James

  • Javax.servlet.* Not Found Error - Please help

    I am having a great deal deal of trouble trying to compile a program using javax.servlet and javax.servlet.hhtp.*. I have setup the JAVA_HOME and the CLASSPATH variables as per the Installation instructions. I appear to have hit a brick wall and I am absolutely desperate to get this working. I have installed the J2EE SDK as well as the Servletapi2.1. Please Help.
    Variables:
    CLASSPATH=c:\jdk1.3\lib\tools.jar;c:\j2sdkee1.3.1\lib\j2ee.jar;c:\jdk1.3\jre\bin;c:\jdk1.3\jre\lib;c:\mm.mysql-2.0.14\org;c:\jdk1.3\lib\servlet.jar;
    JAVA_HOME=c:\jdk1.3;
    J2EE_HOME=c:\j2sdkee1.3.1;
    PATH=%PATH%;c:\jdk1.3\bin;c:\j2sdkee1.3.1\bin;
    Error message from compiler:
    L:\PROGRA~1\allaire\jrun\servers\default\loanstest\web-inf\classes\PasswordServlet.java:27: package javax.servlet does not exist
    import javax.servlet.*;
    ^
    L:\PROGRA~1\allaire\jrun\servers\default\loanstest\web-inf\classes\PasswordServlet.java:30: package javax.servlet.http does not exist
    import javax.servlet.http.*;
    ^
    L:\PROGRA~1\allaire\jrun\servers\default\loanstest\web-inf\classes\PasswordServlet.java:39: cannot resolve symbol
    symbol : class HttpServlet
    location: class PasswordServlet
    public class PasswordServlet extends HttpServlet

    I can only think of three suggestions.
    One, use your mouse to "cut-n-paste" the value of CLASSPATH and verify that those files are exactly where you think they are, and are spelled right.
    E.g.
    CD C:\JDK1.3\LIB
    DIR SERVLET.JAR
    Two, if they're spelled right, run "jar tvf" on the files to make sure they aren't corrupted or something.
    E.g.:
    JAR TVF SERVLET.JAR
    Three, since you're working in Windoze, try putting the value inside double quotes. E.g.:
    SET CLASSPATH="c:\jdk1.3\lib\tools.jar;c:\j2sdkee1 ... etc ... "
    If you haven't tried the above, give it a go, see what happens.

  • Javax.naming.* Not Found

    I have downloaded the j2sdkee1.3 for comiling my Ejb files.All the files get compiled but my client file which uses javax.naming package doesnt get compiled.The error message says its unable to find javax.naming package. Can somebody help me on this issue please.
    Thanx

    i too am having the same problem any suggestions???

Maybe you are looking for

  • Issue with 10.9.2

    After updating my software, I noticed that Apple icon on upper left hand corner is missing (it is actually hidden), but still logo is not visible. I also noticed that most hand gestures do not work on my trackpad e.g. I cannot reveal all open program

  • Basic working/Master Page questions

    Beginner - creating 80 pg catalog in ID - I'm a little confused with using  ID master pages and don't have time to go through a lot of tutorials at the moment. I created a new doc with 4 master pages (all spreads) to use at will throughout, intending

  • File transfer from source to destination location using 11g b2b

    Hi, I have a requirement where I need to transfer a file(custom file format) from a source location to a destination location using 11g b2b. The problem here is I can't use any composite to push data to b2b, it has to be through b2b configuration alo

  • How to configue "Microsoft Loopback Adapter" ?

    Hi, I have Oracle 11GR1,Win XP. with DHCP enabled. My conputer gets dynamic IP on connection to internet, so i want to install "*Microsoft Loopback Adapter*". For that i visited this link: http://download.oracle.com/docs/cd/B1930601/install.102/b1431

  • ACE10 dynamic port range

    Hi Is the dynamic port range server load balancing supported for MS Exchange 2010 Sent from Cisco Technical Support iPhone App