Viewing the *.class and applet.class

First of all: I use Java on Windows 98 (path c:\jdk1.1.8\bin\java and c:\jdk1.1.8\bin\appletview).
My problems are:
1. I cann't view my *.class files. When I try to open HalloWorld.class with c:\jdk1.1.8\java I just only see the command window of DOS for a while and then nothing.
2. When *.class is configured to be viewed by c:\jdk1.1.8\java every one will have problem viewing applet_file.class.
Please help!

Hmm.... if this is not a trick question: no one can "view" a class file. it is the compiled version of a "YourProgram.java" file. to edit a program, you edit the "text" file ( YourProgram.java ) and NOT the YourProgramName.class file which is created by the compiler when you compile a java file. In short, you cannot edit a .class file; you edit the .java file. good luck!

Similar Messages

  • View the class debugging

    I am able to debug an application but when I step into a method it steps through the classes but I cannot view the class in Weblogic Workshop 8.1. It just shows everything in the "Locals" debugging window. I need to actually see the class I am stepping through. What do I need to configure or setup to do that?

    Hi,
    The requirement is to get access in coding to the entities of a filtered tableview in an assignment block.
    If you have a table view in an assignment block with eg. 10 records, and then user in webclient sets a filter on one or more of the columns in the view, then display will show eg. 2 rows instead of 10. So question is how in coding to get access to these 2 filtered records displayed in view ?
    Example could be the view:  CRMCMP_GS_WC/TodaysTasks
    When filtering this view, I want to count the records displayed in view.
    From the code below, I expected the iv_rows to have the value 2 (as the filtered view contains 2 records). But it has value 10 as is number of total records in non-filtered view.
    The iterator iv_iterator also contains 10 entities, and I can't see in iterator which entity is to be displayed or not.
    The getter method of one of the attributes in view is also called 10 times, eventhough there are only 2 records in filtered view.
    data: iv_rows type SYTABIX.
    data: iv_filtered_rows type string.
    data: iv_iterator type ref to IF_BOL_BO_COL_ITERATOR.
    iv_rows = Resultnew->GET_TABLE_SIZE( ).
    iv_iterator = Resultnew->GET_ITERATOR( ).
    When debugging from the DO_HANDLE_EVENT, which is called when user filters an assignment block table view, I can't see how and where framework uses the filter information to, which methods I should redefine to get access to the context of the filtered records in view.
    I hope this clarifies my request. 
    Thanks, I hope someone can assist on this one, as I guess that it should be general requirements for a UI developer from time to time to work in coding of filtered data. But can't seem to find any information/ docs about this issue.

  • I have received a disk of photos which are avi files, what software do I need to download to be able to view the slideshow and save them within i-photo please

    Having had some photos done at a photographers, they have passed me the disc of the slideshow, which is in avi format, however I cannot view it on my imac, I would be really grateful if someone could advise me what software I need to download that is compatible with the imac whereby I can view the slideshow and also whether I can then save the slideshow to iphoto.  Hope you can help, I am not great with technology as you can probably guess.

    I use Smart Converter which is free on the App Store. It is easy to use , just drag and drop the files to convert to Quicktime , takes no time and great results.

  • How can I prevent a PDF file from being copied, printed or downloaded? Students should only be able to view the text and and not distribute it in any way.

    How can I prevent a PDF file from being copied, printed or downloaded? Students should only be able to view the text and and not distribute it in any way.

    You can prevent it from being printed by applying a security policy to it
    in Acrobat. The rest can't be prevented, unless you spend  a LOT of money
    on DRM protection.

  • I started to learn HTML, and I'm using text edit and everything is going fine, when I save the file with a .html extension and open it with safari I only view the code and not the webpage that was supposed to be created.

    I started to learn HTML, and I'm using text edit and everything is going fine, when I save the file with a .html extension and open it with safari I only view the code and not the webpage that was supposed to be created.

    That is because you don't have a web server configured and running to serve the html page. In order to see the page in a browser you need to access it using a url similar to http://localhost/~yourUserName if you are serving the page from your user account.
    Prior to Mountain Lion you could go into web sharing and turn on the web server. With Mountain Lion there is no option, other than using terminal, to turn on the web server. The web sharing menu item has been removed in Mountain Lion. Apache is still on your computer but it will take a little searching these forums or the Internet to find how to turn it on.
    If you want a graphic user interface to turn on/off the Apache server you could download and install a server application like xampp, http://www.apachefriends.org/en/xampp.html. I use this and it works well.

  • HT4759 How do I view the photos and documents saved from my computer on iCloud

    How do I view the documents and photos that are saved from my computer on iCloud?

    I have the question I saved my pictures and contacts and music from my iPhone 5

  • How to view the first and the last frame of a clip or a selected range in the time line?

    How to view the first and the last frame of a clip directly or in a selected range in the time line ? Up arrow and down arrow keys changes only between the first frame of the consecutive clips. Even ; and ' does the same. I mean what is the shortcut keys for first to last and last to first frame of a clip? Help please.

    SELECT PurOrderNum,
    OrderDate
    FROM
    SELECT PurOrderNum,
    OrderDate,
    MAX(OrderDate) OVER (PARTITION BY DATEDIFF(mm,0,OrderDate)) AS MaxDate,
    MIN(OrderDate) OVER (PARTITION BY DATEDIFF(mm,0,OrderDate)) AS MinDate
    FROM Purchasing.PurOrder
    WHERE OrderDate >= '2013-02-28'
    AND OrderDate <= '2014-12-29'
    )t
    WHERE OrderDate = MaxDate
    OR OrderDate = MinDate
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to view the input and output layouts created in the planning folder?

    Hi all,
    How to view the input and output layouts created in the planning folder in the bw 3.5?
    Thanks
    Pooja

    Hi,
    You can refer to this link. How to create planning folder and executing the planning folder.
    http://help.sap.com/saphelp_nw04/Helpdata/EN/5d/7c4b52691011d4b2f00050dadfb23f/frameset.htm
    Hope this helps

  • How do I view the height and width of an image as I adjust the crop handles

    How do I view the height and width in pixels of an image as I adjust the crop handles before I actually crop the image?

    If you are in Photoshop CC, go into Preferences, click Interface, and turn on Show Transformation Values. In the picture below, setting it to Top Right means the pixel height and width appear to the Top Right of the Crop tool pointer.
    (Edit: The picture only shows Height because the bottom edge is being dragged. If a corner was being dragged it would say H and V.)

  • Recently, when opening some websites, I can't view the page and now must open them with google chrome or internet explorer in order to view them

    Recently, when opening some websites, I can't view the page and now must open them with google chrome or internet explorer in order to view them

    Hi headshot, <br /> Sorry you are having problems.
    Are you seeing any error message or notification ? <br />If so what ?
    If the page fails to load try clearing Reloading with the Ctrl F5 shortcut to force loading without the old new cached files. If that does not help try cache and clearing cookies for that site.
    * Also see [[Websites don't load - troubleshoot and fix error messages]]
    * [[Delete cookies to remove the information websites have stored on your computer#w_delete-cookies-for-a-single-site]]_delete-cookies-for-a-single-site
    Reload the webpage while bypassing the cache using '''one''' of the following steps:
    *Hold down the ''Shift'' key and click the ''Reload'' button with a left click.
    OR
    *Press ''Ctrl'' + ''F5'' or ''Ctrl'' + ''Shift'' + ''R'' (Windows and Linux)
    *Press ''Command'' + ''Shift'' + ''R'' (Mac)
    Let us know if this solves the issues you are having.
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.

  • Error in viewing the Workflow Diagram Applet thru Workflow Monitor

    Hi!
    I am receiving the following error while viewing the applet-based workflow diagram.
    IOException while fetching datajava.io.FileNotFoundException: http://172.16.24.1:7777/pls/wf/WF_MONITOR.GetProcess?x_item_type=NIS_WEB&x_item_key=6192&x_admin_mode=yes&x_access_key=3620278198&x_proc_name=&x_proc_type=
    Java Character Set is:8859_6
    java.lang.NullPointerException
         at oracle.apps.fnd.wf.Database.parseData(Database.java:121)
         at oracle.apps.fnd.wf.Database.<init>(Database.java:101)
         at oracle.apps.fnd.wf.Monitor.init(Monitor.java:303)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    This error is logged thru the Sun Java Console found on the browser.
    I need to check the diagram to check if the workflow transaction successfully go thru the workflow nodes.
    Any idea regarding this? Thanks in advance!

    Hi,
    Cause
    ====
    Server Time zone profile option is not set and the Framework is expecting it to be.
    Solution
    To implement the solution, please execute the following steps:
    1. Set the profile option Server Timezone.
    2. Bounce the Apache Server.
    Retest the issue.
    Regards,

  • N80 crashing when viewing the picture and video fi...

    i have a nokia n 80 with the latest firmware, when viewing through my files in the picture and video gallery, my phone crashes and doesnt respond, even when i hold down the menu key which tells me which application is running, i cant cancel it.
    anyone have a solution?

    maka, welcome to our world, if you have a branded phone you probably can't update it yet anyway as of the main uk operators only 3 network as authorised the latest firmware I believe. Try updating anyway, you never know.

  • Blackberry torch isnt viewing the Data and Media

    If your Blackberry Torch is not viewing the Data or Media ,
    1 ) Go to Options ,
    2 ) Device ,
    3 ) Storage
    4 ) Click  the option button left to the trackpad and right to the Send Button
    5 ) Click Repair Data or Format Data
    Regards Eree - Follow me on Twitter - Facebook - Google+
    For More visit My Blog

    Sco123 wrote:
    Sorry for the long post.
    Sco123.
    Then let me counter with a short reply:
    www.blackberry.com/btsc/KB10144 .
    Cheers. 
    - If my response has helped you, please click "Options" beside my post and mark it as solved. Clicking the "thumbs up" icon near the bottom of my response would also be appreciated.

  • My website is loading but I get a scroll button to view the page and see only part of my page...

    I am using full screen but the website only loads top 1/3 of page. to view the rest I must scroll down to see content. how do I see the entire application/information on my full screen?

    YOu restore your phone from your icloud backup.
    http://support.apple.com/kb/HT1766

  • How can i view the ellipse and the points on the ellipse in order to modify the settings when i'm using the iris blur filter on Photoshop CC 2014

    I can't use this blur filter (diaphragm) because i see nothing that could allow me to increase, decrease or move the ellipse that normally appear(?) on the screen. What's amazing is that this filter does his job on photoshop CS6, but not on Photoshop CC 2014 ?! Thanks in advance for your help.  Serge.

    Start from the beginning
    - Select the Rectangle Tool - go to Options Bar, ensure 'Shape' options is on from the the Pick a Tool Mode drop down list.
    - Draw Rect. This should create a vector Shape Layer.
    - Select it in the Layers Panel: The Properties Panel then should highlight the Density and Feather options.
    What happens here when you drag the Feather slider? On my end it feathers the vector shape as a whole.
    If you need further masking capabilities, then apply a Layer Mask to the Shape and proceed with the Properties Panel Density/Feather options.
    h

