Missing java file via eclipse.please help

There is a java file missing in my eclipse when i do an update
via svn.
the error class the class shows 'Trade cannot be resolved to a type
How do I import via SVN fo that specific file that is missing?
I tried doing a fresh update but still its missing?
please help

Suresh,
there are multiple ways to achieve that. If it is a "pure" java application create a java project.
If you put java files into portal, webservice etc projects, they be compiled with the projects build process.
To compile a single class you have also the option to configure an entry in the tool section (which points to javac for example) and run the tool, when your file is open (like in Visual Studio).
-kai

Similar Messages

  • Problem with file archival. Please help

    Hi Experts,
      I have a requirement where XI reads input file via File adapter. Once the file is read successfully I need to archive it.
    I also need to append timestamp to the archived file. After 10 days the archived file should be deleted.
    How to achieve this in XI?  Where do we  specify the retention period for archived file? DO we have to write any script for teh same? IS there any sample script code available?
    In file communication channel there is an option for archiving faulty files. Will this work for successfully processed files also?
    Please help
    Thanks & Regards
    Gopal

    Hi Gopal,
        The option of archiving the file is available in Processing Mode:
    http://help.sap.com/saphelp_nw04/helpdata/EN/e3/94007075cae04f930cc4c034e411e1/content.htm
    YOu can set the Processing mode to Archive to achieve your requirement.
    retention period setting is not done in the communication channel.
    Read more about archiving in this guide:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/402fae48-0601-0010-3088-85c46a236f50
    Regards,
    Ravi

  • How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts- 18   movies need to go-.

    How do I delete movies from iTunes library? I have moved them to the iCloud and now only seem to have the option to hide the icon in iCloud.  I am sure I chose poorly at the 'keep file' window.  Please help. My Brain hurts… 18 plus movies need to go….  Thank you.

    Instead of removing the music from the cloud or the iTunes library why not shuffle your music using a Smart Playlist which excludes the holiday music, or tracks that are not checked. For example, use this very simple Smart Playlist:

  • Just updated itunes now menu bar has dissapeared no black and white box at top left and ctr b does not bring anything up. i need file view etc please help driving me crazy

    just updated itunes now menu bar has dissapeared no black and white box at top left and ctr b does not bring anything up. i need file view etc please help driving me crazy

    Is the iTunes window in FullScreen mode?
    If so, press esc key.

  • My ipod touch 4th generation won't synch.i'm trying to put a pdf file on it.please help thanks in advance...

    my ipod touch 4th generation won't synch.i'm trying to put a pdf file on it.please help thanks in advance...

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on anoterh computer to help determine if you have an iPod or computer problem.
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • I need to burn a cd from itunes. There is no burn option...at all. I've tried right-clicking and file command. Please help

    I need to burn a cd from itunes. There is no burn option...at all. I've tried right-clicking and file command. Please help

    I have Windows 7 on a Dell.  Open and play iTunes in the compatability mode and use Windows XP (service pack 2).  Disregard any messsages to disable the compability mode.  This has worked for me.  I have also reinstalled iTunes and played with burn speeds etc.  These ideas did not work.  Compatability mode works.

  • I have the new iPhone 4s.  I'm using cloud.  I try to sync my playlists to my phone an it either erases them completely or keeps saying it cannot move all music files over?  Please help.  Also my purchased ringtones will not sync up as well.

    I have the new iPhone 4s.  I'm using cloud.  I try to sync my playlists to my phone an it either erases them completely or keeps saying it cannot move all music files over?  Please help.  Also my purchased ringtones will not sync up as well.

    iPod touches or any iDevices from Apple sync only to one computer. If you sync to a different computer, all your music will be replace with the music from the new computer's iTunes. If the music were purchased from iTunes, you can re-download them again otherwise the music on iPod touch will be deleted. Do you have iTunes backup? 

  • I re installed my original software and now I don't know how or if I can retrieve all my old pics and files!!  please help i have a mac osx 10.5.4

    I re installed my original software and now I don't know how or if I can retrieve all my old pics and files!!  please help i have a mac osx 10.5.4!!!

    Not sure I understand how Migration Assistant is doing anything. I thought MA was for connecting your computer to another computer or volume and transferring files. I'm just not sure how you're using it. Like I said earlier, everything you do on your Mac overwrites more of what data may have been recoverable if there even was any. Not to kick you when you're down but this is exactly he kind of a situation where a time machine or other back up would have saved you a lot of heartache. I'm sorry but I don't think I can be of any help :-(

  • How do i invoke Windows APIs in JAVA??? Please help.

    Is there a way to invoke Windows APIs in Java??? Please help......Thankx

    Short answer, you don't. However, you should look at Java Native Interface (JNI) very closely. It will allow you to wrap the Win32 API calls so that Java can call your wrapper methods. Another side to it, although not necessarily related to your question is a JavaBeans to COM bridge that you may want to look into as well, though it's probably not going to be a solution for what you're wanting to do right now.

  • My ipod 160g has a memory but says no files except 4 standard games, resets but still no files, Can anyone please help?

    my ipod 160g has a memory but says no files except 4 standard games, resets but still no files, Can anyone please help?

    What is displayed for the different types of storage (such as Music, Movies, Other, etc) under Settings -> About?
    B-rock

  • Junit in eclipse please help!!!

    Hi,
    I am a real newbie with eclipse, java etc etc and am trying to install junit for eclipse I have downloaded junit4.0.zip and pasted the extracted folder to my plugins folder in eclipse. I then set the class path as per instructions in dos:
    "set CLASSPATH=C:\Program Files\junit4.0\junit-4.0.jar;C:\Program Files\junit4.0\;f:\data\proj\"
    then run the test:
    "java org.junit.runner.JUnitCore org.junit.tests.AllTests"and gives output: "OK(257 tests)"
    so after restarting eclipse I am expecting that junit variables will not be underlined in red anymore and I can run junit tests. But all I get is a pop up error dialog box saying:
    "Cannot find class 'junit.framework.TestCase' on project build path"
    Can anyone please help I really need to get this working
    much appreciated

    Thanks aniseed that was very helpful:) however when I have loaded .jar files as global entries nothing seems to happen at all I still have an underlined junit variable in my code here are the .jar files I have included:
    jdo.jar
    jpox.jar
    jpox-enhacer-1.1.0-beta-6.jar
    log4j.jar
    junit-4.0.jar
    I then click apply nothing happens so I shutdown eclipse start it up again check entries haven't magically disappeared and still nothing has changed.
    Are there any other .jar files I haven't missed?
    Any help would be very much appreciated.
    Paul

  • Exception when running WLST in Eclipse - Please Help!!!

    Hello,
    I am trying to get get a WLST online connection via a java class, but I am getting an exception when trying to connect to an admin server instance:
    <br>
    <br><b>javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
         java.io.EOFException]
         at weblogic.jrmp.Context.lookup(Context.java:189)
         at weblogic.jrmp.Context.lookup(Context.java:195)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:546)
         at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:285)
    <br>
    <br>
    The CompatabilityMBeanServer is not initialized properly. This might happen if the CompatabilityMBeanServer is disabled via the JMXMBean.To view the real exception use dumpStack()
    WLST detected that the RuntimeMBeanServer is not enabled. This might
    happen if the RuntimeMBeanServer is disabled via the JMXMBean.
    Please ensure that this MBeanServer is enabled. Online WLST cannot function
    without this MBeanServer.</b>
    <br>
    <br>
    I am basically trying to run the following WLST command in java:
    <b>connect('weblogic','weblogic','t3://localhost:7201')</b>
    <br>
    <br>
    Here is the java block that I call to create the connection with the WLSTIterpreter:
    <br>
    <br>
    <b>StringBuffer buffer = new StringBuffer();
    buffer.append("connect('weblogic','weblogic','t3://localhost:7201')\n");     System.out.println(buffer.toString());
    <br>
    INTERPRETER.exec(buffer.toString());</b>
    <br>
    <br>
    My admin server is running at this address and the CompatabilityMBeanServer is enabled. The strange thing this is that I am able to run the WLST via the command line and the connection is successful with no problems. This leads me to believe that there is something wrong with my classpath/environment that I have setup in Eclipse but I am not sure.
    Any ideas on where I went wrong??? Please help!
    Thanks :)
    PS. I am running WebLogic 9.1 and java 150_06
    Message was edited by:
    rogaljo

    I also have a similar issue (JNDI lookup works on the command line but not in Eclipse).
    I posted another topic regarding this today with the title:
    "CommunicationException ..."
    In the groups:
    weblogic...jndi
    weblogic...jdbc

  • Missing audio after export. Please help!

    So I made a video for myself and friends on iMovie and included some music that I legally purchased. This video is entirely non-commercial so I didn't see an issue with using some music for it.
    when I export from iMovie, I get the video with no sound and then after the video ends I get the audio with no video. Can anyone explain to me what in the world is going on? First I can see the entire video with no audio, then all I see is white and the audio from the video pops up.
    Last problem is that all the music is missing from iTunes. I can hear all the other audio, but the music I imported from iTunes is missing. It's just the regular audio I imported from the video camera with the clips. Can someone please help me out?
    THANKS!

    hi Sue,
    In my timeline I had the music across both audio bars. Once I reimported the audio, it was all on the third timeline bar. It was colored orange. The audio files do not overlap at all however. So the top bar is filled with the video tracks. The second bar is empty. The third bar has the audio files. They are one after another, seperated by a second or two of silence. There is audio playing on some of the clips of video, but on most of the clips I have muted so that the music should be all you hear. I actually muted the clips themselves, and not the entire bar.
    All the boxes on the far right are checked. I do not have a camera attached. I do have an external hard drive attached via firewire. I have over 80 individual clips in the video. I have 512 Megs of RAM and a 1.25 Ghz processor on my lampstand iMac G4. The file is about 9 minutes long.
    when I export it to quicktime all the video shows up, without any errors except for the fact that it is completely silent. At the end of the video, I get a white screen and the audio from the video clips starts playing, in order, as though I extracted the audio from the entire video and placed it at the end for no reason. None of the music plays. The files that were muted appear to be staying muted, but the ones that have sound are playing. I followed the instructions above about burning a CD, importing the audio files from the CD and then exporting the video to avoid copy protection issues.
    Under my advanced options in the Preferences window I unchecked "extract audio in paste over" and "filter audio from camera" after the first two times this happened to me. the problem continued after I unchecked those.
    I think I've given you as much info as you might need. If there are any other questions please ask and I'll try to get the info for you. Thank you VERY much for your time and help.

  • The latest issue of Pages for iPad: 1. Very slow. 2. Late in reacting to typing. 3. When I go to a specific file, informs me that some images were deleted and therefore file has been changed. Then when OPEN option used, opens file slowly. Please, help!

    What I have to do to correct the following problems with Pages app. For iPad:
    Hesitates to display results of typing, some times for 5-6 characters;
    Very slow in opening files;
    Before opening of a specific file displays message: DOCUMENT DETAILS. SOME CHANGES WERE MADE TO YOUR DOCUMENT. SOME IMAGES ARE MISSING BECAUSE THEY WERE DELETED FROM YOUR DOCUMENT. We'll, nothing is missing. But it takes forever to open this file. The previous issue of Pages worked very good. But they would not let me to go back to it. Please, help!

    Tmobile did the exact same thing to me. So that is customer service at work in general. Nice try though lol.
    To the OP
    I see you said You paid for shipping, did you Insure it? Claim insurance on it. If you did not, It may not be Verizon or your fault in the sense of the phone not making it to the warehouse. There are people out in the postal world that will steal phones that are not insured. It could have been a Verizon employee, i suppose.
    But, if this was to be a bought in court, if you shipped it with out insurance, sadly your at fault.
    Do you still have the Serial number of your old phone? If so, you should be able to track where your phone is (if it is reported as a defect/damaged) If so, you may be able to use that as proof. If it does not show up as a defect or what ever they determine use as a loss, then you know it did not make it to the warehouse to be checked in. I would suspect Apple or Verizon could tell you what the Serial number came up as.

  • Problem installing iTunes update: "Can't start" iTunes "because MSVCR80.dll is missing" from my computer. Please help!

    Please help! I tried to update my iTunes as prompted, but it did not install correctly, and now I am getting the following message and do not know how to fix the problem: 
    "The program can't start because MSVCR80.dll is missing from your computer. Try reinstalling this program to fix the problem."
    Another window gives me this message:
    "iTunes was not installed correctly. Please reinstall iTunes. Error 7 (Windows error 126)"
    BUT I AM AFRAID  TO REINSTALL iTUNES and lose my library! Would greatly appreciate learning how to resolve this porblem without losing my music!
    Cheers!

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

Maybe you are looking for

  • BADI - ME_PROCESS_PO_CUST - CHECK Method

    Hi ALL, When I create I'm able to get data of all the line items in the purchase order in the method IF_EX_ME_PROCESS_PO_CUST~CHECK. I need to do validations and change material and material group. I want to call the method like below: Data HS_DETAIL

  • Confuse student

    Hi all' I am trying to print the code in 10 numbers per output line, but i could not achieve it, any help will be appreciated. public class Numbers { public static void main(String[] args) { int max = 100; int Count=0; int Numb =10; for(int i = 1; i

  • Error with IT0008

    hi all, im trying to create 0008 for a pernr and i get the mesg saying No entry in table T510 for the key 1001RR3MGR     00 on 05.05.1991 i maintained the payscale type, area, group and level and checked the above table. could someone suggest where i

  • IPhone 4s-ios6-purple haze coming during skype call

    I'm using iPhone 4s. After ios6 update a purple haze is coming in the picture when doing a skype call. In ios5 this issue was not there.

  • DNS Settings Time Capsule

    I am trying to configure DNS setiings on my Time Machine so that I can use OpenDNS however the settings are fixed and greyed out so cannot be changed. There is an option to configure IPv6 settings however Open DNS does not support content filtering f