Cant find jserv.properties

ebs R12
Hi I'm totally new to EBS. I need to increase the java heap size, and I found some help om the net, but I cant find the jserv.properties file. Please help
[root@msebs01 /]# find -name jserv*
./u02/PROD/apps/apps_st/comn/webapps/oacore/html/oam/config/jservHgrid.uix
./u02/PROD/apps/apps_st/comn/webapps/oacore/html/oam/config/jservSumm.uix
./u02/PROD/apps/apps_st/comn/webapps/oacore/html/oam/config/jservEnv_support.uix
./u02/PROD/apps/apps_st/comn/webapps/oacore/html/oam/config/jservSumm_support.uix
./u02/PROD/apps/apps_st/comn/webapps/oacore/html/oam/config/jservEnv.uix
./u02/PROD/apps/apps_st/comn/java/classes/oracle/apps/fnd/oam/jserv
./u02/PROD/apps/apps_st/appl/fnd/12.0.0/xml/oam/config/jservHgrid.uix
./u02/PROD/apps/apps_st/appl/fnd/12.0.0/xml/oam/config/jservSumm.uix
./u02/PROD/apps/apps_st/appl/fnd/12.0.0/xml/oam/config/jservEnv_support.uix
./u02/PROD/apps/apps_st/appl/fnd/12.0.0/xml/oam/config/jservSumm_support.uix
./u02/PROD/apps/apps_st/appl/fnd/12.0.0/xml/oam/config/jservEnv.uix
./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_restrict_nt_ias1022.properties
./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_ux.properties
./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_nt_ias1022.conf
./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_ux_ias1022.properties
./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_secret_key.txt
./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_nt_ias1022.properties
./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_ux_ias1022.conf
./u02/PROD/apps/apps_st/appl/fnd/12.0.0/admin/template/jserv_restrict_ux_ias1022.properties
./u02/PROD/apps/tech_st/10.1.2/ccr/sysman/admin/scripts/ias/jserv_assoc.pl

Hi,
Hi I'm totally new to EBS. I need to increase the java heap size, and I found some help om the net, but I cant find the jserv.properties file. Please helpPlease see these documents.
Note: 362851.1 - Guidelines to setup the JVM in Apps Ebusiness Suite 11i and R12
Note: 567551.1 - Configuring various JVM tuning parameters for Oracle E-Business suite 11i and R12
Thanks,
Hussein