Maybe you are looking for

  • IPhone 3G with problems, problems, problems

    Hello Apple and everybody else. I live en Denmark, where we have been "allowed" to buy the 3G iPhone since June. But it hasn't been a "happy mariage"! Here are some of the things that have made my experience bad: 1. It crashes in Safari all the time

  • CAS restart and Mailbox database dismount unexpectedly somtimes

    Hi all, In my environment I have 2 Exchange server 2013 (CAS + Mailbox Role both) CU2 : EX01 & EX02 in DAG01. Sometimes CAS service is restarted or Mailbox Database copy on Exchange servers is dismounted unexpectedly. For example today: I have "Mailb

  • How do I reduce the amount of Gbs that my music takes up

    I have roughly 2400 songs and it's taking 16 Gbs which I cannot load onto my iPhone any way I can reduce the file size without re-importing the songs?

  • Switching session within a report

    I'm a beginner in using the Oracle Report Designer, and I need to "switch" to another session and then "re-switch" to the original session before the report starts. I tried connecting with the new user in the BEFOREREPORT trigger using the SRW.DO_SQL

  • TS3276 Under accounts there is nothing in password

    Hi In mail there is a mesage showing as in the figer one is showing with a ! next to it but nothing is showing in the main body, also I have tried to send an e-mail out but that is in the out box not going out. I have just tried the Mail on my iPad b