Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ameelin

  1. ameelin

    class file has wrong version 48.0m should be 47.0

    Dear archer2002...were you able to solve this? I get the same error when I changed compilers and tried to run my old code "bad class file: D:\jdk1.4.202\jre\lib\rt.jar(java/lang/Object.class) class file has wrong version 48.0, should be 47.0 Please remove or make sure it appears in the...
  2. ameelin

    Given a jsp form can JDeveloper make the Struts Action Form code?

    Given a jsp form can JDeveloper make the Struts Action Form code with set and get methods? If yes, either give me a skinny or point me to the right pages on the net, please.
  3. ameelin

    Datasource NameNotFoundException

    Well I found the answer. It is here...buried away by those otn folks! (their search sucks too!) Look here for the answer to the JNDI Datasource lookup problem with the embedded OC4J server. http://otn.oracle.com/products/jdev/howtos/bc4j/ejbstateless_with_bc4j.html#d0e52 under Trouble shooting...
  4. ameelin

    Datasource NameNotFoundException

    I get the error "javax.naming.NameNotFoundException: jdbc/SQLServerDS not found" when I try and set up a simple servlet that accesses a SQLServer 2000 database. And this is using the JDeveloper 9.0.3 IDE. The same servlet when run using standalone oc4j works fine. Is there something...
  5. ameelin

    how to use database connection

    If your connection tested "Success" then you are on the right track How would you do JDBC code? Exactly like that. You may want to use the connection pooling feaures(if yr driver supports it) 2 ways...the traditional:- DriverManager.getconnection() per the...
  6. ameelin

    JDeveloper 9.0.2 with CVS

    I am using CVSNT 1.11.13 build 57i(server is local) It works fine. I was not too successful though hooking it up with JDeveloper. I used the JDev help and did exactly up to point of setting up for importing projects. But could not do "Add" or "Update" (An alert pops up...

Part and Inventory Search

Back
Top