Just trying to get started

I installed jdk 1.3. After that made this:
class helloworld {
public static void main (string args[]) {
System.out.printin("Hello world!");
In command prompt compiled with?javac HelloWorld.java?.     
Got this massage? ?javac? is not recognized as an internal or external command, operable program or batch file. I know nothing about java need more information respond and ask. just need to get started please help.

> Got this massage? ?javac? is not recognized as an
internal or external command, operable program or
batch file. I know nothing about java need more
information respond and ask. just need to get started
please help.
The javac program is not in your system path. My recommendation is to 1) install a more recent version of Java, and 2) follow the instructions (to the letter) here: Your First Cup of Java
Good luck!
~

Similar Messages

  • HT1379 my internet connection is incredibly slow - I know it is not the fault of the modem as other devices are fast. This article was suggested to me as a solution. I think they were just trying to get me off their back. Anyone else experience this?

    my internet connection is incredibly slow - I know it is not the fault of the modem as other devices are fast. This article was suggested to me as a solution. I think they were just trying to get me off their back. Anyone else experience this?

    If Safari is getting very slow:
    (Presumably you regularly empty your Safari cache by deleting the following file:
    Home/Library/Caches/com.apple.Safari/cache.db
    and clear your History)
    Adding Open DNS codes to your Network Preferences, should give good results in terms of speed-up as well as added security, (including anti-phishing and redirects) (Full information about Open DNS is here:   http://www.opendns.com/home-solutions ) and further independent information can be read here:
    http://reviews.cnet.com/8301-13727_7-57338784-263/free-dnscrypt-tool-enhances-ma c-web-security/?tag=mncol;txt
    and here:
    http://www.macworld.com/article/1146064/troubleshootdns.html?t=234
    If you are using a single computer: Open System Preferences/Network. Double click on your connection type, or select it in the drop-down menu, and in the box marked 'DNS Servers' add the following two numbers:
    208.67.222.222
    208.67.220.220
    (You can also enter them if you click on Advanced and then DNS)
    Sometimes reversing the order of the DNS numbers can be beneficial in cases where there is a long delay before web pages start to load, and then suddenly load at normal speed:
    http://support.apple.com/kb/TS2296
    If your computer is part of a network:please refer to this page: http://www.opendns.com/start/best_practices/#your_network and follow the advice given.
    If you use a Router, make sure it has the latest firmware installed.
    One reason for a slowness in page loading may be the 'DNS Pre-fetching' feature of Safari 5.x as is described here:
    http://support.apple.com/kb/TS3408?viewlocale=en_US
    You can cancel DNS pre-fetching by going to Terminal and typing:
    defaults write com.apple.safari WebKitDNSPrefetchingEnabled -boolean false
    You have to restart Safari for it to take effect.
    If Safari seems to hang for ages:
    If you have a lot of tabs open and/or a lot of pages running Flash, Safari can sometimes 'hang', requiring a restart of Safari. This can often be inconvenient, and as it is rarely Safari itself that is hanging but merely one of its plug-ins, usually Flash, there is a way using Terminal to restart the plug-ins (without restarting Safari and losing your tabs) by quitting the WebPluginHost process:
    Open the Terminal from the Utilities folder in /Applications and type
    killall -9 WebKitPluginHost
    Note that this command kills all Safari plug-ins, not just Flash. All plug-ins should start back up when you reload the page.
    Then go back to Safari and refresh any pages that were using the Flash plug-in. This also fixes the Beachball of Death. Try this whenever Safari gets slow or freezes. The later versions of Flash 10.1 onwards appear to have improved the situation somewhat, but haven't completed eliminated it.
    For this and other reasons Apple switched their websites to HTML5 in January 2011:
    http://www.appleinsider.com/articles/11/01/26/apple_revamps_its_public_website_u sing_html5.html
    For Snow Leopard/Lion users this should also be read:
    http://support.apple.com/kb/TS3408

  • I'm trying to get started and register my new ipad. I have been told to sign into my info web page. How do I do that? And where do I find it?

    I am trying to get started and register my new ipad. I have been told to sign into " my info web page". How do I do that and where do I find it?

    Hi,
    You can register your new iPad here.
    https://register.apple.com/cgi-bin/WebObjects/GlobaliReg.woa
    Carolyn :-)

  • I KEEP SEEING THE WORDS VIEW TUTORIALS BUT I JUST WANT TO GET STARTED ALREADY!!!!

    I KEEP SEEING THE WORDS VIEW TUTORIALS BUT I JUST WANT TO GET STARTED ALREADY!!!!

    I think he means the CC desktop app, which after you finish downloading just says "view tutorials".
    The CC desktop app is just for downloading and managing your subscription. To actually launch the application you do that in the normal way, just like any other application.

  • Just want to get started. I am unable to move beyond the voice over welcome screen.  Any advice would be welcome.

    I just want to get started with my new out of the box MacAir.  I canot move beyond the voice over welcome screen.  It seems to be stuck.  What do I need to do to advance out of it? 

    Bt seem to have got their act together. After six days! All of a sudden it works. What a surprise, shame their help desk would not admit anything was wrong.

  • HT201303 I tried to update my security questions this morning but got timed out.  Ive just tried to get into my account but the system does not recognise the answers to my question.  How can I rectify this problem please

    I was trying to update my Security Questions this morning but got 'Timed Out' I've just tried again to get into my security settings but the system does not recognise the information I'm putting in. Can anyone tell me how I can correct this problem.  I can still log-in.
    Best wishes

    Welcome to the Apple Community.
    You might try to see if you can change your security questions. Start here, change your country if necessary and go to manage your account > Password and Security.
    I'm able to do this, others say they need to input answers to their current security questions in order to make changes, I'm inclined to think its worth a try, you don't have anything to lose.
    If that doesn't help you might try contacting Apple through Express Lane (select your country, navigate to iCloud help and enter the serial number of one of your devices)

  • Just trying to get the basics working...

    Hi,
    I have been trying to get just the basics working, and have spent almost all day, and now into the night, trying to get it to work....with no logical sucess.....
    All I am trying to do, using VB.net 2008 with Crystral Reports 2008, is to disply my report on a web page using the crystalreport viewer in Visual Studio.
    I created a report in CR2008, and during the process of creating the report I had to create a connection to the SQL Server 2005 database and set a parameter on my report to show the data for a single record from the database.
    The issue is that the connection string I use in CR2008 is NOT the connection string that is to be used in the browser, so the first task I have attempted to do is to set new log in details for the report. I just want to use a trusted connection.
    I have searched high and low on the internet, and taken a look at the samples provided on this site.
    My code, as it is at the moment for setting the connection for the report at run time is at the end of this email: ( I got this code from the samples on this site)
    The problem I have is if the integratedsecurity set to true(as I need it) then the myconnectioninfo.servername and database name are totally ignored. I have changed them to be just randon characters, which should result in the report not being able to connect, yet the report still works fine.
    No errors are generated at all, so its very confusing. I know the code is being executed via breakpoints and stepping through the code, but it would seem that it makes no difference.
    What am I doing wrong here.....
    Private Sub ConfigureCrystalReports()
            Dim reportPath As String = Server.MapPath("CrystalReport1.rpt")
            myCrystalReportViewer.ReportSource = reportPath
            Dim myConnectionInfo As ConnectionInfo = New ConnectionInfo()
            SetDBLogonForReport(myConnectionInfo)
            myConnectionInfo.ServerName = "SQL1"
            myConnectionInfo.DatabaseName = "MPx
            ' myConnectionInfo.UserID = "limitedPermissionAccount"
            'myConnectionInfo.Password = "1234"
            myConnectionInfo.IntegratedSecurity = True
        End Sub
        Protected Sub Page_Init(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Init
            ConfigureCrystalReports()
        End Sub
        Private Sub SetDBLogonForReport(ByVal myConnectionInfo As ConnectionInfo)
            Dim myTableLogOnInfos As TableLogOnInfos = myCrystalReportViewer.LogOnInfo
            For Each myTableLogOnInfo As TableLogOnInfo In myTableLogOnInfos
                myTableLogOnInfo.ConnectionInfo = myConnectionInfo
            Next
        End Sub

    Hi,
    Couple of things:
    1) Please make sure that you are using CR2008 with SP0 at least. Dlls versions should be 12.0.2000.0 and File version 12.0.1100.0.
    2) Please make sure that the destination database can be accessed from that machine. You can create a UDL file or a new report hitting the target database to see if we can see data into it.
    3) Please make sure that we are not changing the schema of the report.
    4) Can you try this code mentioned below:
    ConnectionInfo crConnection = new ConnectionInfo();
                   crConnection.ServerName="Server";
                   crConnection.DatabaseName="DB";
                   crConnection.UserID="uid";
                   crConnection.Password="pwd";
                            crConnection.IntegratedSecurity=true;
                   crReport.Load(Server.MapPath("CrystalReport1.rpt"));
                   Tables crTables=crReport.Database.Tables;
                   foreach(CrystalDecisions.CrystalReports.Engine.Table crTable in crTables)
                        TableLogOnInfo crTLOI = crTable.LogOnInfo;
                        crTLOI.ConnectionInfo=crConnection;
                        crTable.ApplyLogOnInfo(crTLOI);
                        crTable.Location=Database.Owner.Tablename
                   CrystalReportViewer1.ReportSource=crReport;
    Regards,
    AG.

  • Trying to Get Started With Windows 8.1

    I'm not a troll, I'm just a crotchety, oldster trying to figure out how to get Windows 8.1 to fit my workflow.  I've been using Windows 7 for the last bunch of years, so I'm a bit late to the Windows 8 party, but I'm building a new PC and figured I'd
    move to 8.1 instead of continuing with 7...
    I liked the XP interface - extremely easy to find the application I wanted because things were hierarchical. Windows 7 was more bothersome, but I got used to it.  So far, after 3 days, I'm still struggling with Windows 8.1, so I figure I'll get some
    guidance here...
    I did a rummage, but didn't find much on how I should change my workflow to make it easier in 8.1.  In Windows 7 I had a desktop with icons for less frequently used applications, a taskbar with frequently used applications pinned, and a start menu (3rd
    party) with EVERYTHING organized hierarchically so it was easy to find what I need. I'm trying to use 8.1 without adding a bunch of 3rd party stuff to make it look more like older interfaces that were organized differently.
    In Windows 8, I appear to have the equivalent of THREE desktops, all different, none with any hierarchical organization.  
    I'm not seeing the advantage of the Start screen...  Are the boxes, of whatever size, just the equivalent of icons or do they do something better?  And I only appear to be able to organize horizontally, which means I'm limited to six named groups.
    On the Apps screen, I already have a large number of my apps, despite deleting a bunch of the "modern" things.  They exceed the width of the 24" monitor I'm using for setup.  There doesn't seem to be any hierarchy there, either. 
    So, for example, for Office I have at least 12 icons/apps/whatevers.  Including the ones I CARE about, like Word, Excel, Powerpoint, and Outlook that I use regularly.  AND a bunch of OTHER stuff I VERY rarely use like Clip Organizer, and Groove,
    and Uploader, and so on.  But, I can't take them off the screen if I ever want to get at them, right?  'Cause there's no start menu any more...
    I also have a lot of stuff for handling e-books - Calibre, a Kindle Reader, OverDrive, Adobe Digital Additionsl, a Nook Reader, a couple 3M cloud things, and so on.  On the Apps page they're all OVER the place instead of being grouped together (which at
    least the Office stuff is).  And there doesn't appear to be a way to have them be together and hierarchical so I can quickly find Calibre or ADE quickly, and only have to see the Kindle reader or Nook reader when I want them...  So how do folks organize
    their screens so they don't have to wade through hundreds of things you only need once a year to get to the ones you use a couple times a month or once a week?
    I also have a bunch of stuff that's just a single application, like Syncback, but instead of just being "Syncback", there' ANOTHER line that tells me who the creator is - I don't care that 2BrightSparks made it, I just want to be able to find it when
    I need it - once in a while.
    The desktop is as it's always been, but I don't want 2 or 300  icons on there for a bunch of stuff I rarely use.  The constantly used stuff will be pinned to the taskbar, and the less frequently can be icons, but where do I do to organize all the
    other stuff?
    So, in my ignorance - is there a way to have 8.1 support MY workflow, or if not, how do other people organize things to make it as easy as possible to find what you need without having to wade through a ton of stuff you don't?  And have it all fit on the
    screen. 
    I found the Name Group thing for the Start screen, but I can only group applications aross the screen?  Which limits me to 6 groups.  How do I configure that screen so I can have multiple groups in a column?
    And the Apps screen.  How do I organize things hierarchically so I can have the Office stuff I care about visible, with the rest not clogging up space but available for drilling down?
    I currently have the system boot to the desktop, which is most like Windows 7, but without a start menu to group things, I'd need a lot of icons for the applications I use, and a lot MORE for the stuff I rarely use.  Cumbersome.
    How are other people organizing in 8.1?

    I have a Dell U3014 as well as a couple of older Dells turned up sideways as "ears".
    Other than supplying the desktop "theme" (if you can call a complete lack of style along with a fair bit of inconsistency a "theme"), the OS really shouldn't be causing you to have a washed-out desktop experience.  That's more a
    matter of your display driver not really doing its job.  What video card do you have?
    FYI, one of the reasons I like Aero Glass for Win 8.1 (a 3rd party package) is that it allows me to make the desktop more pleasant to use and helps set the client areas (i.e., where work gets done) apart from the window chrome.
    From what I can see, the color-management logic in Windows 8.1 is essentially unchanged from what it was in Windows 7.  That there has been NO progress in this area is really a disappointment.  It's an area where Microsoft has again just stopped
    trying to make improvements.
    If it's at all interesting to you, here's a screen grab of a REALLY cluttered up desktop.  I don't normally work this way; this was an exercise to see how much I could get running.  I finally gave up starting more stuff as I grew tired
    and it just kept working fine...
    http://Noel.ProDigitalSoftware.com/ForumPosts/Win81/BusyDesktop.png
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • Have a new ipod shuffle trying to get started with it.but my laptop dosn,t recognise it and no "assistant "shows up to help me locate the shuffle

    can,t get my shuffle to be recognised by my laptop so i can,t sync it
    i,ve downloaded itunes but nothing happens when i connect shuffle
    no assistant appears

    I have a Dell U3014 as well as a couple of older Dells turned up sideways as "ears".
    Other than supplying the desktop "theme" (if you can call a complete lack of style along with a fair bit of inconsistency a "theme"), the OS really shouldn't be causing you to have a washed-out desktop experience.  That's more a
    matter of your display driver not really doing its job.  What video card do you have?
    FYI, one of the reasons I like Aero Glass for Win 8.1 (a 3rd party package) is that it allows me to make the desktop more pleasant to use and helps set the client areas (i.e., where work gets done) apart from the window chrome.
    From what I can see, the color-management logic in Windows 8.1 is essentially unchanged from what it was in Windows 7.  That there has been NO progress in this area is really a disappointment.  It's an area where Microsoft has again just stopped
    trying to make improvements.
    If it's at all interesting to you, here's a screen grab of a REALLY cluttered up desktop.  I don't normally work this way; this was an exercise to see how much I could get running.  I finally gave up starting more stuff as I grew tired
    and it just kept working fine...
    http://Noel.ProDigitalSoftware.com/ForumPosts/Win81/BusyDesktop.png
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

  • Some very "newbie" networking questions -- trying to get started

    Hello all. Since this forum is so friendly for issues related to Arch, I thought I'd post my semi-arch related question.
    I'm trying to create a network for my house, consisting of about 3 computers. I have a book reference, TCP/IP Network Administration from O'reilly, but I think I need a bit of a "kick-start" in order to get to a level in which I can comfortably understand the book (if that makes sense).
    I've got internet access working by connecting to a router and having everything configured by DHCP (ie, in rc.conf, eth0="dhcp"). What's bothering me (and I don't even know if it should) is that the other computers on the physical network are not visible to me.
    IE, when I try to connect to them with their host name, it doesn't recognise them. My understanding of that is that either I need to manually set the hostnames of the other computers on the network in /etc/hosts, or use something like a DNS server on one of the computers in the network in order to recognize the others.
    My other doubt is that I think I've got a dynamic IP address (though it might be static, I'm not quite sure). Does that change things?
    I don't expect you guys to completely run through me setting up the network (that's what the book is for!) but some basic advice on either my misconceptions (I'm sure I have plenty) or related in general to my situation would be awsome and highly appreciated. I'd also be happy to provide any additional info that would be helpful.
    Thanks in advance.

    ralvez wrote:
    My set up is simple.
    I have a Linux router running on an old Pentium machine. It has two cards, one configured for the private network (with an address like 192.168.1.1) and the second card set up to take addresses from DHCP ( since that's how Rogers sends you the public address).
    In that machine I run my firewall, SmoothWall (smoothwall.org) and have enabled NAT so the machines in the inside network can go to the Internet.
    I have Samba set up in another machine to share files (that's an Arch system) with static IP, my daughter's machine (another Arch system), my system (obviously another Arch with static IP) and my wife's machine with Windows XP system (static IP too).
    So, the key concept here  are:
    1. Use static IPs for the private network
    2. Use DHCP for Rogers
    3. Use NAT in your router so all the machines can go to the Internet but no one from the Internet can get to them.
    Hope this helps.
    R
    p.s. feel free to contact me off the list if you need further details/help.
    Aha! So, for example, the network 192.168.0.0 where mask is 255.255.255.0 is a private network set up by my router, right?
    So the addresses in 192.168.0.0 never change, but the public IP address of the hosts do change?
    Does that mean that if, for example, I have a host called 192.168.0.32 that its address never changes? Can I simply add that to all the other hosts' /etc/hosts file and it won't change?
    All I was ever concerned about was allowing hosts in the network to contact each other via hostname. If that never changes then I'm all set.
    BTW, thanks for your continuing help!
    Last edited by Jessehk (2007-08-10 16:33:57)

  • Trying to get started.. but fumbling badly.

    I just got my first MacBook Pro on monday (currently posting from it). I decided this morning that I wanted to register a .mac name and try it out for its free trial period.
    I went to system settings, clicked on the .mac icon, and typed in my newly created .mac (or mobileme ?) ID and pass, and it verified my password. I can get into iDisk and open up all the foders and stuff, also I can log into my mobile me account and read my mail as well, so I know that its not a login issue.. but i'm having the following problem.
    When I start up iWeb, all I get is this:
    iWeb will not allow me to start a new webpage, no matter what I do.. everything is grayed out. Even if I go through iPhoto. I've checked to see if there are any updates.. and the only thing I get is a message telling me to get iLife 09. Has anyone experienced this before that can lead me in the right direction?

    Nevermind, I'm retardedly new to mac's I didnt realize I am not running iWeb 08.. I think this is where the problem lies..

  • Dear Cyclosaurus (just trying to get your attention)

    I apologize in advance (I would of emailed if I had your email addy). I don't mean to be pushy but I was not sure if you were auto-magically following the thread below which I have been posting to and keeps getting buried. So I went went ahead as I winced (I usually don't do such things) and posted a thread just to ask you for the code that I can't seem to find linked to:
    http://cyclosaurus.com/iWeb3Widgets/Anchors/Anchors.html
    Here is the thread:
    http://discussions.apple.com/thread.jspa?threadID=2364154&tstart=15
    Thanks for your time.
    Yoga_D

    Thanks for your reply. Sounds like Safari 5 has been a challenging upgrade process, especially with all your own widgets. Hope it's not too tedious for you.
    Thanks for your reply btw.
    So I made 2 HTML snippets:
    a)
    <!--
    var headID = parent.document.getElementsByTagName("head")[0];
    var newScript = parent.document.createElement('script');
    newScript.type = 'text/javascript';
    newScript.src = '/scripts/script.aculo.us/scriptaculous.js';
    headID.appendChild(newScript);
    -->
    and
    b) http://somaticjourney.com//temp/ScrollToElement.txt
    What can you suggest I do next? How do I get to the FAQ part and start building it? Will the hyperlinks automagically change due to the code in Snippet #2 ?

  • Trying to get started with EOS Software

    After downloading the EOS softward on my wife's Mac, I clicked on EOS Utility and the popup said "Cannot be used with this version of the operating system."  I don't know what my next step is.  Any help? Thanks!

    jayfagnano wrote:
    I am hoping someone can respond for me to the question that I can't get the software to load into my Mac.  To answer your question:
    Mac OS X Version 10.9.3
    Rebel T3 II
    Thank you.
    We're not ignoring you. It's just that most of us aren't Mac users. The last time I had a mac on my desk was about 25 years ago.
    Bob
    Boston, Massachusetts USA

  • [object Error] when trying to get started

    I just downloaded version P1_4 and unzipped the folder
    structure as is, but am getting this message on most of the demos:
    Exception caught while loading data/LocalFeeds.xml:
    I had P1_3 working on my old PC, any suggestions?
    thanks
    z

    Hi,
    The IE7 came with an extra security restriction which would
    not allow JS pages to call XML files using the XMLHttpRequest from
    the machine file system.
    In this situation to view from the local machine the demo
    you'll need either to switch to a different browser like Firefox
    which support this very common use case or to use a web server on
    your machine. This latest scenario allow you to call the files in
    the browser using
    http://localhost/.
    Cristian MARIN

  • HT4534 I'm just trying to get facetime on my macbook pro, but I don't see any way to do it, I'm going round in circles here. This store is the pits.

    How do you buy facetime and get it on your mac? I'm going around in circles trying to perform this task.

    Lezah,
    There is only one Facetime Application available as a download from the App store.  Fortunately, it is the one you need for your 10.6.8. MacBook.  It is actually known as Facetime for Mac.  If you go to the app store and search for Facetime, you should see it as an available download.  The cost was 99 cents when I downloaded it last year.

