Can i see the source of a j2me library class?

can i see inside of a j2me library class? for example can i see the source of the class javax.microedition.media.control.VolumeControl ?

see http://forum.java.sun.com/thread.jspa?threadID=5145689&tstart=0

Similar Messages

  • I can't see the source list...

    On iTunes, I can't see the source list on the left hand side... So, I cannot edit playlists, or any of that fun stuff.
    I would greately appreciate some help on how to get my source list back.

    Try this
    My source list is missing

  • Where can i see the size of my music library ?

    where can i see the size of my music library ?

    With iTunes 11 -Latest version choose the Music Library in the top left hand radio button.
    On a  Mac:-
    Long hand
    Go to the view menu at the top of screen and click show status bar
    Or
    Keyboard Short cut
    cmd/
    On a PC:-
    Long Hand
    In the top left hand corner you will see a little half black half white square.
    Click on this scrolled down to show menu bar.
    This adds to traditional Windows menu bar to the view
    Now click on view menu and click on show status bar.
    Or
    Keyboard Short cut
    Click key short cut control/
    A grey bar is added to the bottom of the iTunes window - within this window you will see number of items, total play time and storage space taken up.

  • How can I see the size of my music library in iTunes?

    How can I tell the size of my music library in iTunes?

    Select Music in iTunes (top left), select Songs (top right)
    then at the bottom status bar will show how many you songs you have and how long it will play (in days if it a big collections) and the size (in GB) taken.

  • How can I see the source of this packets?

    Hi all,
    on my asa log, i can see this message (add image) I wonder what the source of these packages. I configured a capture but I don't know what is the command to see packets that were drop by threat-detection:
    capture TEST_CAPTURE type asp-drop ??
    Thanks in advanced

    Hi Varun, thanks for the reply:
    I don't understand what you mean with "Its not a packety sent by any source " I'll try to explain better although my English it's not very good. The ASA works only like head end of VPN connections and my doubt is if these drop "packets" are legitimate but sent in a too ratio. And if there are packages that otherwise might be? I´m very confused for this:
    The threat detection feature can be described by the following three levels:■
    Basic threat detection: Monitors the average and burst rate of dropped packets andsecurity events over an interval; generates a logging message when a threshold is
    exceeded

    Advanced threat detection: Gathers statistics for both allowed and denied packetsfor objects such as hosts, protocols, ports, and access lists; generates a logging message
    when the TCP Intercept rate exceeds a threshold

    Scanning threat detection: Maintains a database of suspicious activity for eachhost; can detect a host that is scanning for vulnerable targets based on the average
    and burst rates of scanning events; generates logging messages and can automatically
    shun attacking hosts
    You can configure threat detection in phases, adding more progressive levels as needed.
    Be aware that advanced and scanning threat detection can tax the ASA resources because
    they monitor and gather extensive and granular information.
    Thanks for your time

  • Where to see the source code for Java library?

    I need to know how the defaultWriteObject() of Hashtable is written. Anybody has any clue? Thanks a lot.
    Soccer

    If you have no tool, you can write your own tool:
    import java.util.zip.*;
    import java.io.*;
    public class ZipTest {
         public static void main(String[] args) {
              if(args.length != 2) {
                   System.err.println("using: java ZipTest [zip file] [target directory]");
                   System.exit(1);
              String sourceFilename  = args[0];
              String targetDirectory = args[1];
              new ZipTest().unzip(sourceFilename, targetDirectory);
         public void unzip(String sourceFilename, String targetDirectory) {
              String fileSeparator = System.getProperty("file.separator");
              if(! targetDirectory.endsWith(fileSeparator)) {
                   targetDirectory += fileSeparator;
              try {
                   ZipFile zipFile = new ZipFile(sourceFilename);
                   java.util.Enumeration entries = zipFile.entries();
                   while(entries.hasMoreElements()) {
                        ZipEntry entry = (ZipEntry)entries.nextElement();
                        if(entry.isDirectory()) {
                             continue;
                        String name = entry.getName();
                        name = targetDirectory + name;
                        System.out.println(name);
                        File file = new File(name);
                        File directory = file.getParentFile();
                        if(! directory.exists()) {
                             directory.mkdirs();
                        BufferedInputStream bis = new BufferedInputStream(
                             zipFile.getInputStream(entry));
                        BufferedOutputStream bos = new BufferedOutputStream(
                             new FileOutputStream(file));
                        byte[] b = new byte[1024];
                        int count = 0;
                        while((count = bis.read(b, 0, 1024)) != -1) {
                             bos.write(b, 0, count);
                        bis.close();
                        bos.close();
                   zipFile.close();
              } catch(java.io.IOException e) {
                   System.err.println(e);
    }

  • How can i see the code of SAP Exit for SAP Defined Variables

    Hi,
       It's very Urgent! How can i see the Source Code of SAP Provided Variables. I need to write code for User Defined Variables. please help me. It's very Urgent.
    Thanks in Advance.
    Nagesh.

    hi Nagesh,
    sample code for variable exit,
    there is 'how to' docs, can't see your email address.
      DATA: L_S_RANGE TYPE RSR_S_RANGESID.
      DATA: LOC_VAR_RANGE LIKE RRRANGEEXIT.
      CASE I_VNAM.
      WHEN 'CUMMONTH'.
        IF I_STEP = 2.                                  "after the popup
          LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE
                  WHERE VNAM = 'MONTH'.
            CLEAR L_S_RANGE.
            L_S_RANGE-LOW      = LOC_VAR_RANGE-LOW(4)."low value, e.g.200001
            L_S_RANGE-LOW+4(2) = '01'.
            L_S_RANGE-HIGH     = LOC_VAR_RANGE-LOW.   "high value = input
            L_S_RANGE-SIGN     = 'I'.
            L_S_RANGE-OPT      = 'BT'.
            APPEND L_S_RANGE TO E_T_RANGE.
            EXIT.
          ENDLOOP.
        ENDIF.
      ENDCASE.

  • How do I see the source code in a Digital Edition doc?

    First let me say that as an author, I'm a huGe fan of DRM and anything else that protects my ability to feed my family by allowing me to control who can sell my copyrighted works.
    But.....I'm creating a book that I hope will eventually be accessed through Adobe Digital Editions and I would like to see what the books look like from the backside. Usually I go into Sigil to have a look at the coding of books whose layout I like.... but because of DRM I can't see the source code in any of the books in my Digital Library.  So, is there a way to take a peek at the coding of a Digital Library book? I don't care about the content, only how the CSS and HTML are done.
    Thanks
    RS

    You're welcome

  • Where can I see Controller source code

    Hello all,
    My question might be stupid for some ADF gurus, however many people we found that R12 Pages have lots of code and there is not too much documentation about how to customise a controller.
    1. I can see the *.class of my controller in the $JAVA_TOP/oracle/apps/ar/cusstd/createcus/webui/ArCreCusCO.class on my server, BUT I only see all the code encrypted when I open JDeveloper. So I guess I am doing all wrong.
    2. I want to change ArCreCusCO.class. I see many people say hey I customised XYZ controller but how they found the code and proceed to change it is the least of my headaches
    3. Do I need to configure something in JDeveloper so that I can see the server classes to my JDeveloper is this what they do, if so how you do it ????
    4. I saw something in the Help page saying Adding components to the OA Extension what the heck is this ???
    Thanks for illuminating some newbie in ADF.
    With the new Java philosophy some of 12 years experience developers we are starting from scratch due to this new architecture.
    Hector.-
    p.s. Any input will be taken, however don't make reference to the Oracle Tutorial, this is a piece of cake example I need some Hands-On example ;-)

    hi hbono99
    1.) as u can c .class in java top ,that is compiled code as source code is not delievered by oracle,so u need to decompile this ".class" file to see the source code,JAD decompiler version 1.5.8 will be latest .although it would be useful to see the source code ,but sometimes decompiled class create problems when try to compile again.
    2.) u can make changes in the ArCreCusCO.class after decompiling that and compile again the same to generate the class file ,bcz u can put only class file on the server,BUT this would be lethal to change the standard class,and from here concept of Extension come into the picture ,u need to extend this class."customised XYZ " means the extesion of the parent class,and to do the extension u dont dont need the source .
    3.) u cant see the source code of a .class in Jdeveloper ,there is no such type of setting.
    4.) To extend the ArCreCusCO.class,u need to create a workspace followed by creation of a project with in the workspace in Jdeveloper
    process to extend the class
    a.)create wokspace and project
    b.) create the same package in which the ArCreCusCO.class is residing ,under the \jdev\myprojects\ in your Jdeveloper
    c.) right click on project ,go to create new class,here u will find the option to metion the package where u want to put the extended class(normal package starts with xx.oracle.----) plus option to mention the classs nmae u want to extend
    d.) click ok at last ,u will get your extended class
    e.) source code generaly has two methods processRequest and ProcessFormRequest ,u can add the code according to the requirement .
    extension works bcz inside both the method it calls super ,so first it executes all the methods the parent class in your case ArCreCusCO.class and then control comes to extended class,now your code will get executed ,which will accomliseh your requirement
    f.)tranaser the class file of extended file to server , to add this extended class with seeded page u need personalize the page ,there u will find the option to add your class ,u mention your class with compete package (the way as we import the file with their package names in our source code,here import is not required)
    thanx
    Pratap

  • I can't see the preview of my source on Flash media live encoder ... I'm using CamTwist on mac

    I can't see the preview of my source on Flash media live encoder ... I'm using CamTwist on mac

    Carolyn,
    I think your TV might be a rear projection model, correct? Those types of TVs inherently have overscan built into them as part of their optical design. The TV should have some picture SIZE settings that affect how much overscan is present, and some settings may even get rid of it altogether with the result there might be a small black border instead.
    Don't worry about changing TV settings. Settings like this are tied to a specific input. So if you make these types of changes while the TV is passing the mini's video through to the screen, those changes will only apply to the mini. When you switch to other inputs, like a cable box, etc., the old settings should still be intact and unchanged.

  • How can i get the source code from java concurrent program in R12

    Hi 2 all,
    How can i get the source code from java concurrent program in R12? like , "AP Turnover Report" is java concurrent program, i need to get its source code to know its logic. how can i get its source code not the XML template?
    Regards,
    Zulqarnain

    user570667 wrote:
    Hi 2 all,
    How can i get the source code from java concurrent program in R12? like , "AP Turnover Report" is java concurrent program, i need to get its source code to know its logic. how can i get its source code not the XML template?
    Regards,
    ZulqarnainDid you see old threads for similar topic/discussion? -- https://forums.oracle.com/forums/search.jspa?threadID=&q=Java+AND+Concurrent+AND+Source+AND+Code&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • ICal error - can't see the calendars on opening...

    iCal error - can't see the calendars on opening... unless i change the view - but then still the portlet in the top left hand corner remains blank.
    Re-installed the whole OSx system from original disks and still the same problem.
    cleared out the cache files, including trying to delete the metadata files... taken to my local Apple Centre (Academy) but no sucess so far.
    Any ideas? Is it because i have around 8 calendars? Is that too many?
    Could it be 'cos I sync with Missing Sync for my Palm TX?
    H E L P !!
    Powerbook G4   Mac OS X (10.4.7)  

    When a user launches iCal, they may have one of the following symptoms:
    * When iCal is launched the calendar is blank -- no calendars are listed on the left and no events appear in the day/week/month views
    * Switching views allows all events to appear but the calendars on the left are still missing
    * User can create a new event and designate a calendar but when the event is saved it cannot be seen
    * Clicking in the blank space where the calendars are supposed to be has no effect.
    This issue is a Sync Services issue and not directly related to The Missing Sync. Mark/Space has identified a couple of solutions to this problem that others have reported. For more information, see: http://www.macfixit.com/article.php?story=20060207074628694
    1) Quit iCal
    2) Locate the folder, User/Library/Application Support/iCal/Sources/ and delete the contents
    3) After deleting the files from this folder, lock the "Sources" folder. Do this by navigating up one level and selecting the "Sources" folder. Perform a "Get Info" (either through the "File" menu or by pressing Command-I with the "Sources" folder selected) then click the lock icon.
    4) Launch iCal and your calendars should reappear. Note that the relaunch of iCal will create a default 'Home' and 'Work' calendar, so make sure none of your calendars have the same names as the default .
    Do some backups first
    Follow those simple steps
    5) Go to Address Book, click on 'File' menu and choose 'Back up Address Book'. Go to iCal, click on 'File' menu and choose 'Back up database'.
    6) Go to Missing Sync and double click on the Backup Conduit and set it to backup all databases. Then run the sync with just that Backup conduit selected, disable all other conduits.
    7) Go to: /Users/<user name>/Documents/Palm/Users/<hotsync name>/ now hold the 'ctrl' key and click on the /Backups/ folder. Choose the option to 'Create Archive of "Backups"'. This is to safeguard your backed up data in case anything goes wrong.
    Now 'Reset Sync History' using the iSync preferences option. The first sync will likely be slower.
    8) Launch iSync
    9) Click on the iSync menu
    10) Choose Preferences (make sure the "Enable syncing on this computer" is checked)
    11) Click the 'Reset Sync History' button. Read and follow the onscreen directions.
    12) This may launch iCal. Also the status of the reset is showing in the iSync display. When the reset is complete quit both iSync and iCal.
    Launch Missing Sync and enable the Mark/Space Events and Tasks conduits and set them to Desktop overwrite Handheld. Disable all other conduits.
    Then sync, when you do, you will get a dialog box with an orange iSync icon on it. Check the box to erase the device, then click the 'Allow' button. It will overwrite your device. You will get one for events, one for tasks, and one for contacts. The next time you sync .mac or other devices that sync with iSync like an iPod, you will get these same dialog boxes for their databases and you should check the box and click 'Allow' in those cases as well.
    If you press the don't allow button you will need to reboot your computer.

  • I want to see the source code of JVM

    Can anyone tell me how to see the source code of JVM, but not the src.zip that including in the java libraries. I just want to know how Java is implemented.
    Thanks a lot for any answer.

    You can get the source code (written in C++) of Sun's VM under the Community Licence arangement. Not sure quite where it is on this site, but if you look for it, I'm sure you'll find it.
    BTW, it's not easy reading.
    Sylvia.

  • How to see the Source IP Address of a client using ACE One-armed-mode to load balance HTTP proxy request

    I'm using an Ace 4710 Appliance deployed in One-Armed mode, using Source NAT to loadbalance HTTP request to a couple of Proxy servers.
    Everything is working fine, but the thing is that I can't see the Clients IP addresses on Proxy's logs, so I can't keep track of them.
    The Interfaces and Nat configs are:
    interface vlan 200
      description Server-Side-VLAN
      bridge-group 5
      nat-pool 5 10.1.1.5 10.1.1.5 netmask 255.255.255.0 pat
      service-policy input VIPS
    interface vlan 300
      description Client-Side-VLAN
      bridge-group 5
    interface bvi 5
      ip address 10.1.1.3 255.255.248.0
      description Client-Server-Virtual-Interface
    ip route 0.0.0.0 0.0.0.0 10.1.1.1
    and the policy map looks like this
    policy-map multi-match VIPS
      class Port80
        loadbalance vip inservice
        loadbalance policy Port80
        nat dynamic 5 vlan 200
    Resource assignment:
    sticky ip-netmask 255.255.255.255 address both RESOURCE-CLASS
      timeout 5
      serverfarm Service80
    Any suggestions will be appreciated,
    Thanks

    Hi Kanwal,
    Thanks for your quick reply,
    I've already tried this but it didn't work. The problem is that I don't manage the proxy servers so I rely on their skills to see the logs.
    The Proxies are Squid. Do you know if they need to do something else on the servers to see that field of the HTTP header?
    But I'll try again tomorrow and let you know how it goes.
    Thank you again.

  • How can I find the source of report in the executable method= "Spawned" ?

    Dear all:
    how can I find the source of report in the executable method=>"Spawned" ?
    Regards,

    Hi,
    Please see this thread.
    To View Spawned Concurrent Program Source Code
    To View Spawned Concurrent Program Source Code
    Regards,
    Hussein

Maybe you are looking for

  • Adobe reader XI 11.0.0 error message The document could not be printed while printing a specific doc

    Hi, When trying to print a specific document i receive an error : The document could not be printed. After that : There was no pages selected to print. There must be something in the PDF document but i can't find out what. When i do a Quick Print wit

  • Blue and White G3 won't boot from CDrom

    I am trying to boot the G3 from the CDrom, but it won't seem to work. I have tried different bootable CDs, but it won't boot from any of them. I have tried a few different things including holding C down and going into openfirmware and trying boot cd

  • Loading only last image

    This code is loading the xml correctly, populating the mainClipArray correctly, but only adding the last image to the stage. I think it is not waiting for completeClipLoad() to complete.  I tried removing :void from the function to see if waiting for

  • Plan activity price change (how to trace the change documents)

    Hi Gurus, In KP26 the plan price is 10 but later (Both the prices are in same period) decided as 10.50 and posted the same.In the report i can see the current plan price 10.50 only.Is there any report that i can trace the first plan value 10. For ex

  • New mail sound suddenly stopped working

    I assigned a 'new mail sound' (wav file) and for no apparent reason suddenly stopped working. Anyone else experienced this ?