Viewing Application

I'm extremely new to Java, and I am having problems viewing my simple application after making it. I made it in Sun ONE Studio 4, and it runs fine within it, but when I try double clicking on the class file from windows explorer (win2000), nothing happens. I was hoping that I could double click on it, and the virtual machine would automatically start up and run the file.
I know this is very basic, and I've tried searching for an answer, but I'm not sure if I'm even searching for the correct keywords? Any help would be appreciated!

Thank you for the reply welkeidkiezen. Unfortunately thats not working for me either. I'm getting an error, so I think there might be something wrong with my class. I'll look into it further and hopefully find the answer on the sun.com site.

Similar Messages

  • View application pages - view forms views and application pages. enumerate lists

    view application pages - view forms views and application pages. enumerate lists, if we disable this permission in sharepoint then user gets blocked from getting into application pages which is good. But now I have few list view web parts on a page and user
    is not able to see those reports based on view. It shows working on it. As soon as I enable view application pages permission it works.
    I need a permission level -view forms views only.
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Amit,
    SharePoint has a feature called “ViewFormPagesLockDown” at site collection scope. After enabling the feature, all groups / users not having the “View Application Pages” permission will not be able to navigate to pages like “_layouts/viewlsts.aspx”
    or “pages/forms/allitems.aspx”.
    So, for your issue, please disable the ViewFormPagesLockDown feature via PowerShell command:
    $lockdownFeature = get-spfeature viewformpageslockdown
    disable-spfeature $lockdownFeature -url [the URL of your site]
    More information:
    http://sharepointtechie.blogspot.jp/2011/06/blocking-access-to-application-pages.html
    http://sureshpydi.blogspot.jp/2013/12/viewformpageslockdown-feature-in.html
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Different Text Size for different mobile devices and Tabbed View Application

    Hi,
    I am developing an sample mobile application to target all mobile devices (IPhone/IPad/IPod and Android).
    I am facing an Issue that i am using default text size for the TextInput, TextArea and label but text size look so small for some devices, i discuss this with some(unkown) person(he is an IPhone developer).
    He told me that in Iphone development for different devices they use different text size.
    So how would I do the same at our Flex Mobile application ?
    Please provide me help regarding this
    There is one more problem in the application. I have tabbed view application, and i assign the firstview of the tab after 10 or more seconds of interval so that data will load in the application properly.
    But issue is that my first tab is not show anything at first go. When we switch the tab then it loads the screen and application work fine.
    Please provide me any help so that i can see the first Tab Screen.
    Thanks

    Hi there. For your font issue you need to set up a variable call it var fontSize or something. Then have an if statement that reads something like if (stage.stageWidth <= 320) fontSize=8 else if (stage.stageWidth > 320 || stage.stageWidth <= 640) fontSize = 12.
    Then instead of giving your font a size give it the size of fontSize variable and it will check for stage width or whatever you base it on and apply that size to your text field.
    I had done this for an app I did for Kellogg Garden Products but if you notice when you go from portrait to landscape mode the font size increases using this technique.
    http://itunes.apple.com/us/app/kellogg-garden-products-soil/id440522636?mt=8

  • Missing "View|Application Navigator" and "View|Connection Navigator"

    My default Oracle JDeveloper 10g Early Access 10.1.3.34.12 is missing "View|Application Navigator" and "View|Connection Navigator" from the View toolbar. Am I simply missing an additional installation or do I not have something configured correctly?
    Thanks,
    Scott

    Thanks for the answer, that's exactly what it is. I'm new to this environment and had it installed for me, hence I didn't see the differences at the download choosing time. Thanks again.

  • Error about the dll crdb_dao.dll - In Event Viewer - Application log

    We have classic ASP application and we are using Crystal XI for reports viewing and printing. We are keep getting the following error logged in the event view application log.
    Faulting application dllhost.exe, version 5.2.3790.3959, faulting module crdb_dao.dll, version 11.0.0.1282, fault address 0x0001b130.
    What is Causing this error. When this happens, the components stops responding and we have re-start the server.

    Hi ABC,
    CR XI is past it's patch life cycle so all I can suggest is you download the last Service Pack and test again. If it still happens then you can update to XI R2 and try again.
    You can get to downloads from here: http://service.sap.com/sap/bc/bsp/spn/bobj_download/main.htm
    And to upgrade go to this link: http://www.sdn.sap.com/irj/boc and download the trial version of CR XI R2 and use your XI keycode, then apply the patches which you can get to by clicking on the BusinessObjects tab above, then Downloads.
    Direct link to the Trial version: http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx
    Thank you
    Don

  • Master/Detail Viewer Application in Web Dynpro ABAP

    Hello @ll,
    i search a Master/Detail Viewer Application in Web Dynpro ABAP like this in WEB Dynpro Java (show below).
    http://help.sap.com/saphelp_nw04/helpdata/en/84/8bc1a36a38da41a46517b114ca0974/frameset.htm
    Have anyone a tutorial or can help how i config the event "onLeadSelect".
    I create a master- and detail table done all context mapping.
    Thanks in advance
    regards
    armin

    Hi Armin,
    Please go through
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7a89b067-0801-0010-8192-a9896a60938e?quicklink=index&overridelayout=true
    Thanks,
    Prahsant

  • Is JSF fitted to build a multi-views application?

    Hello,
    I'm looking for technologies to build a new Web application and investigating JSF, but I need experienced advices to make my mind if JSF is fitted with this type of application.
    This application will use a MVC model, but instead of a simple HTML view, it'll have multiple views. The majority of these will be HTML pages, but not only. A view can be selected on a request parameter or client detection, or even on the application setup.
    The multiple views are used mainly for:
    - localization when the languages supported have an impact on the layout of the page.
    - customization of the application by customers, when light solutions based on CSS or parameterization is not enough.
    - support for different clients, probably based on user agent detection.
    At first, I thought going the classical path, with servlets or Struts with a XSLT filter, but this solution suffers of:
    - XSL is not simple, and finding Web designers fluent with this technology is hard.
    - Why reinvent the wheel with servlets when MVC framework have matured (I particularly like JSF actions workflow)?
    With the planned number of different views, frequently changing or adding new onews, what I seems to need is JSF with views defined as templates, something like incorporating Tapestry and Cocoon ideas. But from what I've read on JSF, it seems to me to be too much HTML oriented (just look at the structure of the tags or the use of JSP pages), even if I can develop other RenderKits.
    Do you think JSF could be adapted for this kind of application? Do you have any technologies advices?

    With no response to my question, what should I conclude:
    - No one has developped such multi-views applications...
    - No one has gained enough experience with JSF to answer...
    - This question is already answered in a FAQ somwhere...
    - This is not the correct way to support strong localization of a Web application. You won't dare answer such a basic question...
    - Your management doesn't allow you to share your experience with JSF...
    - {Pick a randow excuse and copy it there}

  • Trouble downloading a folio to the Content Viewer Application? Please help

    I created a gmail account for my client. I then created an Adobe account for the same client using the new gmail accont. I confirmed the gmail account on my desktop. I then logged into adobe.com with the client's information and was sucessful. I logged out. I then opened the folio producer from within Indesign and logged into my Adobe account. I then shared the folio via the share link on the page.  I then opened the ipad... installed the Adobe Content VIewer application. Launched the application. Using the client's email and password I set up for them attempted to download the folio I produced.....
    After several times logging in and out and deleting the app and such I continue to get the message while attempting to log into the Content Viewer Application. Authentication Failed.
    Any thoughts?

    Instead of signing in to adobe.com with that account, sign in to https://digitalpublishing.acrobat.com, follow the prompts to verify the account, and it should work.

  • Recruiting - issue viewing application data

    Dear experts,
    We are having the PeopleSoft recruiting module installed on a 2nd DB for external users (let's call this one EXT), and the backoffice uses the 1st DB for creating job openings etc. (let's call this one REC for clarity)
    Between both DBs, there's a daily data synchronization (candidate data are uploaded into REC and job opening data are uploaded into EXT).
    For one of the job openings, we received a complaint from a candidate that his information for the application is not complete / correct.
    Because EXT is the master in this case, I tried opening his application on EXT (through the recruiter pages Find Applicant and then "View application") but I can see the applicant itself but not his application data (i.e. I see the icon "view application" but clicking doesn't do anything at all).
    I have found an example of another applicant where I can open his application data without problem so at least it seems not to be a general problem for all applicants in EXT.
    It seems however that other applicants for the same job opening cannot be opened either.
    I might be wrong but I concluded that the issue must be with the job opening data and I checked each and every table that is synchronized for anomalies (including job posting descriptions) and I checked existence of "supporting data" as recruiting location etc. Everything data wise seems to be ok for this job opening... I'm puzzled.
    I went on checking the applicant's data and application data itself, but apart from what obviously was missing as received per mail, I could not see anything wrong with them either.
    I had to refresh the job opening transaction table in the process of checking the data so that is not the issue here.
    Anyone who can shed a light on this? Thanks in advance!

    Hi Sridhar,
    Thanks for your valauble inputs.
    I did review the config and found that the PERNR is assigned. The SPRO config also looks fine.
    One more thing is that our Basis Consultant is able to view and edit the details. He has superuser roles and J2EE admin roles, but as per my knowlegde these roles are not assigned to everyone.When these roles where assigned to other users they were able to view.
    So looks like Business Package is also fine then what could be the reason ???
    Please let me know
    Cheers
    YM

  • When I view application windows, but then cancel from this view I am moved to another open window from the application on a different desktop space. How can I prevent this from happening?

    Hi Everyone!
    I'm new to Mac, and I'm a bit unsure of how to handle a problem I'm having with application windows.
    Here's the scenario:
    On one space I have a bunch of PDF's open in Preview next to the document I am working on. On another space, I might have an unrelated PDF open and an image, also open in Preview. Now, say I use the Application Windows button to view all my open PDF's on the first space, but then discover I haven't got the PDF open, so I need to open in in finder. The moment I quit out of the Application Windows view I am transported to another desktop containing an open Preview window! This happens with other applications too, like if I trigger application windows on pages instead of preview and need to cancel, I get transported off to some other open pages document.
    This is insanely infuriating, how can I stop it!
    Thanks for your time.

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • Viewing application windows in full size on a macbook pro

    I connect my macbook pro to a 23 inch screen in my office. When not connected to this external screen, I find that one of my windows in Interface Builder is longer than the vertical length of my 17" macbook screen. How do I scan down to see the bottom portion of my IB screen? I suspect this is a problem with any application window this is maximized on a large external screen and then viewed on the laptop's much smaller screen. Thanks for any help!!

    Most applications have a menu item labeled Window and if you drop down Window, usually there will be a Zoom selection. If Interface Builder has that, try clicking on Zoom and see if the trouble window snaps back to being within the smaller screen of the MBP.
    Another method that might work, if there are other open windows in Interface Builder for which you can see the green resize button at the top left of the window, try Option-clicking on that green button and that should cause the resize action to take place for all of IB's open windows.
    If that doesn't work, one thing you can try is lowering the MBPs resolution through Displays preferences and then restoring the original resolution. That should have the effect of resizing all the open windows to a screen fitting size.
    If none of those work, write back. I still have two other methods that might work but I'm getting tired of typing these out

  • Adobe Content Viewer Application not Loading in China

    I am having a problem viewing an application I uploaded to an Adobe Content Viewer account. I can see the application just fine in my dashboard after I log in, but when my contact in China logs in using the same username and password, the application does not appear in her dashboard. Do you know how to resolve this? Is there a firewall that is preventing users in China from seeing the application I uploaded?
    Thanks,
    Kate

    Yes, if Adobe's folios could be downloaded in China, it means Chinese Internet sencorship is gone. Imagine how many magazines are there for Chinese people to download that the government won't be happy to see if Adobe's folios is available to download. Sad for Chinese...

  • Oracle Map Viewer Application on Oracle Web Logic

    We have developed an application using map viewer, Oracle 10g and deployed it in Oracle AS 10g. It was running fine and OK. Now we switched over the same application to Web logic10.3, using map viewer 10.1.3.3, Oracle db11g, JDeveloper 11g. We could deploy successfully on Web logic. The problem encountered is that During the map display (mapviewer.run()), an exception “Map viewer cannot process your map request. Check map viewer log for details.” is coming. We checked Map viewer log file and found no comments.

    If your web server is working and the forms server is running type:
    http://ip addr:port/dev60html/runform.htm
    You need to put the ip address or name of your server in and the port number apache is running on (leave blank if this is 80).
    This gives you the Oracle Forms start screen.
    cheers
    tony

  • Why in my Smart View application to watching TV are only chinese words? Only china language. There is no English on iPad Air

    I've got a big problem. I want wach TV on my iPad Air, but i can't. Please help me. In application "Smart View" by Samsung CO Ltd. are only chinese symbols. Only china. Only that language. I can't set English. It's problem not only on iPad Air, but on all iOS 7.0.4. My friend who don't update iOS 6, iPad 3, watch and use this application. When I wrote to SAMSUNG, they told me that is my iPad software, only on their tablets that application works good. I like Apple, so help me with this.

    I think you will have to use some other app.  Only Samsung can fix the problem with theirs.

  • Error ORA-01785, while viewing Application Express views in Utilities tab.

    Hi,
    I am unable to see data in Application Express Views in Utilities tab. I am using APEX 3.1.2.
    I am getting the following error,
    failed to parse SQL query:
    ORA-01785: ORDER BY item must be the number of a SELECT-list expression.
    There is no sort by in the SQL query. select WORKSPACE, APPLICATION_ID, APPLICATION_NAME
    from APEX_APPLICATION_BC_ENTRIES .
    Can anyone throw some light on this?
    Thanks
    Nimmi

    No, It is not that view I get the same error whenever I am in the Utilities Tab of APEX and trying to query Application Express views.
    Thanks

  • How to create customized Disco Viewer applications

    I've searched the Orcale websites and handbooks for "how to" on this issue. At the moment I know the most basic ways to customize the Disco Viewer user interface:<br>
    editing ui_config.xml, pref.txt, using url-arguments etc.
    In addition, the documentation tells me that by using xsl/html editors it is possible to create a completely customized application. I have found the xsl-files like gui_components.xsl.
    Can someone tell me where to find more information about how to get started, use of tools etc.?

    Hi,
    i have H4 Help problem.
    how can i restrict an attributes of infoobject in H4 Help value.
    Please help me
    Madhu

Maybe you are looking for

  • ORA-03137: TTC protocol internal error : [1010] [] [] [] [] [] [] [

    Hi Database 11.1.0.6 OS: EL 5 Hi I'm frequently getting this error in the database alert log: ORA-03137: TTC protocol internal error : [1010] [] [] [] [] [] [] [ and the database got shutdown. Anybody has any idea how to troubleshoot?

  • XSL Fragment into HTML via Client-Side Transform

    I am designing a site for a school. I searched and found the post here from July 25, and I have also read the Dreamweaver help file till I'm blue in the face. They talk all around the answer but never definitively say if it's possible to do this. Dre

  • Location of perl module?

    howdy guys, I'm installing insipid  (a delicious clone) on my local webserver to try. It's pretty straight forward, but needs a bunch of "extra" perl modules, most of which I used pacman to fetch.  Except at least one.  I get this error: insipid wrot

  • TO_DAYS equivalant in Oracle

    I have a db table (calendar) calendar_id NUMBER(15) NOT NULL, event_name VARCHAR2(20) NOT NULL, event_date DATE NOT NULL, EVENT_DESCRIPTION VARCHAR2(4000) NOT NULL, date_stamp     DATE NOT NULL, admin_id     NUMBER(15) NOT NULL, CONSTRAINT PK_CALENDA

  • Sleeping in 20 minutes against my will

    Hello, My MacBook is sleeping after 20/21 minutes, even though I want to listen to an iTunes' radio station while I am doing some cleaning on my home. I go to System Preferences and put it to save energy after 1 hour and it does not obbey me. Maybe I