Similar Messages

  • I have installed Adobe Premiere Pro cc on my laptop, but I cant find a way to start the program. No Icon, and it is not showing up in the start meny. It is showing up in add/remove programs, but nt anywhere else.

    I have installed Adobe Premiere Pro cc on my laptop, but I cant find a way to start the program. No Icon, and it is not showing up in the start meny. It is showing up in add/remove programs, but nt anywhere else.

    If you are using a Mac, simply hit Command-Spacebar to bring up Spotlight Search.  Begin typing the name of the application and when you see what you are looking for, press enter.  You should get a hit by the second or third letter you type.  Great way to launch apps on computers that you are not familiar with.
    Windows 7 and 8 should have something similar.  I think you simply press the Windows key and begin typing.  Press enter when you see a match.
    Both Mac and Windows search tools can be customized to search for applications, files, emails and so forth.  For Windows, look for Taskbar and Start Menu Properties.  For Mac, go to Preferences Spotlight.  Turn off items you know you won't need to speed up searches.
    Make Windows 7 Start Menu Search Find Your Applications Faster

  • Even after classpath setting in jserv.properties file  error.

    hi kali,
    i have used a custom jsp page for export to excell using a jar file poi-3i-200566.jar which i deployed in oracle apps version 11.5.10.2.
    the jar is put in $JAVA_TOP and class path entry is set in jserv.properties file as
    wrapper.classpath=/d2_u10/....../poi-3i-200566.jar .
    After setting the classpath , bounced the apache.
    But even after the setting , the same error continues.
    I refered the mod_jserv.log file for error details , the error is in import statement of classes present in the poi-3i-200566.jar file like
    could not find the symbol HSSRow , HSSpreadsheet , etc. all these are classes in jar file.
    please anybody know any extra conf is needed or any idea where i am going wrong.
    thanks
    prabhakr,ap

    Hi,
    Please check your jserv.properties file whether the custom class path that you have set is present or not in jserv.properties after restarting the AutoConfig and Apache server.
    Thanks & Regards,
    Sagarika

  • Add few lines in jserv.properties file automatically

    Hi All,
    Generally we will be doing 11.5.10.2 "refresh" automatically.....
    How can i automate the script to add this 3 lines in jserv,properties?
    Basically add the following lines to the jserv.properties before any other classpath entry
    wrapper.classpath=/u01/uat2/uat2comn/java/6003133.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/Bug6823675.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/bug5336153.25.42.jar
    thanks a million....

    Hi Hussein,
    Thanks for giving this information..
    This is my jserv.properties file
    ORIGINAL jserv.properties  FILE
    # PATH environment value passed to the JVM
    # Syntax: wrapper.path=[path] (String)
    # Default: "/bin:/usr/bin:/usr/local/bin" for Unix systems
    # "c:\(windows-dir);c:\(windows-system-dir)" for Win32 systems
    # Notes: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters
    # Under Win32 (windows-dir) and (windows-system-dir) will be
    # automatically evaluated to match your system requirements
    # CLASSPATH environment value passed to the JVM
    # Syntax: wrapper.classpath=[path] (String)
    # Default: NONE (Sun's JDK/JRE already have a default classpath)
    # Note: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters. JVM must be
    # able to find JSDK and JServ classes and any utility classes used by
    # your servlets.
    # Note: the classes you want to be automatically reloaded upon modification
    # MUST NOT be in this classpath or the classpath of the shell
    # you start the Apache from.
    # Custom classpath
    # wrapper.classpath =
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jserv/libexec/ApacheJServ.jar
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jsdk/lib/jsdk.jar
    # ----- iAS 1022 -----
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsp.jar
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsputil.jar
    wrapper.classpath=/u01/clone/cloneora/web/lib/servlet.jar
    wrapper.classpath=/u01/clone/clonecomn/java/ojdigsig.zip
    wrapper.classpath=/u01/clone/clonecomn/java/sax2.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xmlparserv2-904.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xdoparser.zip
    wrapper.classpath=/u01/clone/cloneora/web/sqlj/lib/translator.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jbojdbcpatch.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jdbc14.zip
    wrapper.classpath=/u01/clone/clonecomn/java/nls_charset12.zip
    wrapper.classpath=/u01/clone/clonecomn/java/apps.zip
    wrapper.classpath=/u01/clone/clonecomn/java
    wrapper.classpath=/u01/clone/clonecomn/java/cache.zip
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/charsets.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/jssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/javax-ssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/aqapi.jar
    wrapper.classpath=/u01/clone/cloneora/8.0.6/forms60/java
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/jmscommon.jar
    UPDATED FILE SHOULD BE LIKE THIS
    # PATH environment value passed to the JVM
    # Syntax: wrapper.path=[path] (String)
    # Default: "/bin:/usr/bin:/usr/local/bin" for Unix systems
    # "c:\(windows-dir);c:\(windows-system-dir)" for Win32 systems
    # Notes: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters
    # Under Win32 (windows-dir) and (windows-system-dir) will be
    # automatically evaluated to match your system requirements
    # CLASSPATH environment value passed to the JVM
    # Syntax: wrapper.classpath=[path] (String)
    # Default: NONE (Sun's JDK/JRE already have a default classpath)
    # Note: if more than one line is supplied these will be concatenated using
    # ":" or ";" (depending wether Unix or Win32) characters. JVM must be
    # able to find JSDK and JServ classes and any utility classes used by
    # your servlets.
    # Note: the classes you want to be automatically reloaded upon modification
    # MUST NOT be in this classpath or the classpath of the shell
    # you start the Apache from.
    # Custom classpath
    # wrapper.classpath =
    wrapper.classpath=/u01/uat2/uat2comn/java/6003133.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/Bug6823675.jar
    wrapper.classpath=/u01/uat2/uat2comn/java/bug5336153.25.42.jar
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jserv/libexec/ApacheJServ.jar
    wrapper.classpath=/u01/clone/cloneora/web/Apache/Jsdk/lib/jsdk.jar
    # ----- iAS 1022 -----
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsp.jar
    wrapper.classpath=/u01/clone/cloneora/web/jsp/lib/ojsputil.jar
    wrapper.classpath=/u01/clone/cloneora/web/lib/servlet.jar
    wrapper.classpath=/u01/clone/clonecomn/java/ojdigsig.zip
    wrapper.classpath=/u01/clone/clonecomn/java/sax2.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xmlparserv2-904.zip
    wrapper.classpath=/u01/clone/clonecomn/java/xdoparser.zip
    wrapper.classpath=/u01/clone/cloneora/web/sqlj/lib/translator.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jbojdbcpatch.zip
    wrapper.classpath=/u01/clone/clonecomn/java/jdbc14.zip
    wrapper.classpath=/u01/clone/clonecomn/java/nls_charset12.zip
    wrapper.classpath=/u01/clone/clonecomn/java/apps.zip
    wrapper.classpath=/u01/clone/clonecomn/java
    wrapper.classpath=/u01/clone/clonecomn/java/cache.zip
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/dt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/lib/tools.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/rt.jar
    wrapper.classpath=/u01/clone/clonecomn/util/java/1.4/j2sdk1.4.2_04/jre/lib/charsets.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/jssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/jlib/javax-ssl-1_1.jar
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/aqapi.jar
    wrapper.classpath=/u01/clone/cloneora/8.0.6/forms60/java
    wrapper.classpath=/u01/clone/cloneora/web/rdbms/jlib/jmscommon.jar
    This bold line should be added to that place, how can i do automatically.please suggest me.
    Thanks a million...

  • Cant find KM documents

    Hi,
    I need to see the location of a few html files I have stores in /documents repository in KM.
    Please tell me the absolute path.
    I need it urgently and I cant find them
    Thanks

    Hi,
    I suppose you need the URL of the file which are stored in the /documents folder of KM. You can find its URL by clicking on the context menu of the file. Then go to Settings->Properties->Click on Access Links tab and there you'll find the required value in the target URL.
    Regards,
    Prathamesh

  • Cant find bundles for base name for WD Component

    Some of my web dynpro components are throwing this exception:
    <b>java.util.MissingResourceException: Cant find bundle for base name com/company/application/WoBaseView.wdview, locale en</b>
    When looking under the src > packages > com > company > application all bundles are included:
    WoBaseView.wdview.properties
    WoBaseView.wdview
    WoBaseView.wdview.xlf
    We are running NW SP15
    Any help are welcome
    Thanks in advance

    Hi Sumit,
    The error is not generated when we are running the application instead it is generated when we are selecting the Language Resource tab.
    Content Administration > Web Dynpro > Deployed Content. When selecting the details console for the application or the component and selecting the <b>Language Resources tab</b> I got the following exception:
    java.util.MissingResourceException: Can't find bundle for base name com/company/application/WoChangeSyspos.wdview, locale en
         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:839)
         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:729)
         at java.util.ResourceBundle.getBundle(ResourceBundle.java:702)
         at com.sap.tc.webdynpro.serverimpl.core.localization.AbstractResourceHandler.initResourceBundle(AbstractResourceHandler.java:471)
         at com.sap.tc.webdynpro.serverimpl.core.localization.AbstractResourceHandler.loadResourceBundle(AbstractResourceHandler.java:176)
         at com.sap.tc.webdynpro.tools.explorer.Detail.initializeBundleTextsInContext(Detail.java:266)
         at com.sap.tc.webdynpro.tools.explorer.wdp.InternalDetail.initializeBundleTextsInContext(InternalDetail.java:247)
         at com.sap.tc.webdynpro.tools.explorer.languages.SelectDCView.onDeplyoableObjectPartSelected(SelectDCView.java:191)
         at com.sap.tc.webdynpro.tools.explorer.languages.wdp.InternalSelectDCView.wdInvokeEventHandler(InternalSelectDCView.java:209)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Component.fireEvent(Component.java:271)
         at com.sap.tc.webdynpro.tools.explorer.wdp.InternalDetailInterface.wdFireEventDeployableObjectPartSelected(InternalDetailInterface.java:211)
         at com.sap.tc.webdynpro.tools.explorer.DetailInterface.fireDeployableObjectPartSelected(DetailInterface.java:153)
         at com.sap.tc.webdynpro.tools.explorer.wdp.InternalDetailInterface.fireDeployableObjectPartSelected(InternalDetailInterface.java:136)
         at com.sap.tc.webdynpro.tools.explorer.wdp.InternalDetailInterface$External.fireDeployableObjectPartSelected(InternalDetailInterface.java:261)
         at com.sap.tc.webdynpro.tools.explorer.Explorer.onDeployableObjectPartSelected(Explorer.java:211)
         at com.sap.tc.webdynpro.tools.explorer.wdp.InternalExplorer.wdInvokeEventHandler(InternalExplorer.java:210)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.invokeEventHandler(DelegatingComponent.java:122)
         at com.sap.tc.webdynpro.progmodel.controller.Component.fireEvent(Component.java:271)
         at com.sap.tc.webdynpro.tools.explorer.wdp.InternalOverviewInterface.wdFireEventDeployableObjectPartSelected(InternalOverviewInterface.java:214)
         at com.sap.tc.webdynpro.tools.explorer.OverviewView.onActionSelectDeployableObjectPart(OverviewView.java:189)
         at com.sap.tc.webdynpro.tools.explorer.wdp.InternalOverviewView.wdInvokeEventHandler(InternalOverviewView.java:275)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleAction(WebDynproMainTask.java:101)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:304)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:649)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:248)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

  • Creative Audioconsole cant find its own hardwa

    Guys you really gotta be kidding me!
    I D/L the new driver for the x-fi, install it and OMG... no BSoD on driver install anymore. I almost was happy until I plugged the soundsystem onto the x-fi again. No sound but from center/sub. Ok I thought... The setup of that drivers was for sure stupid enough to set the soundystem to "desktop".... I was right, as after every driverupdate all options where reset.
    Now I set to 5. in XP-System-Properties. Still just sound from center/bass. Now I tried to start the Audio Console and this fu..... piece OF **bleep** tells me he cant find the hardware this software would support.
    I`ve realy had it with your crap drivers/software!
    You are going against people who you should employ just because they are making your **bleep** drivers work but you yourself are too stupid to get it done for about 2 years now!
    I?m hoping you are going down hard!?
    You should be renamed to "uncreative and to stupid to get working drivers/software done"!
    BR,
    your ex customer?

    Ahh if it worked before then no need to disable it Just unisntall the drivers... restart and then install them again.
    I dont install the Creative Audio Console as it causes me problemd with less music quality, i just install the drivers munally via device manager and set it to 5. using build in Microsooft volume (right click on the speaker icon at the bottom, select "Playback Devices" then "Configure"... My audio quality of vista x64 is brilliant, no cracks, pops or anything with just the drivers and no console installed.
    Oh if you want try daniels drivers they work perfectly too with audio console. [url="http://files.filefront.com/SBXF+VTDRV+LB+2+5+0004Aexe/;9627380;/fileinfo.html">Link[/url]
    Message Edited by Legolash2o on 04-0-2008 :59 AM

  • Computer cant find usb vid driver

    computer cant find usb vid driver

    Hi korkie67,
    We need more information about your issue.
    Are all USB devices could not recognized by Windows? Or just one.
    What kind of device cause the issue?
    Did that device work properly before, or it is a new device for your computer ?
    Please make sure you enable Windows update and it’s up to date.
    Check if there is unknown device in your device manager. If there is, you could right click that device->properties->Driver, and perform an auto searching.
    By default, since system has basic driver for general devices, this will not be an issue for small USB storage devices or basic device such as USB thumb or USB mouse without expansion capabilities. If your device has expansion capabilities or function, you
    might need to download driver from manufacturers.
    Or you also could run a hardware and devices troubleshooter, It checks for common issues and makes sure that any new device or hardware attached to your computer was installed correctly.
    About a hardware and devices troubleshooter(also apply to windows 8.1 )
    http://windows.microsoft.com/en-us/windows7/Open-the-Hardware-and-Devices-troubleshooter
    Regards

  • AIO Remote app cant find HP 7150 aio printer on my wifi network, on Windows Phone 8

     HI,
    Yesterday I install You App AIO Remote on Windows Phone 8. I have connected to wifi HP 7150 aio printer, but phone cant find this printer... I have Lumia 1520 and Lumia 920 smartphones both is connect to this same wifi network like printer, but You app on both Lumias cant find printer, again but no problem is to connect to printer WEB interface from this both Lumias, so wifi network is correct configured.
    I have two tablet more in this same wifi network, both with windows 8.1 x64 systems, on this, You Windows 8 modern App AIO Remote find this same printer without problem...
    So what is wrong ? printer config ? eprint is on, ipp is on, bonjur is on, ip is static.
    Please help Me becease I wait for this app and now i cant use them
     Thanx
    Peter

    Hi Peter,
    Welcome to the HP Support Forums.  I understand that you are trying to use the new HP AiO Remote app for Windows phones to print to your Photosmart 7150 printer.
    The Photosmart 7150 printer only supports USB connectivity, I have include the Photosmart 7150 Printer Specifications for reference.  To be able to use the HP AiO Remote app the printer needs to be connected to a wireless network. 
    If you accidentally typed the incorrect printer model, please let me know which make/model/product number of HP printer that you have. How Do I Find My Model Number or Product Number?
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • How can you get just an iPad 1? i cant find it on this site?

    How can i purchase just an iPad 1 from this site? cant find it anywhere?

    Apple no longer sells the iPad 1 directly.
    Try Amazon.
    http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&field-keywords=iPa d+1&x=0&y=0
    Make sure your computer meets an iPads system requirements.
    Mac system requirements
    Mac computer with USB 2.0 port
    Mac OS X v10.5.8 or later
    iTunes 9.1 or later (free download from www.itunes.com/download)
    iTunes Store account
    Internet access
    Windows system requirements
    PC with USB 2.0 port
    Windows 7; Windows Vista; or Windows XP Home or Professional with Service Pack 3 or later
    iTunes 9.1 or later (free download from www.itunes.com/download)
    iTunes Store account
    Internet access

  • Cant find the movie in my ipod classic 80gb.

    First i could not import the movie to itunes, but i changed the name to something shorter and then it came in to Itunes. And now i cant find it in my ipod. the movie is .Mp4 och it a H.264 codec (i dont know what that h.264 means...). But i have a other movie thats .mp4 and h.264 too, and that movie is in my ipod. why??

    A spelling or punctuation mistake, or sometimes a trailing space usually causes this after the artists and/or song name, which fools the iPod into thinking that there are two different artists or songs. The trailing space is the hardest to spot.
    Best way to cure this is to go into iTunes, highlight that artist and/or songs, right click on them and select "get info".
    This brings up the multiple song info window. In the artist or song box retype the name, as you would like it, and then click ok. Do this even if no mistakes are immediately visible.
    Re sync this new artist/song info to your iPod.

  • Problem with JDK 6 update 5 - Error Message says cant find java compiler

    Hi i am a complete beginner to programming and i am having trouble with the latest java development kit. jdk 6 update 5.
    The problem is i have set the path and the program cant find my compiler.
    I have installed the latest java development kit 6 update 5 on my windows xp machine.
    I have created a simple program as shown below:
    class Hello
         public static void main(String[] args)
                   System.out.println("Hello from java");
    saved the file to my desktop as Hello.java
    I have set the path variable like so:
    Go to control panel then click system icon then click advanced tab then click environmental variables.
    Now in system variables the path is shown as this - %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Java\jdk1.6.0_05\bin;C:\Program Files\QuickTime\QTSystem\;c:\Program Files\Microsoft SQL Server\90\Tools\binn\
    I then add this to the end;C:\Program Files\Java\jdk1.6.0_05\bin
    This is the location to the things like compiler, applet viewer etc.
    No in the command prompt i type javac Hello.java and i get this error message:
    C:\> javac Hello.java
    javac: file not found: Hello.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    The jdk is installed properly im sure but it can find my compiler.
    What mistake have i made in setting the path because im guessing that is related to the problem?
    Could someone out there please help me?
    Thank You
    Rafeeq

    saved the file to my desktop as Hello.java
    C:\> javac Hello.javaC:\ is not the desktop!
    The jdk is installed properly im sure but it can find my compiler.Of course it can! It just can't find the file you are trying to compile, because that's not in the root directory.
    I suggest you make a directory C:\java and save your source file there rather than on the desktop. In the command prompt, enter cd \java to make it the current working directory and then enter javac Hello.java.
    @Pravin: The question is about compiling, not running. CLASSPATH has nothing to do with this problem.
    db

  • Iphone cant find hp 210a airprint

    iphone cant find any printer airprint., have a hp aio wifi b210a, it is on the same network and i have no problems printing from my imac on wifi,??????
    what to do.???

    Hi Andrew.
    Thank u for u´r help.
    i can say yes to 1-4, and i´ve decided to by af timecapsule, then i think my problems will be solved.?? :-)
    Can u help me with this:
    I want to upgrade my osx, but i don´t know if i can upgrade to LION from my OSX.
    i´ve got 10.5.8 - Imac, 2,4GHz Intel Core 2 Duo - 2 GB 667 MHz DDR2 SDRAM..
    If i cant´t upgrade to LION, then what do i do first.??
    Hope to hear from u soon.

  • Ive got an HP Officejet 4500 Printer,i cant find it on my IPAD Airprint?

    Hello guys! Ive got a HP Officejet 4500 Printer it has wireless on it...I already set it up on the same NETWORK CONNECTION than my router...I connected my printer to my Router...But now I cant connect it to my Ipad I tried on PAGES APP IN IPAD but i cant find it How to find it please help me ! THANKS A LOT FOR YOUR HELP

    Have you checked the available list of supported printers to make sure this printer is supported by AirPrint?

  • Mid 2010 macbook pro wont boot, cant find hhd

    I got a 13' Macbook pro, after a kernal panic, the computer stuck at the same page: u need to restart your computer. Later i run restore disk, but is seems cant find my hhd. Most likely i need to chaneg a new HHD?? I tried to search on apple website how much is the HHD but cant find any info. Is there one had same problem and got their HHD changed? Should I fix it thru apple or should i get the HHD myself and find someone to put it in for me? I am out of warranty. Really need help ~~ Thanks

    Later i run restore disk,
    Disconnect all peripherals from your computer. 
    Boot up from the install disc #1. 
    Run Repair Disk from the utility menu. To use the Install Mac OS X disc, insert the disc, and restart your computer while holding down the C key as it starts up.
    Select your language.
    Once on the desktop, select Utility in the menu bar.
    Select Disk Utility.
    Select the disk or volume in the list of disks and volumes, and then click First Aid.
    Click Repair Disk.
    Restart your computer when done.
    Repair permissions after you reach the desktop-http://docs.info.apple.com/article.html?artnum=25751 and restart your computer.
    If you still cannot find your hard drive, Diskwarrior has been known to do so.

Maybe you are looking for

  • I have a copy of Windows 7, and I am trying to bring up Boot Camp on my MacBook with Snow Leopard.

    I have a copy of Windows 7, and I am trying to bring up Boot Camp on my MacBook with Snow Leopard. But my Snow Leopard install disk is too old for Windows 7, so attempted Boot Camp install of drivers fails. I have hand-installed the NVidia graphics d

  • Supplier Open Interface Import  - SHIP_VIA_LOOKUP_CODE is invalid

    Hi All, I am getting the error "SHIP_VIA_LOOKUP_CODE is invalid " for few Orgs when I am running Supplier Open Interface Import Program. Superb if anyone help me to get rid of this issue. Thanks , Arya Sreedhar.

  • Puplish a web template with a precalculated variable

    We are running on BI 7.0 SP10.BI ABAP and BI JAVA entegration is done. We want to puplish a wep template every week with a calweek variable.We want to fill variable with the current week then puplish users with e-mail. In broadcasting settings to pup

  • How can i mimic the look of some other movies?

    Hello, i enjoy using Color to try and mimim how some movies look. I know how to make things look like Minority Report but i was wondering about other movies that may have a cool look to them. Is there a site that may have a lot of them or do any of y

  • OPENING WINDOWS BASED ATTACHMENTS

    Hi, I'm a new MAC user & am still finding my way around. One problem I've come across is that I cannot figure out how to open .wmv & .dat files? I've read some of the other solutions which involve having the Windows user change the way they send the