J2EE Tutorial - Can't find directory j2eetutorial

Hi!
I’m doing the J2EE tutorial. I have installed j2sdk1.4.2_14 but I can’t find directory \j2eetutorial\examples\src\.
What I should download or may be run?
Any help would be great!
Thanks in advance,
Boris

The Directory Server 6 Evaluation Kit has not been posted to the Big Admin web site yet.
I don't have an estimated date for its availability. It is almost there but the couple of field engineers who have been producing it have limited time to work on it for the moment.
Regards,
Ludovic

Similar Messages

  • My iWeb can't find directory/path at GoDaddy

    I can't make a test connection via the FTP on iWeb's publish page. Keeps saying "the directory/path couldn't be found. Verify your settings and try again."
    I've searched the forum here and called GoDaddy for help. The tech there told me that I'm making a connection but my software can't find the "root folder" at my domain.
    Help?????

    I'm gonna answer my own question/problem in case anyone else encounters the same.
    Instead of publishing to FTP service, I published to a folder on my computer. Then I was able to manually upload the files, like I'd been doing in the past, using the GoDaddy FTP service. Mission accomplished.

  • Disk Warrior can't find directory

    I don't know if this goes here or elsewhere but I had some problems, did archive and install, and now Disk Warrior can't find the directory. I recently began using Time Machine (forgot I had it) and my instinct is to erase the disk and use Time Machine to restore the data but I'm afraid to do anything until I know it"s the right thing to do.

    Use your restore disc, choose English as your language, then go to Utilities in the Menu Bar and select Restore. Make sure that your Time Machine is mounted and then choose which point in time you want to restore from
    You should be back in business shortly.
    Message was edited by: MGW
    That is, assuming that your drive is ok.

  • Version 9.0.2 Oracle9iAS Containers for J2EE (OC4J) can not find the orion.jar file

    Oracle9iAS Containers for J2EE (OC4J)
    Version 9.0.2
    Oracle9iAS Containers for J2EE (OC4J) (19,789,999 bytes)
    when i unzip the oc4j_extend.zip, i can not find the orion.jar under j2ee/home diretory, how can start it?

    You're absolutely right. For some reason orion.jar isn't in that distribution. However there should be an oc4j.jar file in there, which behaves exactly as the orion.jar file would. So, any place in the documentation where it refers to orion.jar, just substitute oc4j.jar.
    Ryan

  • Where can I find thsi: j2eetutorial/examples/src/ejb/converter

    Hi all,
    First I want thank you for your time.
    Second I have downloaded J2EE but not found the following file.
    j2eetutorial/examples/src/ejb/converter
    Where is it? Sun says it will be generated when I unpack the software. No! it did not.
    Thank you again
    JamesL

    Have u also set up docs which comes with j2ee server? After docs re installed in same dir as J2EE_HOME u can find examples from directory:
    J2ee_HOME/docs/guide/ejb/examples/converter
    ok?

  • J2EE setup - Can't find javax.ejb.EJBObject

    I am running my first client side program and the below error is being returned:
    Exception in thread "main" java.lang.NoClassDefFoundError:javax/ejb/EJBObject.
    I am guessing that my classpath to find
    javax.ejb.EJBObject is not setup properly. Does
    anyone know how it should be set. I am using J2EE.

    Apparently there is a better solution from previous post:
    classpath=.;..;c:\jdkee1.3\lib\j2ee.jar;
    If you specify a directory, Java will search for class files in that directory; if you specify an archive (zip or jar) Java will search for class files in the archive. The class files you need reside in the two archives c:\jdk1.3\lib\rt.jar and c:\jdkee1.3\lib\j2ee.jar.

  • How to use ant1.3 in Wndows ME to build the examples in J2EE Tutorial?

    When I tried to build the examples bundled with j2ee tutorial in the ..\j2eetutorial\examples directory using the ant 1.3 on Wndows ME I get the following exception.Anybody please help me.Is there any other build tool available for download?
    StringIndexOutOfboundsException
    D:\JAVATUTORIAL\J2EE\j2eetutorial\examples> ant -verbose all
    Ant version 1.3 compiled on March 2 2001
    Buildfile: build.xml
    Detected Java Version: 1.3
    Detected OS: Windows Me
    parsing buildfile D:\JAVATUTORIAL\J2EE\j2eetutorial\examples\build.xml with URI
    = file:D:/JAVATUTORIAL/J2EE/j2eetutorial/examples/build.xml
    Project base dir set to: D:\JAVATUTORIAL\J2EE\j2eetutorial\examples
    Build sequence for target `all' is [init, savingsaccount, bank, cart, checker, c
    onfirmer, converter, enroller, order, salesrep, storagebin, teller, htmlreader,
    warehouse, simplemessage, cmproster, ejb, date, hello1, hello2, bookstore1, web-
    ejb, bookstore2, bookstore3, web, all]
    Complete build sequence is [init, savingsaccount, bank, cart, checker, confirmer
    , converter, enroller, order, salesrep, storagebin, teller, htmlreader, warehous
    e, simplemessage, cmproster, ejb, date, hello1, hello2, bookstore1, web-ejb, boo
    kstore2, bookstore3, web, all, create-storagebin-table, get-cci-jar, procs, cci,
    connector, create-salesrep-table, create-procs-alias, create-coffee-table, abou
    t, create-enroller-table, create-savingsaccount-table, create-web-db, create-war
    ehouse-table, create-bank-table, clean, create-order-table, create-teller-table,
    prepare, create-ejb-db]
    init:
    [property] Loading Environment myenv.
    BUILD FAILED
    D:\JAVATUTORIAL\J2EE\j2eetutorial\examples\build.xml:19: D:\JAVATUTORIAL\J2EE\j2
    eetutorial\examples\build.xml:19: java.lang.StringIndexOutOfBoundsException: Str
    ing index out of range: -1
    --- Nested Exception ---
    D:\JAVATUTORIAL\J2EE\j2eetutorial\examples\build.xml:19: java.lang.StringIndexOu
    tOfBoundsException: String index out of range: -1
    --- Nested Exception ---
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    at java.lang.String.substring(String.java:1476)
    at org.apache.tools.ant.taskdefs.Property.loadEnvironment(Property.java:
    248)
    at org.apache.tools.ant.taskdefs.Property.execute(Property.java:172)
    at org.apache.tools.ant.Target.execute(Target.java:153)
    at org.apache.tools.ant.Project.runTarget(Project.java:898)
    at org.apache.tools.ant.Project.executeTarget(Project.java:536)
    at org.apache.tools.ant.Project.executeTargets(Project.java:510)
    at org.apache.tools.ant.Main.runBuild(Main.java:421)
    at org.apache.tools.ant.Main.main(Main.java:149)
    Total time: 2 seconds
    D:\JAVATUTORIAL\J2EE\j2eetutorial\examples>
    *********************************************************************

    Please Help Me

  • Can't find the J2EE directory on Oracle 9iAS version 1.0.2.2.x

    Hi,
    I'm trying to set the JDBC Data Source. According to the documentation I need to go to the J2EE directory. I can't find this directory on Oracle 9iAS version 1.0.2.2.x. We can't upgrade so I don't know how to proceed.
    Your feedback is appreciated.
    Thanks,
    Merced

    Hi!
    I'm not 100% sure but I believe that in the 1.0.2.x release there was no J2EE structure in the application server. Things were done then with JServ.
    I understand that you cannot upgrade but be aware that 1.0.2.x is ancient (like stone-age) and Oracle desupported this long ago.
    cu
    Andreas

  • Urgent - Can't find the demo/tutorial :-(

    Hi,
    I am a newbie. I downloaded and did a full install of TopLink. However the folders related to the tutorials are missing in the TopLink install directory.
    I searched the website for TopLink tutorial/demos download and did not find any. Am I missing something? Was I supposed to find and download the tutorial seprately.
    I found a pdf document "TopLink-getting started" but that is it. I am missing the folders related to the tutorials.
    Where can I find them. Please help.

    The Mapping Workbench Tutorial (in the Mapping Workbench User's Guide) is located here: http://download.oracle.com/docs/cd/B10464_03/web.904/b10316/tutorial.htm#654344
    Online Demos are located on OTN here: http://otn.oracle.com/products/ias/toplink/mwdemos/index.html
    The TopLink examples are a separate download from OTN: http://otn.oracle.com/products/ias/toplink/preview/examples/index.html

  • Can't find java source to web services tutorial

    When I down load the Java Web Services Tutorial zip file, all that is in there are html files. I've read all sorts of references to the source, even a directory structure, but I cannot find the files.
    I have gone to:
    http://java.sun.com/webservices/downloads/webservicespack.html
    And clicked on the Java WebServices Tutorial, v1.5_01 Download.
    The java source files to the tutorial are NOT in that zip file.

    Hmm, the URL for the tutorial you gave isn't working for me.
    I've checked a bit more through the tutorial and JWSDP examples, and they all match for me. I'm looking at JWSDP version 1.5, and the tutorial here:
    http://java.sun.com/webservices/docs/1.5/tutorial/doc/index.html
    I can't find a 'HelloService' in this tutorial (I also have the tutorial downloaded, grep gave no results). The tutorial refers to, for example, to an example in <JWSDP_HOME>/xmldsig/samples/validate, which I have in my JWSDP. (The page that refers to this example is http://java.sun.com/webservices/docs/1.5/tutorial/doc/XMLDigitalSignatureAPI8.html#wp511406)
    If you're really looking at the tutorial version 1.3 (as the URL looks) that could explain it. So, my hunch is a version mismatch, but I could be way off the mark.
    -Tim

  • Where can I find the tutorial "InsertWithCatch" ?

    I am using SOA Suite 11g.
    As per the documentation on Database adapter, there is a tutorial which shows steps to catch database exception:
    http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10231/app_trblshoot.htm#CIHHDCFF
    I can't find the specified directory in our server where SOA/BPEL server is installed.
    I also check the following site but no luck to find the tutorial:
    http://www.oracle.com/technology/sample_code/products/adapters
    Where can I download that tutorial ?
    Edited by: Pricilla on Aug 23, 2010 2:00 PM

    First of all let me point you to the latest documentation of Oracle Technology Adapters (PS2 - 11.1.1.3) -
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10231/toc.htm
    In section "9.3.1 Transaction Support", at this[http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10231/adptr_db.htm#BDCDADGF] link, "InsertWithCatch" tutorial has been mentioned and it is asked to find it out at -
    http://www.oracle.com/technology/sample_code/products/adapters/index.html
    But I don't see any such tutorial there, so stay tuned and soon it may be there.
    Regards,
    Anuj

  • Where can I find a useful JCAPS tutorial?

    Simple question. There was tutorial documentation for 5.1 which I can no longer find. All I can now find are the pages for JCAP6, and I cannot find a beginners tutorial there. Help with a link, please.

    There will be some tutorials available when Java CAPS 6 is released. The doc team is working on updating them now! We will continue to push them
    out as they become available. Watch the Tutorials tab and the RSS feed on the At A Glance to track new docs. In the meantime, the old tutorials are still available with the 5.1.3 docs on docs.sun.com. There is a link to these from the "by Product" tab. Let us know which tutorials are a priority
    to you.
    Thanks
    Sue Weber
    Program Manager,
    Information Products Group
    Sun Microsystems Inc.

  • Where can i find a good imovie tutorial?

    where can i find a good imovie tutorial?

    iMovie 9 tutorials:
    http://help.apple.com/imovie/
    and also these:
    http://www.kenstone.net/fcp_homepage/imovie_09_stone.html
    http://www.kenstone.net/fcp_homepage/imovie_09_stone.html#interface
    iMovie 10 Guide:
    http://help.apple.com/imovie/mac/10.0/?lang=en
    Also useful:
    http://www.macworld.co.uk/macsoftware/news/?newsid=3491810&olo=email
    http://www.macworld.co.uk/digitallifestyle/news/?newsid=3491708&olo=email
    http://www.macworld.com/article/2079349/exploring-imovies-editing-options.html#t k.nl_mwhelp
    If you prefer a proper printed manual, check out David Pogue's 'Missing Manual' series, they are the best. Generally available from Amazon.

  • Where can I find a good tutorial for mobile game developement with J2ME ?

    Hi All,
    I'm completely new to J2ME programming. But I have past experience on J2SE developement. Now I would like to know that where can I find a good tutorial for mobile game developement with J2ME ?
    I'll be very greatful if I can find a useful step-by-step tutorial (eg. "The Java Tutorial" for J2SE)
    Please point me ot the direction.
    Thanks
    ZuriJAckshoT

    ibook-widgets.com    have a free tutorial book in the iBooks store.  Search for "Create your first interactive book using iBooks Author"   they also  sell widgets.
    I  dont have any connection - I  found their eBook in the store long ago  and used it to learn more about iBA.
    The best advice though, is be patient,  go back over the process step by step, I cannot  access the Help files for some reason.. but i am sure its in their.

  • Where can I find a video tutorial for 5.5?

    Where can I find a video tutorial for 5.5?
    I am a Soudbooth user in CS4. When I upgraded to the master suite 5.5 soundbooth was not in the package, but Audition was.

    There's a new webinar that is coming up soon (2012-01-18) by Larry Jordan: http://www.larryjordan.biz/webinars/#0118
    We have several on Adobe TV: http://tv.adobe.com/product/audition/
    There's some tutorials on Lynda.com, although they're for the older versions of Audition, they should still be mostly applicable: http://www.lynda.com/Audition-training-tutorials/159-0.html

Maybe you are looking for

  • Shellscript in Applescript

    I made a shell script that works until one point where the Escape key needs to be pressed. Does anybody know how to make applescript make a keystroke while inside of the shell script???

  • Problems with M2459D HD LG monitor

    I have connected an LG high definifition monitor (model M2450D) to my Mac Book Pro (Intel Core 2 Duo, late 2008, Snow Leopard) via HDMI. Letters and borders seem to be out of focus. LG doesn't have specific drivers for MAC.

  • Generic extractor replication process

    Hi All, How to replicate Generic extractor in BI7.O? In BI 7.0 transport required for Generic extractors to replication? Please guide me. Thanks, KN

  • How do you prevent songs from playing on iphone (iOS7)?

    My iphone keeps playing music that's not on it. I have albums with songs that I don't wish to hear and didn't download when I purchased them. Some have never been on my Mac. I also have Christmas music that I don't want to hear unless it's December.

  • How to clear Mapping Error Bdocs

    Hi, We are getting Mapping error bdcos in SMW01 if there is an error while data is downloading from ECC to CRM. We are fixing the issue by looking at the BDOC error description. We are unable to re-process these error bdocs after fixing the issue as