Need Help Please - I can't get Java to compile my programs

Hi, I'm taking a programming course in college and want to be able to compile my java programs at my home laptop instead of just at the lab...
However, when I write my code and try to compile with TextPad, there is no "Compile" option....Instead there is a grayed-out option of "User-tool"...
I have installed the J2SE Developmental Kit 5.0 Update 11 and the JavaRuntime Environment 5.0 Update 11....In the labs, the computers have the exact same thing except they are the Update 9 versions....
What am I missing? Thanks for any help you can offer....

> TextPad isn't part of the JDK nor runtime of Java,
and this isn't a TextPad product support site.
(Edit: Except when yawmark is around)
Pish. I pointed himmer to the proper place. ;o)
It would be advisable to lose your addiction to IDE's
anyway (like TextPad)
Pish. TextPad isn't an IDE. It's a feature-rich text editor that happens to let you run commands from within the program (though I don't argue with the benefit of compiling/executing from the CL when learning).
~

Similar Messages

  • I need help please!  Can pictures get on your icloud other ways?  Can something be put on there by someone other than yourself, liked public wifi or hacked?  Got a big problem h some **** on an iPod and I am to knowledgeble about the ipod...thanks

    .         Can pictures get on your icloud other ways?  Can something be put on there by someone other than yourself, liked public wifi or hacked?  Got a big problem with some **** on an iPod and I am to knowledgeble about the ipod...thanks

    You're not confusing this with a shared Photo Stream...?
    Because the short answer is no, photos don't appear unless they were put there by someone with your Apple ID credentials. To rule out that possibility, change your Apple ID password by carefully following all these instructions:
    iCloud: Change your iCloud account password
    If you decide to change your password, and you also want to change your Apple ID, I recommend you do not concurrently change your Apple ID until sufficient time has passed and you are confident the password change has been effected on all your iOS devices. 24 hours ought to be more than enough.
    It is not necessary to change your Apple ID unless it is an email address you no longer wish to use.

  • Really need help...can't get my old songs to reload onto my ipod.  The only songs that will load are ones I have purchased recently on my iphone.  I can see all my music in my library. Help please!

    Hi everyone..I really need some help!  My computer went in for repair and cleaning.  The music in my itunes library at the time was backed up on discs.  I had not resynced my ipod touch with computer since that occurred in May of this year.  Since then I have purchased an iphone and some new music was purchased as well.  My phone has the new music (which is about 100 songs).  Yesterday I decided I was ready to get everything organized and put all my music on my ipod and my apps on my phone.  I have, as it would appear, reloaded all my music back into my library (a little over 1000 songs) as I can see the music and I can open and play it through itunes.  I have resynched my ipod touch.  All the music that was on my ipod touch has now been taken off and the only music that synched with it is the music I have purchased since I bought my iphone (only about 100 songs).  Can't get all music on my ipod at all.  Additionally, my account is not recognizing the touch as one of my devices.  Any help at all would be appreciated!  

    You can contact Apple and request a 1-time redownload of your lost purchases. Of course, they prefer you follow some of these recommendations on backing up your purchases.
    I think the e-mail form on this page is the best place to start for requesting the replacement download.

  • Urgent help please. Can't get image on LED cinema display.

    My husband has a traumatic brain injury. His existing monitor went kaput yesterday, & I've been trying desperately to set up a new LED cinema display with his Mac Pro that was purchased May 2007 for the past 4.5 hrs without success. Can't get any image on it & don't know what else to try. Any suggestions please?

    Can we assume that the graphics card has been replaced with one that has a mini display port, such as the Radeon HD 5770 or the Geforce GT 120? The originally shipped graphics card options for the 2007 Mac Pro do NOT have the Mini Display Port.
    Does my computer have a Mini DisplayPort connector?
    If not, one will either need an Atlona AT-DP400 adapter to connect the LED Cinema Display to a dual link DVI port of the graphics card OR to replace the graphics card with one that is equipped with the Mini Display Port.
    Review of the Atlona AT-DP400.
    Also, does the Mac Pro have OS X 10.6.4 or later?

  • I need help. I can't get anything to sync on my iPads or I phones. Ihave tried everything. I thought it was mostly automatic. The calandar is what I really want to sync

    I am looking for help. I have been trying to get my iPads and I phones to sync a calendar to all the devices. I can't get anything to work. I am completely frustrated. I have been working for hours and getting no where. I have 2 iPads and 2 phones. Can someone please point me in the right direction.
    Thank You

    Click (or touch) the "Calendars" icon in the upper left corner.  You should see something similar to this:
    "ICLOUD" should be the only calendar set indicated on each device (otherwise, you'll get double entries).

  • HT1725 I need help please, I can't to buy any free spin from slot mania game

    I need help about to buying free spin slot mania

    What happens when you try to buy them, does the 'buy' button not work, do you get any error messages ... ?
    If you are getting a message to contact iTunes Support then you can do so via this link and ask them why the message is appearing (wea re fellow users, we won't know why) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption
    If it's a different problem ... ?

  • Desperate user need help. My GPIB instrument get stuck with my labview program frequently

    Hello to all labview users,
    i am a beginner in using labview. I am currently writting a labview program to automatically control a digital control rotator HD201e and a network analyzer 8720a to work with the anechoic chamber. The program receives an initial position, amount of increment and # of steps. My program will then ask the controller to rotate to the initial position and at the meantime, the program will monitor the position of the rotator to ensure the requested position is reached. After that, at the position, the program will ask the NA to perform a reading of the measurement. Once the reading is done, the program will ask the controller to rotate to the next position and does a reading of the measurement and so on.
    My program seems to be able to perform the tasks; however, the dig.controller part seems to get stuck around 50% of the time when running the program. Sometimes, even the controller receives the requested position (can be seen from the lcd screen of the controller), the rotator just simply would not rotate; also, sometimes, the controller just simply does not respond when sending the command of moving a position, as in the debug mode (the one with a lightbulb), i see that i got "ok" on all the blocks in the writing portion ofthe program, but the controller just doesnt seem to receive the position (as seen no new position received from the lcd screen) and the cursor on the lcd screen blinks weirdly, due to that problem, my program will then get stuck in an infinite loop.....
    Usually, that problem occurs after few positions have been reached.....
    so, when that happens, i have to stop my program and re-run it. that means the program will have to re-do the measurement that were read previously....
    sometimes i have to stop and re-run my program several times to get all the measurement of all the positions done.....so...that bug renders that program to be an unefficient program.
    I have been trying to resolve that bug for weeks...but no success....i have tried to put some wait time between each block....result is not much different...
    I have also tried putting "clear" block before and after the "write" block.....same problem.....
    I have heard that the serial GPIB "flush" block may help...but i tried..but it seems the controller doesnt recognize/accept flush....
    i have also tried using the "Visa open" and "Visa close" block to see if ithat reduces the stucking thing....but seems that the controller can still get stuck....
    i have also even tried using "lock asyn" and "unlock asyn" block...but didnt seem to work....
    Has anyone experienced such problem.? Is it a known problem with some gpib instrument?
    Is there any discrepancy or bugs in my program that i am unaware of that causes this problem?
    Any advice and or opinion would be greatly appreciated....
    PS: i attached the controller part of my program and the overall program
    desperate happyguy......
    Happy guy
    ~ currently final year undergraduate in Electrical Engr. Graduating soon! Yes!
    ~ currently looking for jobs : any position related to engineering, labview, programming, tech support would be great.
    ~ humber learner of LabVIEW lvl: beginner-intermediate
    Attachments:
    HD201_Controld.jpg ‏231 KB
    AChamber_Measurements_v1d.jpg ‏857 KB
    AChamber_Measurements_v1d3.jpg ‏463 KB

    hi xseadog
    i got what you meant about the gpib reference
    actually, that final frame works because the gpib reference is already done inside that subvi.
    but my problem doesnt arise from that. most of the time ive seen, it arises between the writing frame and the while loop frame. as i mentionned, sometimes. the controller just simply doesnt rotate even i can see the requested position display on the controller lcd screen; also sometimes, just the controller is stuck without acknowledging the write position command. but in labview...while in debug mode. it is shown ok on the block.
    Happy guy
    ~ currently final year undergraduate in Electrical Engr. Graduating soon! Yes!
    ~ currently looking for jobs : any position related to engineering, labview, programming, tech support would be great.
    ~ humber learner of LabVIEW lvl: beginner-intermediate
    Attachments:
    HD-201 RPosd.jpg ‏39 KB

  • I need help please. I cannot get into my mac after I downloaded Lion.  i never used a PW before . can anyone help me please?

    Hi Folks. I cannot get into my Mac book air after downloading Lion. I do not and have never needed to use a pass word. what can I do to get back in ?

    Did you purchased the Full Perpetual License from Adobe for $149.00?, if so then what has happened is that you probably downloaded the Creative Cloud trial version which has now expired.
    The license key for the perpetual version will not be accepted to activate the CC version.
    Uninstall the existing Lightroom and then download the one available from the link below. The uninstall process will not affect your Catalog, Preferences or personal files but will just remove the application. Install the new download and you license key will be accepted.
    Adobe - Lightroom : For Macintosh : Adobe Photoshop Lightroom 5.6
    If this is not the situation you face then provide some more details.

  • Help please I can't get my photos off my phone

    My 4s used to show in my computer and I used to be able to get the photos off the device there but now it doesn't show up since the new upgrade.  I have tried to get the computer to recognise the device but it won't but it still syncs and shows in iTunes and charges from my computer. Could it be my virus protection? I can't figure it out it never used to be a problem
    Please help

    I'd suggest installing any available updates for your computer. To ensure the drivers are up to date.

  • Help Please I can't get my .wrl into a Geometry array

    Hello, I was hoping to get a quick fix for the problem I have with my code.
                  Loader loader = new Loader(Loader.LOAD_ALL) ;
                  // get the file names
                  String[] srrFilenamen = null ;
                  srrFilenamen = new String[]{ ("src/CarParts.WRL"), ("src/CarFlip.WRL"), ("src/CarShat.WRL")} ;
                    // Several transform groops to put the objects where they should be
                    TransformGroup objTrans[] = new TransformGroup[4] ;
                    for (int i = 0 ; i < 4 ; i++)
                            objTrans[i] = new TransformGroup() ;
                            objScale.addChild(objTrans) ;
    Transform3D tr = new Transform3D() ;
    Transform3D rotX90 = new Transform3D() ;
    rotX90.rotX(90.0 * Math.PI / 180.0) ;
    objTrans[0].getTransform(tr) ;
    tr.setTranslation(new Vector3d( -2.0, 1.5, -2.0)) ;
    tr.mul(rotX90) ;
    objTrans[0].setTransform(tr) ;
    objTrans[1].getTransform(tr) ;
    tr.setTranslation(new Vector3d(0.0, 1.5, -2.0)) ;
    tr.mul(rotX90) ;
    objTrans[1].setTransform(tr) ;
    objTrans[2].getTransform(tr) ;
    tr.setTranslation(new Vector3d(2.0, 1.5, -2.0)) ;
    tr.mul(rotX90) ;
    objTrans[2].setTransform(tr) ;
    objTrans[3].getTransform(tr) ;
    tr.setTranslation(new Vector3d(0.0, -2.0, -2.0)) ;
    tr.mul(rotX90) ;
    objTrans[3].setTransform(tr) ;
    // Now load the object files
    Scene srrMorpScene[] = new Scene[3] ;
    GeometryArray g[] = new GeometryArray[3] ;
    Shape3D shape[] = new Shape3D[3] ;
    for (int i = 0 ; i < 3 ; i++)
    srrMorpScene[i] = null ;
    g[i] = null ;
    shape[i] = null ;
    for (int i = 0 ; i < 3 ; i++)
    srrMorpScene[i] = loader.load(srrFilenamen[i]) ;
    Group b = srrMorpScene[i].getSceneGroup() ;
    objTrans[i].addChild(b) ;
    // error
    shape[i] = (Shape3D) objTrans[i].getChild(0); // this is where the problem lies
    // the rest should be ok
    g[i] = (GeometryArray) shape[i].getGeometry() ;
    shape[i].setGeometry(g[i]) ;
    Some of you might recognise this from the well used hand morph demo, however that demo works with .obj files.
    .obj files are not loaded in the same way as .wrl files, there for I've had to change the loader a little, however they still load into scene.
    But the error produced is:
    java.lang.ClassCastException
         at SCU.<init>(SCU.java:207)
         at WMP_Quicktime.<init>(WMP_Quicktime.java:67)
         at WMP_Quicktime.main(WMP_Quicktime.java:33)
    " A 'ClassCastException' means that I'm trying to type cast something as something it isn't.
    I've been looking in the web, and on this site my findings have made me change           
                BranchGroup b = s.getSceneGroup();
         shape[i] = (Shape3D) b.getChild(0);
    into:
                TransformGroup objTrans.addChild(b) ;
    shape[i] = (Shape3D) objTrans[i].getChild(0);
    Because someone on this site used it that that way(from a transformgroup) and had no problems converting to Shape3D apperantly.
    Also I've tried
                Group b = s.getSceneGroup();
         shape[i] = (Shape3D) b.getChild(0);
    Because I usually load a sene into a Group, not a branchgroup.
    And I've tried.
                BranchGroup b = s.getSceneGroup();
         shape[i] = (Shape3D) b.cloneTree();
    Because The input should and could only be a node, right?
    In all cases
    java.lang.ClassCastException
         at SCU.<init>(SCU.java:207)
         at WMP_Quicktime.<init>(WMP_Quicktime.java:67)
         at WMP_Quicktime.main(WMP_Quicktime.java:33)
    "my .wrl files are a little on the larger side, as they are a car(in 3 states of destruction) and have quite a few triangles.
    I'm using JDK 1.3 on Jbuilder 2005, this because as my laptop is broken thus I am forced to use the somewhat outdated software(not alowed to install programs).
    I hope I've supplied enough information to get help.
    Other wise could somone inform me of a alternate way to use the J3D morph function, or a function with similar effect.
    (not making a each step a file and showing them 1 after another, that would take to much loading and memory time, I'm already strangeling the CPU at 89%)
    Thank you in davance for your help.
    Aditionally here is the original code with the .obj files.
      private java.net.URL[] objFiles = null;
         // Create the transform group nodes for the 3 original objects
         // and the morphed object.  Add them to the root of the
         // branch graph.
         TransformGroup objTrans[] = new TransformGroup[4];
         for(int i=0; i<4; i++) {
             objTrans[i] = new TransformGroup();
             objScale.addChild(objTrans);
         Transform3D tr = new Transform3D();
         Transform3D rotX90 = new Transform3D();
         rotX90.rotX(90.0 * Math.PI / 180.0);
         objTrans[0].getTransform(tr);
         tr.setTranslation(new Vector3d(-2.0, 1.5, -2.0));
         tr.mul(rotX90);
         objTrans[0].setTransform(tr);
         objTrans[1].getTransform(tr);
         tr.setTranslation(new Vector3d(0.0, 1.5, -2.0));
         tr.mul(rotX90);
         objTrans[1].setTransform(tr);
         objTrans[2].getTransform(tr);
         tr.setTranslation(new Vector3d(2.0, 1.5, -2.0));
         tr.mul(rotX90);
         objTrans[2].setTransform(tr);
         objTrans[3].getTransform(tr);
         tr.setTranslation(new Vector3d(0.0, -2.0, -2.0));
         tr.mul(rotX90);
         objTrans[3].setTransform(tr);
         // Now load the object files
         Scene s[] = new Scene[3];
         GeometryArray g[] = new GeometryArray[3];
         Shape3D shape[] = new Shape3D[3];
         ObjectFile loader = new ObjectFile(ObjectFile.RESIZE);
         for(int i=0; i<3; i++) {
         s[i] = null;
         g[i] = null;
         shape[i] = null;
         for(int i=0; i<3;i++) {
         try {
              s[i] = loader.load(objFiles[i]);
         catch (FileNotFoundException e) {
         System.err.println(e);
         System.exit(1);
         catch (ParsingErrorException e) {
         System.err.println(e);
         System.exit(1);
         catch (IncorrectFormatException e) {
         System.err.println(e);
         System.exit(1);
    BranchGroup b = s[i].getSceneGroup();
         shape[i] = (Shape3D) b.cloneTree();
         g[i] = (GeometryArray) shape[i].getGeometry();
         shape[i].setGeometry(g[i]);
         objTrans[i].addChild(b);
    public void init() {
    if (objFiles == null) {
         objFiles = new java.net.URL[3];
         // the path to the image for an applet
         String path = getCodeBase().toString();
         try {
         objFiles[0] = new java.net.URL(path + "hand1.obj");
              objFiles[1] = new java.net.URL(path + "hand2.obj");
              objFiles[2] = new java.net.URL(path + "hand3.obj");
         catch (java.net.MalformedURLException ex) {
         System.out.println(ex.getMessage());
              System.exit(1);
    Message was edited by:
    System_Crush
    [EDIT] made the error mesages a little more eye catching
    null

    I'd suggest installing any available updates for your computer. To ensure the drivers are up to date.

  • Help please, I can't get select list behavior correct

    I have a demo application at apex.oracle.com http://apex.oracle.com/pls/apex/f?p=71968:1 username is demo, password is demo
    I have a form with multiple fields
    field1 (Text Field)
    field2 (Text Field)
    field3 (Text Field)
    field4 (Text Field)
    Status (Select List)
    The select list has the following options:
    Open
    Working
    Closed
    Process flow is as follows:
    Ticket created and status is defaulted to Open
    Analyst does their work and if they save the ticket they move the status to working and apply changes so now Working is stored in the database as the status
    When the work is complete, they select Closed and Apply Changes and the ticket is complete.
    What I am trying to do here is set it up so that the analyst cannot select Closed or they receive a message when they select closed if field1, field2, field3, or field4 are empty.
    I tried a dynamic action and I can get it to hide the close selection in the list and it will only appear when the fields are filled in, but say the ticket is in Working Status, after I fill in the fields, I see the Status selection list updating but then it changes the value to Open. All three options are now available, but the analyst may not want to close the ticket even though they have all the fields filled in. So I would want the status to stay in working but this automatically goes to Open.
    So I guess in the end, I need a select list that maintains its current value but the option to see closed is only available when the three fields are all not null.
    I have a demo application at apex.oracle.com http://apex.oracle.com/pls/apex/f?p=71968:1 username is demo, password is demo
    You can see what I am referring to if you select the record in the Report section with the status of working. Then when it comes up, remove one of the values from the fields and you will see that instead of keeping the value as working it changes it to open. I want it to keep its current value unless that value was closed, in that case it can go back to open.
    Any suggestions as to how to acoomplish this would be appreciated.
    Thanks
    Wally

    Hi Wally,
    You can change your lov as cascading lov and in the parent lov items, give the names of all that 4 fields. Also change your lov query as below
    select DVALUE as display_value, RVALUE as return_value from STATUS
    where ((vValue = 1 and (:PXXX_FIELD2 IS NULL OR :PXXX_FIELD2 IS NULL OR :PXXX_FIELD2 IS NULL OR :PXXX_FIELD2 IS NULL))
    OR (:PXXX_FIELD2 IS NULL AND :PXXX_FIELD2 IS NULL AND :PXXX_FIELD2 IS NULL AND :PXXX_FIELD2 IS NULL).
    Regards,
    Natarajan
    Edited by: Nattu on Mar 20, 2013 8:27 AM

  • Help!! can not get Java apps to run on Nokia 9210

    Hi all,
    I am creating a java application for the Nokia 9210. The .sis file seems to install correctly on the device, and the application appears in the Extras menu. However, when I open the application, it says "Loading Java..." and then "Starting Java..." but then nothing else happens! I have tried an example application from Nokia as well, but still the same thing.
    Any help appreciated!
    thanks,
    Susie

    U should have a .txt file along with the files u compiled into .sis one. Make sure that the line is :
    -cp .\filename1.jar filename2.class

  • Help please I can't get into my computer, asking for a password I do not know

    When I push the start up bottom, the screen pops up "ENTER ADMINISTRATOR PASSWORD OR POWER ON PASSWORD" I have no clue why it's doing this and the pass word it won't even let me put in a windows cd to reboot the system without a password my laptop is only 3-4years old

     When asked for the password just hit enter 3 times. Post any code. REO

  • Cannot get Java to compile

    I have recently installed the newest Java version on my XP computer. I can't get it to compile the programs
    I have written. I have it saved in C:/Program Files/java_save. When I go to compile I get "javac is not a recognized action or file name." I have tried creating the path in the system settings but I still cannot get it to work. I have tried just about everything I can think of. I am getting really frustrated and haven't gotten an answer from java when I emailed them. Do I need to reinstall java or am I doing something wrong? Any help would be appreciated. Thank You!
    trtrainer

    'Software\JavaSoft\Jave Runtime
    Environment\CurrentVersion' has value '1.4' but '13'
    is required.
    Error: could not find java.dll
    Error: could not find Java 2 Runtime EnvironmentA fast review of the threads on this topic lead me to believe you may need to either 1) add the new bin directory to the path variable as mentioned earlier 2) reinstall the JRE only, due to confusion at the registry level 3) edit/repair the registry itself (careful...)
    Note also the order of the items in the PATH setting. As discussed here in Reply 1..
    http://forum.java.sun.com/thread.jsp?forum=54&thread=164483
    You may wish to remove from the PATH setting any earlier versions of a java sdk you had attempted to install.
    Here are some other threads on this topic..
    http://forum.java.sun.com/thread.jsp?forum=32&thread=142506
    http://forum.java.sun.com/thread.jsp?forum=31&thread=276400
    Reply 1 of this thread suggests reinstalling Java and the response from the OP is that the reinstall resolved the issue.
    http://forum.java.sun.com/thread.jsp?forum=54&thread=299702
    If you installed an IDE with it's own JDK, you may want to look at Reply 2 here..
    http://forum.java.sun.com/thread.jsp?forum=54&thread=183721
    When I type the path: c:\j2sdk1.4.2_04\bin\javac
    HelloWorldApp.java, I get: Error: Cannot Read:
    HelloWorldApp.javaThis simply means that the compiler can not find the file "HelloWorldApp.java" inside the directory from where you are attempting to compile the file.

  • Can't get java to initiate applet, or even run, please help

    I need help, please. Need java to do some organic chem work, and I can't get it to work. I have Java 2 runtime SE - 1.4.1_05, virtual machine 1.4.1_05-b01, and plug-in the same as J2SE. The Web Start file was corrupted when it downloaded, so I removed it from the Add/Remove in control panel. I'm running windows 2000 Pro, I'm not a computer expert (means I need explicit instructions), I'm a vet student trying to do my homework, and study for exams. Any reply here will be very appreciated, or to my e mail [email protected] Thank you, Cindy

    There are plenty of people here that can and will help, but you need to tell us what the problem is (details, error messages, code samples, etc)
    Here's a general blurb, post back it it doesn't help.
    This may duplicate some of what you've already done, if so fine. But please verify you've done exactly what is written or know why you shouldn't before proceeding. You may want to print these instructions before continuing.
    Also note that this applies to the currrent java version installed on "standard" windows systems, only.
    To download the current version of Java, go here:
    http://java.sun.com/j2se/1.4.2/download.html
    and click on the word DOWNLOAD in the column labeled SDK in this line: Windows Offline installation (info)
    After downloading, click on this page of installation instructions and read through #6:
    http://java.sun.com/j2se/1.4.2/install-windows.html
    Install the software according to the preceeding instructions. If you encounter
    problems, see the section "Troubleshooting the Installation" in the installation instructions.
    Below is a Helloworld program, copy and paste it into your editor and save it as "HelloWorld.java" Use capitalization, Java is case-sensitive. If you're using Notepad, quote the name when saving, otherwise Notepad adds ".txt" to the name. Go to DOS/command window and check that you've got the file where you want it and that it's named correctly.
    -------save this program as HelloWorld.java--------
    public class HelloWorld {
    public static void main (String[] args) {
    System.out.println("Hello World!");
    In the same directory as HelloWorld.java, enter "javac" - the program should print out a list of options, if not, set your PATH - see below.
    In the same directory as HelloWorld.java, enter "javac HelloWorld.java" and the javac compiler will create HelloWorld.class. If it was successful it will not give any messages. Check that the file is created.
    In the same directory as HelloWorld.java, enter "java -classpath . HelloWorld" with the spaces and the period. The program will run. If it doesn't, recheck that you followed the instructions.
    Here is additional information:
    The Windows path is a set of pointers that Windows uses to locate programs that you execute, like javac.exe and java.exe. This setting is explained here:
    http://java.sun.com/j2se/1.4.2/install-windows.html - 5. Update the PATH variable
    (you should have already done this as part of the Java installation)
    The CLASSPATH is another set of pointers that is used by Java to find the files that you create and want compiled and/or run. This setting is explained here:
    Setting the Classpath:
    http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/classpath.html
    [NOTE: always start your classpath with ".;" which means the current directory. See my classpath, below]
    How Classes are Found:
    http://java.sun.com/j2se/1.4.2/docs/tooldocs/findingclasses.html
    Examples:
    This is my path
    PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\BATCH;C:\J2SDK1.4.2_01\BIN;C:\PROGRA~1\UTILIT~1;C:\PROGRA~1\WIN98RK
    This is my classpath
    CLASSPATH=.;C:\mjava;C:\mnrx;C:\NetRexx\lib\NetRexxC.jar;C:\j2sdk1.4.2_01\lib\tools.jar;C:\NetRexx\NrxRedBk

Maybe you are looking for

  • CDATA in the soap receiver adapter ?

    Hi Guys, I am passing the whole xml into a string on the target side, i did java mapping and on the receiver side system the CDATA is not recognised. Is there any way i can eliminate this cdata ? <?xml version="1.0" encoding="utf-8" ?> - <soap:Envelo

  • Airport Express' no longer available to iTunes as remote speakers

    Hi,      I'm running Windows 7, iTunes 10.6.1.7 and the firmware on my airports is 7.6.1. I'm having a wierd issue where I can't use iTunes itself to send audio to the airports.  There is no mulitple speaker icon in the lower right corner like there

  • Selecing old attribute value in an implementation class

    Dear All, Am using ADF 11.1.1.3 and am trying to write some validation on an entity's implementation class ( in doDml method ) and i need to compare one attribute old value with the current value ... how can i do that ?

  • Idoc Failure Issue

    Hi, I am using PI 7.3. This is a simple file to Idoc Scenario. I am getting the below error message: Transmitting the message to endpoint<Local> using connection File_http://sap.com/xi/XI/System failed due to: com.sap.engine.interfaces.messaging.api.

  • Broken link to Oracle Backup Express Documentation

    The link to the Oracle Backup Express Documentation is broken on the site. The following link is on the Oracle Backup Express download page: http://www.oracle.com/technology/documentation/ses1016.html The link takes you to the Oracle Secure Enterpris