Maybe you are looking for

  • Deadlocks

    I am observing dead locks on oracle 8i server I identify that is the problem due to application code Db cache hit ratio >99% There are no buffer busy waits ,and i think there is no problem at server side ,can anybody help me what to do at the server

  • Distributed queue usage with custom queue listeners in cluster

    Hi, Can someone help in solving the issue. We have a web application which will create consumers(threads in infinite loop) for an inbound queue(name comes from DB table) and after doing certain process result will be pushed to outbound queue(name com

  • View: V_GEN_JOB_INFO on Web Dynpro: ERC_C_REQ_MGMT_UI

    Hi: Can someone tell me if I can programmatically set the attribute property of the object "INDUSTRY".  I have tried using the Component Configuration, but when I do, the SAP functionality of defaulting the <Requisition Title> and <Recruiter> fields

  • Same Contact for different customers

    I have same contacts (all details same) for different customer accounts (ex: Customer A, B, C etc). I have to duplicate contatcs in XD* or VAP* transactions. Is there a standard simple way to avaoid creating duplicate contact entries? Create contact

  • Install designer6i failed

    I installed designer6i on my computer (NT4.0),then install a oracle816 server on the same machine,the character set is set as Simplified Chinese_GBK231. when i start to install a respository instance in the respository adm utility after creating a us