Class functions of .jar library not visible..

hi...
i have created some classes in the default package. i then created a jar file of the whole project and imported this jar to another project as library..The classes of the imported library are visible..however i am not able to see any of the functions of that class....despite everything being public....wat cld be the problem..?

Ok i have shifted it to a different package...still the methods are not visible..i can see all the classes but none of their methods...all are public...is there ne MANIFES editing problem...?

Similar Messages

  • Function and attribute tabs not visible in ppoma_crm

    Hello Experts,
    Function and Attribute tab at the sales organization level is not visible in PPOMA_CRM transaction code for one of the user.
    Is it due to some authorization issue ? or anything else ?
    Before taking a system trace for that specific user, I would like to know if we are missing anything functionally
    Kindly revert
    Thanks and Regards
    DJ

    Hi DJ,
    Please see note 926540 - Missing Organisational units
    But from your description this does not seems to be the exact symptom.
    Yes I would advise to run a SU53 authorization check.
    Best regards - Christophe

  • Iphoto library not visible for itunes home sharing

    Hello, I have an issue where my iPhoto library is not visible in iTunes Photo Sharing Preferences. I wish to have my iPhoto library (Aperture Library) available on my Apple TV. I have switched on Home Sharing. When I go to iTunes/File/Home Sharing/ then wish to select which photos to share, iPhoto is not listed in the preference pane. The only available option is my Pictures folder.
    My library is on an external hard drive. When I try to point to it manually, the library is greyed out.
    Any ideas? I have been using Home Sharing for a long time and have not had this before. I have latest version of iTunes and iPhoto. My library is an Aperture library. The external hard drive is Mac OS Extended format. There should be no issues there. I have done a check disk and a repair permissions also.
    Thxs

    Hello, I have an issue where my iPhoto library is not visible in iTunes Photo Sharing Preferences. I wish to have my iPhoto library (Aperture Library) available on my Apple TV.
    Does your joint Aperture/iPhoto library show in the Finder as "Kind Aperture Library"?
    Then set your Photo Sharing to share from Aperture and not from iPhoto.
    When I try to sync or share iPhoto libraries from iTunes, it will look for libraries "Kind iPhoto" and not sync with an Aperture library, even if it is the current iPhoto library.

  • ITunes Library not visible in iphone/ipad/appletv

    I have a 2013 mbp, and 2007 imac. An ipad Mini, an iphone 5 and apple tv 3. All are updated to the most recent versions.
    Both my mbp and my imac can "see" each other's itunes libraries and play them. So home sharing works.
    My iphone, and ipad can see the mbp and imac libraries in their iTunes, however they cannot see them in Music.
    The itunes remote works on both the ipad/iphone when looking at the mbp and imac.
    The apple tv can happily mirror what is on both the mbp and imac. I can play itunes music happily on the apple tv from both.
    The apple tv cannot see the itunes library of either the imac or the mbp in "Computers"
    The apple tv happily mirrors the ipad and iphone.
    I have duplicated the problem with different routers.
    So home sharing sort sort of half works. It is weird. Suggestions?

    Have you tried clicking on "Music" in iTunes?
    Yes and that is where my purchased music shows up but not my 6900 other songs.
    My Itunes library is on an external hard drive. Maybe that has something to do with it....

  • Itunes library not visible in Itunes

    My Itunes library is there because I can update it but I cannot see the library in Itunes--only purchased stuff.

    Have you tried clicking on "Music" in iTunes?
    Yes and that is where my purchased music shows up but not my 6900 other songs.
    My Itunes library is on an external hard drive. Maybe that has something to do with it....

  • ITunes Shared Library not visible on all computers

    I have a Mac latest version of OSX and a PC with Windows XP both have latest versons of iTunes.
    My shared library works on other PC's & Mac's but it is not visable on my own PC!
    it worked at one time and i tried to reinstall itunes and it still dont work Please help
    MacBook Pro   Mac OS X (10.4.7)  

    Hello vette99coupe,
    Thank you for the details of the issue you are experiencing with iTunes.  It sounds like you may need to re-create your iTunes Library.
    I recommend the following article:
    iTunes: How to re-create your iTunes library and playlists
    http://support.apple.com/kb/ht1451
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • ITunes Library not visible in iPhoto

    Several days ago, I installed a variety of updates to my G5. I went from OSX 10.3.9 to 10.4.2. I also went from iLife 4 to 5, updated my ipod, etc. In between the many updates, I went into iPhoto and played with slide shows. I was able to create several shows and import music into them. After my updates were done, the next time I tried to make a slide show, my iTunes library is no longer there. It shows the icons and all of the playlists underneath it. But you can't see any of the songs. My itunes and ipod are working fine. Does anyone have any ideas what is wrong?

    HI Patty,
    check out these two movies and see if it helps.
    Music menu for Cinematic Slideshow
    Music menu for "on the fly" Slideshow

  • Library not visible on itunes screen

    When I open iTunes there's no longer a "library" shown on the screen and when I try to add something (mp3) from my computer's desktop I have no idea where it went (if anywhere).  There's no file or folder on iTunes anymore that shows it like a "recently added folder."  This is a mess and want to get it working again.

    Hello vette99coupe,
    Thank you for the details of the issue you are experiencing with iTunes.  It sounds like you may need to re-create your iTunes Library.
    I recommend the following article:
    iTunes: How to re-create your iTunes library and playlists
    http://support.apple.com/kb/ht1451
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Invisible class files inside jar archives

    Hi!
    After developing an application with J2SE 1.4.1_05, under Windows 98, using some packages archived in jar files, I cannot launch the application with the J2RE 1.4.2_02 or J2SE 1.4.2_02 (in the same Windows 98) because the class files in the jars are not 'visible', even if the CLASSPATH is set up correctly. The only classes that work right are the unpacked ones. But it still does work in Windows 2000.
    What might be wrong?

    Thank you for your answer, and excuse me if my question was kind of confusing.
    The issue here is that the files ARE in the jar files (without './' on the front), but in the environment (Windows 98 + J2RE 1.4.2_02) the application does not work, unless I unpack the jars and use the packages in the same manner I did during the development stage (for example, all classes of package 'myutils' in the folder 'myutils').
    The weird thing is that this DOES NOT happen in the environment (Windows 2000 + J2RE 1.4.2_02)!!! Just after installing the J2RE 1.4.2_02 under Win2K, the app does work OK! That is why it seems that ONLY in the first case (Windows 98 + J2RE 1.4.2_02) the class files inside the jars seem to be 'invisible' to the environment.
    As I have mentioned in my question, the app was developed in the environment (Windows 98 + J2RE 1.4.1_05), and it did still work with the jar files, so I wonder if there might be some compatibility between Windows 98 and the J2RE 1.4.2_02.
    Except my own jars, the same thing does happen with the jai_core.jar file coming with JAI 1.1.2. But this does not happen when it comes about rt.jar, in ..\jre\bin!!!
    All in all, the question still is: what might be wrong?

  • Tab Purchase Order Data not visible via CIC

    Hi All,
    I have a problem with displaying the tab Purchase Order Data via the Customer Interaction Centre. If I create an order via CRMD_ORDER then this tab is visible, only not via the CIC.
    In tcode CRMV_SSC we use the folling for other tabs like Partner, Sales, etc.:
    Screenprofiletype TSAL
    Screen Profile: ZRAP
    Tabstrip Panel: HDTSAL
    Programm: SAP_LCRM_TSALES_UI
    With the combination above the tab Purchase Order Data (function code SALES_PURC) is not visible in the dropdownlist with available functioncodes. The system indicates that this functioncode is not available in programm SAP_LCRM_TSALES_UI.
    Questions i have are:
    Is SALES_PURC the correct functioncode for the tab Purchase Order Data?
    How can i make this tab visible via the CIC?
    Regards, Sander

    Hi Michael,
    SAP is designed to send a XML file from a purchase order or any other document type (delivery, sales order, transportation, etc) with very little effort. This means, that SAP delivers already a solution for that which the customer needs to set up.
    To create a PDF file actually requires quite a lot of custom development, specially to comply to the layout the customer requires. This is usually a task that goes from the testing team to the development team back and forth a few times before it is accepted.
    Regards

  • How can I add a device to my library? My e-reader is registered but not visible.

    Hello,
    I use a Tolino Shine and can download E-Books via WLAN directly to it. I can also download the books to my netbook. However, when I plug the Tolino into my netbook it is not visible in the Adobe library and I cannot move books from the library to the Tolino.
    I tried to reset the Tolino to the manufacturer settings. This did not improve the situation.
    Any suggestions?
    Thanks a lot!

    http://www.apple.com/icloud/find-my-iphone.html
    any chance of it working on non-apple phones?
    No, it requires the operating system iOS, only available on Apple Devices.

  • Doc Uploaded by ABAP Class CL_SA_DOC_FACTORY= UPLOAD_DOC not visible

    I am uploading a document in Solution manager through the below code.
    CALL METHOD CL_SA_DOC_FACTORY=>UPLOAD_DOC
      EXPORTING
        I_DOC_TITLE              = 'TEST'
        I_DOC_TECH_NAME          = 'TEST'
        I_DOC_TYPE               = 'AD'
        I_DOC_STATUS             = 'RELEASED'
        I_DOC_BLUEPRINT_RELEVANT = 'X'
       I_FOLDER_ID              = 'DF1223E3C88613F1BDD70011258C9477'
       I_FOLDER_TITLE           =
        I_FOLDER_TECH_NAME       = 'TCLSUPPORT'
        I_FOLDER_RESPONSIBLE     = SY-UNAME
      RECEIVING
        E_IOBJECT                =  eobj
    EXCEPTIONS
       CANCELLED                = 1
       FOLDER_ERROR             = 2
       ERROR                    = 3
       others                   = 4
    CALL METHOD eobj->SAVE
    EXPORTING
      RECEIVING
        E_LOIO             = eresult
    EXCEPTIONS
       CANCELLED          = 1
       ERROR              = 2
       others             = 3
    eresult structure gives:
    CLASS      SOLARGEN
    OBJID       DF1BC08D3D729FF1BDD70011258C9477
    But when I go to SOLAR01 and then to my project document in not visible there.
    Tables SA01PHIO  and SA01LOIO are getting updated with OBJID but document not visible through SOLAR01

    Hi Abhinav,
    Did you perhaps every find the document that you uploaded?
    I am experiencing the same problem and would be interested in your solution.
    Thanks,
    Miguel

  • Could not find the main class (with every jar)

    This isn't a developer question. I get the error Could not find the main class with every jar I try to open (for example the jar downloaded from https://gjar.dev.java.net/ gives the same problems - and I don't think there is something wrong with that JAR). It isn't a problem with the jar or MANIFEST because the same jar works fine on my laptop. So there is something wrong with my JRE installation, but what?
    I tried to remove and reinstall the JRE 6 Update 18 but that didn't work. When I run the JAR with command line java -jar "file.jar" it works fine, but if I dubbelclick on it I get the error message (and it's irritating me).
    I'm a bit desperate so I hope that someone here can help me ;)
    Thanks in advanced

    hai T.B.M ... Sorry to post here... I know that i posted my question in wrong thread..but i dont have another solution to contact with you.. I had seen your answers which are really excellent and helped to do my project..
    Now i am having very less time to complete my project and i am very new to JMF.. I am not getting output in JMF video capture ..please check the code and guide me where i gone wrong.......please pardon me once again to post here.. Heres my code
    import javax.media.*;
    import java.awt.*;
    import javax.swing.*;
    import java.util.*;
    import java.awt.event.*;
    import javax.media.protocol.*;
    import java.io.*;
    import javax.media.control.StreamWriterControl;
    public class webcam implements ActionListener,ControllerListener
    boolean eomReached = false;
    boolean realized = false;
    JFrame f;
    BorderLayout bd1;
    CaptureDeviceInfo device;
    MediaLocator m1;
    Player player;
    Component videoScreen;
    JButton b1,b2;
    Processor processor;
    DataSource ds=null;
    DataSink fileWriter=null;
    JLabel status=new JLabel("");
    public webcam()
    try
    JFrame f=new JFrame();
    JPanel p =new JPanel();
    JPanel p1=new JPanel();
    device=CaptureDeviceManager.getDevice("vfw:Microsoft WDM Image Capture (Win32):0");
    m1=device.getLocator();
    System.out.println("1");
    processor.configure();
    processor = Manager.createProcessor(m1);
    processor.setContentDescriptor(new
    FileTypeDescriptor(FileTypeDescriptor.MSVIDEO));
    ds=processor.getDataOutput();
    player.addControllerListener(this);
    MediaLocator dest = new MediaLocator("file://foo.avi");
    fileWriter = Manager.createDataSink(ds, dest);
    fileWriter.open();
    ds.connect();
    ds.start();
    player=Manager.createPlayer(m1);
    player.addControllerListener(this);
    blockingRealize();
    videoScreen=player.getVisualComponent();
    b1=new JButton("START");
    b2=new JButton("STOP");
    bd1=new BorderLayout();
    p.setLayout(bd1);
    p1.add(b1);
    p1.add(b2);
    p.add("South",p1);
    p.add("East",videoScreen);
    f.getContentPane().add(p);
    f.setVisible(true);
    f.setSize(500,500);
    f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    b1.addActionListener(this);
    b2.addActionListener(this);
    catch(Exception e){}
    public void actionPerformed(ActionEvent e)
    if(e.getSource()==b1)
    try{
    processor.start();
    player.start();
    fileWriter.start();
    catch(Exception e1){}
    if(e.getSource()==b2)
    try{
    player.stop();
    processor.stop();
    processor.close();
    fileWriter.close();
    catch(Exception e2){}
    public static void main(String args[])
    webcam obj=new webcam();
    public synchronized void blockingRealize() {
    player.realize();
    while (!realized) {
    try {
    wait();
    } catch (java.lang.InterruptedException e) {
    status.setText("Interrupted while waiting on realize...exiting.");
    System.exit(1);
    public synchronized void controllerUpdate (ControllerEvent event) {
    System.out.println("myPlayer generated "+event.toString());
    if (event instanceof RealizeCompleteEvent) {
    realized = true;
    notify();
    } else if (event instanceof EndOfMediaEvent) {
    eomReached = true;
    }

  • Classes in added jar on classpath not found

    Hi there,
    The javafx compiler seems to have trouble finding classes from a jar that was added to the lib directory of a javafx project. I experience this trouble when working with the Netbeans 6.5.1 IDE and javafx version 1.2.
    When trying to import a single class in a javafx file from a manually added jar, a compiler error occurs stating that the class cannot be found. Package names, however, do get recognized when importing classes, and therefore star import are possible. The actual classes from a package that was imported by means of a star import, don't get recognized.
    Does anyone have an idea what causes this problem and how to resolve it?
    Kind regards and thanks in advance,
    Rienk

    Can I refer classes in embedded jar's? I thought that did not work. It wasn't working so I tried putting the same jars into the same directory as the main class.
    Let me try again with less information.
    My jar with the main class is: testpojo.jar
    The class path inside the manifest is
    Class-Path: swing-layout-1.0.03.jar AbsoluteLayout.jar
    The directory with the external jar is:
    Directory of C:\DOCUME~1\MDARR\WORKSP~1\TESTPO~1\TARGET
    9/11/2008 10:44 PM <DIR> .
    9/11/2008 10:44 PM <DIR> ..
    9/11/2008 10:44 PM 2,850 AbsoluteLayout.jar
    9/11/2008 10:44 PM 118,103 swing-layout-1.0.3.jar
    9/11/2008 10:56 PM 51,660 testpojo.jar
    Unless I've missed something the the swing-layout-1.0.3.jar jar file is in the same relative directory as testpojo.jar.
    When I execute the main class should be able to reference classes in that file.
    But it gets,
    Exception in thread "main" java.lang.NoClassDefFoundError: org/jdesktop/layout/GroupLayout$Group
    What's happening? It's a little confusing because the same jar is also stored inside testpojo.jar. I read that Java can't load from embedded jar's so I tried putting them in the same directory as testpojo.jar and setting the class path inside the manifest.
    And yes, I understand about the main class name. That was just me goofing around trying to label things. At this I'm a rookie.
    Tia,
    Maurice

  • OAM 10g attribute is not visible in object class in Identity System console

    Hi All,
    This is about OAM 10g environment with OID used as user/config/policy store. There are one custom user object class and custom attributes defined in Identity System console already. Now there is a requirement to add another custom attribute to that already existing custom user object class.
    I have created the attribute in schema through ldap command and I am able to see it in LDAP browser as well. However even after restarting OAM identity server and webpass services, the attribute is not visible in Identity System console -> Common Configuration -> Objectclasses -> Custom object class.
    Appreciate any help. Please treat this as urgent.
    Thanks
    Mahendra.

    The solution is to add the attributes in OVD schema as OVD is the user store.

Maybe you are looking for

  • I recieved a scam email from apple. then sent me the same email using my own email account. how do I report this to apple. can't find any contact details.

    hi over the past month have received maybe 5 scam emails from apple. I opened one the other day cause I thought well maybe it is from apple. went through the steps and it was  amazed at how well they did at copying apple website. you could even go to

  • Mountain Lion or Mavericks?

    Hello. I don't know which operating system I want to get on my Mac Mini. The Best Buy retail stores have the Minis with Mountain Lion pre-installed. While both the Apple Retail Store and Online Store have Mavericks pre-installed. I liked iOS6 on the

  • Turning off Isolation Mode feature?

    Working with the german Version, therefore not sure if its called "Isolation Mode" in the english version too. Problem is, that working under pressure an aditional klick on an object happens very fast. That always throws me into that useless Isolatio

  • Adjustments for soft proofing to avoid washed out look

    Hi, I've downloaded and installed my photo lab's printing profile. When I soft proof, everything looks washed out and lacks defnition. Blacks look gray and have little detail. Kind of an overall washed out look. I've tried adjusting contrast and satu

  • 10.6.4 Update Browser issues

    Since the 10.6.4. update FireFox has not worked properly, which I must use for my work. Also, the sound during an Adobe Connect meeting created a terrible echo--I checked, I was the only one with the issue-- I have reinstalled FireFox--not luck--toda