Can it be easier when running  simple examples in jmstutor

Hi, I'm a new user of java. when I tried to use Simple examples in jms_tutorials, such as SimpleQueueSender.java, I found I had to type a long command:
java -Djms.properites=%J2EE_HOME%\config\jms_client.properties SimpleQueueSender MyQueue 3
It seems a little inconvienent.
Can I first set the properties, then run the programe?
How?
Thanks a lot!

You could put the command in a script and run it that way. But you do need to pass that -D option to the java command at J2EE 1.3.1.
You could move to J2EE 1.4 Beta and use the J2EE Tutorial Addendum, which simplifies running the examples by providing Ant build scripts.
Kim Haase
Technical Writer
Sun Microsystems, Inc.

Similar Messages

  • I get errors When running the example programs SampleMetadataDiscoverer10g

    I installed database is 10g release 2 on Windows XP,and AWM version is 102010A.
    When running the example programs SampleMetadataDiscoverer10g.java to get the OLAP metadata,I get the following errors:
    oracle.express.idl.util.OlapiException: java.sql.SQLException: ORA-37158: CLOB 或可变数组输入参数错误: (情形 6)
    ORA-06512: 在 "SYS.GENSERVERINTERFACE", line 46
    ORA-06512: 在 line 1
    at oracle.express.idl.ExpressConnectionModule.ServerInterfaceStub.connect(ServerInterfaceStub.java:694)
    at oracle.express.olapi.data.full.ExpressDataProvider.connect(ExpressDataProvider.java:436)
    at oracle.express.olapi.data.full.ExpressDataProvider.initialize(ExpressDataProvider.java:282)
    at oracle.olapi.examples.chapter4.MyConnection10g.connectToDB(MyConnection10g.java:126)
    at oracle.olapi.examples.chapter4.SampleMetadataDiscoverer10g.initialize(SampleMetadataDiscoverer10g.java:57)
    at oracle.olapi.examples.BaseExample.execute(BaseExample.java:32)
    at oracle.olapi.examples.BaseExample.execute(BaseExample.java:46)
    at oracle.olapi.examples.chapter4.SampleMetadataDiscoverer10g.main(SampleMetadataDiscoverer10g.java:44)
    Closing JDBC connection.
    Closed the connection.
    please..can someone give me some advice? thanks!

    I got the same error while doing "dp.initialize()"
    I fixed this error by chang the the "olap_api.jar class12.jar" to "o4j.jar".
    But i can't explain that.
    Can anyone tell me why?
    By the way , the "olap_api.jar class12.jar" are copy from the %ORACLE_HOME%\10.2.0\db_1\olap\api\lib .

  • Can't Run Simple Example

    Just installed jDev 3.2 on Win2K. When I try to run any java class I get the error "Cannot Determine Runnable Node". for a simple example I copied the "Clock" example to "MyProjects" folder, opened it in jDev, made/compiled the class (checked that clock.class was in MyClasses folder), but then run button does not work. I've checked the IDE default path settings and think they are OK.
    Could not find anything in the documentation about this error message. What don't I have set up right?

    Don... thanks. It does run when executed from the html. I was thinking applets could be run directly from within the IDE even without a main.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by don:
    make sure yu are highlighting and running a program with a "main" in it.
    if it's an applet,then execute it's related html.<HR></BLOCKQUOTE>
    null

  • Errors found when running the example of "Five XSLT 2.0 Features ..."

    Does anyone encounter the error "XSL-1015: (Error) Function 'current-group' not found" when running Oraxsl grouping_20.xsl?
    Despite I followed exactly what memtioned in the article, it still did not work.
    Thank you very much.

    Before running the samples, I downloaded the Oracle XDK 10G via http://otn.oracle.com/tech/xml/xdkhome.html
    just a week ago.
    So, I believe I got the most up-to-dated version of XMLparserv2.jar.
    I spent a day or 2, trying to execute some samples in the article, but things did not work out well. Whenever a stylesheet file (*.xsl) contains "current-group()" functions, it raises the above error.

  • How can I get sound when running different operating systems in VirtualBox?

    I am running VirtualBox in Windows XP, and have been running OpenSolaris, Kubuntu, OpenSuse 11.1, Milax and Windows 7, but I am not getting any sound in any of them. I have no problems with them running, and even ran Windows live in windows 7 without any problems.
    I would be grateful if anyone can help me out so that I can get sound, and therefore run them as they are meant to be ran in VirtualBox! I have had a small problem with some video files not running in Linux and OpenSolaris, but I suspect that could be solved with Flash player.
    Please someone get back to me and help me with the sound problem as soon as possible,
    Thanks
    John

    A Windows XP host OS for VirtualBox is not a supported setup for VDI 3.0 (it wouldn't even install). I have never seen your problem with one of my other VB installations. I suggest that you repost your question in a VirtualBox forum: http://forums.virtualbox.org/

  • Error when running Simple Sample Apps

    Hi,
    I have deployed "simple sample apps" to NW CE71 EHP1 and was following the configuration document. And when i run the application I get following  error:
    Error in Connectiont :Could not retrieve metadata
    Can somebody advise how to fix the issue?
    Thank you,
    Maxat

    The error was in my Proxy settings. Issue is solved

  • Deployment error when running simple serlet application

    Hello folks!
    I am a newbie in developing Java Servlets and my problem might sound almost too trivial for professionals, however I hope to find help here after I have tried to solve this problem on my own for almost 2 days now...
    I have been trying to implement a web application with a simple servlet that will greet the user after he has submitted his name. Therefore I have been implementing the following code into the standard "index.jsp" page.
        <form action="GreetingServlet" method="POST">
            First Name: <input type="text" name="firstName" size="20"><br />
            Surname: <input type="text" name="surname" size="20">
            <br /><br />
            <input type="submit" value="Submit">
        </form>After running the project the following output is being produced in the server log file:
    Using CATALINA_BASE: C:\Dokumente und Einstellungen\Besitzer\.netbeans\5.5\apache-tomcat-5.5.17_base
    Using CATALINA_HOME: C:\Programme\netbeans-5.5\enterprise3\apache-tomcat-5.5.17
    Using CATALINA_TMPDIR: C:\Dokumente und Einstellungen\Besitzer\.netbeans\5.5\apache-tomcat-5.5.17_base\temp
    Using JRE_HOME: E:\java\jdk_1.5.0_09
    26.11.2006 11:46:02 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
    INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: E:\java\jdk_1.5.0_09\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Programme\MiKTeX 2.5\miktex\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\Programme\ATI Technologies\ATI.ACE\;E:\java\j2ee_1.4_sdk_app-server\bin
    26.11.2006 11:46:03 org.apache.coyote.http11.Http11BaseProtocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8088
    26.11.2006 11:46:03 org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 1172 ms
    26.11.2006 11:46:03 org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    26.11.2006 11:46:03 org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
    26.11.2006 11:46:03 org.apache.catalina.core.StandardHost start
    INFO: XML validation disabled
    26.11.2006 11:46:03 org.apache.catalina.startup.HostConfig deployDescriptor
    SCHWERWIEGEND: Error deploying configuration descriptor admin.xml
    java.lang.NoSuchMethodError: javax.servlet.ServletContext.setAttribute(Ljava/lang/String;Ljava/lang/Object;)V
    at org.apache.catalina.core.StandardContext.postWorkDirectory(StandardContext.java:4865)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4030)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
    at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:608)
    at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
    at org.apache.catalina.core.StandardService.start(StandardService.java:450)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    26.11.2006 11:46:03 org.apache.catalina.startup.HostConfig deployDescriptor
    SCHWERWIEGEND: Error deploying configuration descriptor manager.xml
    java.lang.NoSuchMethodError: javax.servlet.ServletContext.setAttribute(Ljava/lang/String;Ljava/lang/Object;)V
    at org.apache.catalina.core.StandardContext.postWorkDirectory(StandardContext.java:4865)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4030)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
    at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:608)
    at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
    at org.apache.catalina.core.StandardService.start(StandardService.java:450)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    26.11.2006 11:46:03 org.apache.catalina.startup.HostConfig deployDescriptor
    SCHWERWIEGEND: Error deploying configuration descriptor ROOT.xml
    java.lang.NoSuchMethodError: javax.servlet.ServletContext.setAttribute(Ljava/lang/String;Ljava/lang/Object;)V
    at org.apache.catalina.core.StandardContext.postWorkDirectory(StandardContext.java:4865)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4030)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
    at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:608)
    at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:535)
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:470)
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
    at org.apache.catalina.core.StandardService.start(StandardService.java:450)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
    26.11.2006 11:46:04 org.apache.coyote.http11.Http11BaseProtocol start
    INFO: Starting Coyote HTTP/1.1 on http-8088
    26.11.2006 11:46:04 org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    26.11.2006 11:46:04 org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/31 config=null
    26.11.2006 11:46:04 org.apache.catalina.storeconfig.StoreLoader load
    INFO: Find registry server-registry.xml at classpath resource
    26.11.2006 11:46:04 org.apache.catalina.startup.Catalina start
    INFO: Server startup in 1140 ms
    FYI:
    I am using NetBeans IDE 5.5 with the Apache-Tomcat 5.5.17 Bundle and I have installed the java versions j2ee_1.4_sdk and the jdk_1.5.0 update 9.
    I hope anybody can help me with this problem. Thanks in advance.
    andr�

    Hi,
    does anybody have an idea what the problem could be?
    I am really stuck with this problem and any help is eagerly demanded.
    Thanks in advance!
    Andr�

  • Error when running jaxb-example-ant-script on sun one ide

    I get following error message when i run the ant-compile target for
    jwsdp-1.1\jaxb-1.0\examples\users-guide\SampleApp1 on the SUN ONE ide,
    when I run the same script directly in a console it is working:
    javax.xml.parsers.FactoryConfigurationError: Provider org.apache.crimson.jaxp.DocumentBuilderFactoryImpl not found
         at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:99)
         at com.sun.tools.xjc.Driver.buildXMLSchemaDOMForest(Driver.java:583)

    Hello.
    It is a classpath problem. Add the crimson.jar to the project classpath.

  • NoSuchMethodError When Running Java Examples (Berkeley DB 4.5)

    Hi Guys,
    I have to confess that I am a newbie. Please don't blame if the question is stupid. :P
    When I was running a Berkeley DB 4.5 example under java (1.5.0.08), I received the following error message:
    $ java -cp $CLASSPATH:$LD_LIBRARY_PATH -Djava.library.path="/usr/local/BerkeleyDB.4.5/lib/" db.GettingStarted.ExampleDatabaseLoad
    Exception in thread "main" java.lang.NoSuchMethodError: com.sleepycat.bind.serial.StoredClassCatalog.<init>(Lcom/sleepycat/db/Database;)V
    at db.GettingStarted.MyDbs.setup(MyDbs.java:78)
    at db.GettingStarted.ExampleDatabaseLoad.run(ExampleDatabaseLoad.java:64)
    at db.GettingStarted.ExampleDatabaseLoad.main(ExampleDatabaseLoad.java:45)
    I assume that it was my fault, e.g. not compiling correctly (I used CFLAG="O2" enable-java enable-cxx)?
    Any suggestion would be helpful.
    Thanks in advance.
    Yun

    Hi Yun,
    I don't think dbexamples.jar is installed in /usr/local/BerkeleyDB.4.5/lib/ . I did the following on SUSE 10, your command MAY VARY slightly depending on your platform. I placed the two text files in build_unix for convenience. The jar files, dbexamples.jar and db.jar are found in
    build_unix.
    ls /usr/local/BerkeleyDB.4.5/lib
    db.jar libdb.a libdb_cxx.a libdb_java-4.5.so
    libdb-4.5.a libdb_cxx-4.5.a libdb_cxx.so libdb_java-4.so
    libdb-4.5.la libdb_cxx-4.5.la libdb_java-4.5.a libdb_java.so
    libdb-4.5.so libdb_cxx-4.5.so libdb_java-4.5_g.so libdb.so
    libdb-4.so libdb_cxx-4.so libdb_java-4.5.la
    ron@linux:~/db-4.5.20/build_unix> env CLASSPATH=/home/ron/db-4.5.20/build_unix/db.jar:/home/ron/db-4.5.20/build_unix/dbexamples.jar LD_LIBRARY_PATH=.libs java db.GettingStarted.ExampleDatabaseLoad
    loading vendors db....
    loading inventory db....
    All done.
    ron@linux:~/db-4.5.20/build_unix>
    Ron Cohen
    Oracle Corporation

  • Can AQ be used when running in IBM's WebSphere Application Server?

    Hi,
    We are using IBM WebSphere Application Server (WAS) but not planning to use MQSeries. We want to use Oracle AQ. Is it possible to run an app in WAS with Oracle AQ functionality being used?
    Anyone out there is doing this?
    Any info. is greatly appreciated!
    Thanks.
    Alex

    If you ever find the answer, please let me know. I am trying to do the same with WebLogic but with little success. I have participated in the following discusiions:
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.jms&item=6218
    http://marvel.oracle.com/pls/otn/f?p=17000:8:25148205767784132::NO::F17000_P8_DISPLAYID,F17000_P8_CRITERIA:40460583213,
    If you are not using MDB in WAS or WAS MDB supports transacted session, then there is a good chance that you can use AQ/JMS. BTW, why don't you want to use MQ Series?

  • SIGSEGV when running simple query

    I hope this is the right place to report/ask for help, if not, tell me please.
    When trying DB XML (version 24.16) I've managed to get this nasty
    segfault. It happened when I've changes starts-with() to ends-with()
    XQuery function in my query. I've defined a substring node index for the
    element the function is applied to.
    Followin is the only the start of the stack trace, I'll provide full log and every
    addotional information I can get if it can help to solve this problem.
    R.Matl
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00007f418cbe1b51, pid=22345, tid=1094175056
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (11.0-b16 mixed mode linux-amd64)
    # Problematic frame:
    # C [libdbxml_java-2.4.so+0x230b51] _ZN5DbXml14EndsWithFilter6doNextEP14DynamicContext+0x171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hello,
    The queries you posted look like this:
    String query;
    //query = "collection(\"jmdict\")/JMdict/entry--r_ele/reb=$searchedString--";
    query = "collection(\"jmdict\")/JMdict/entry[r_ele/reb[http://contains(.,$searchedString)]]";
    //query = "collection(\"jmdict\")/JMdict/entry[r_ele/reb[http://starts-with(.,$searchedString)]]";
    //query = "collection(\"jmdict\")/JMdict/entry[r_ele/reb[http://ends-with(.,$searchedString)]]";
    {code}
    See this link for some formatting tips:
    [http://wiki.oracle.com/page/Oracle+Discussion+Forums+FAQ?t=anon]
    It's the link off the FAQ in the upper right of this page.
    I can get your container but what I'd need is more specifics on the variable string being used and the actual query that fails.  The ones above won't parse so it's not really clear what you intend.
    Regards,
    George                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Can I be directed to a SIMPLE example of one value being passed FROM Labview TO an Onboard program to be used as a "Var Vector" in a sub.vi in the onboard program?

    I can find all kinds of examples of data FROM OnBoard Programs to the host but not the other way round. Specifically how do I get the variable into a memory location that the Board will read?

    Thank you for contacting National Instruments. There are a few LabVIEW examples that ship with NI-Motion that use the Load Constant to Variable VI to store data from your application to the onboard memory of the motion controller device. If you open NI Example Finder (click on Find Examples.. under the Help menu) and choose to browse by Directory Structure, then you can navigate to the Motion >> FlexMotion >> Onboard folder. The "Sequence of One-Axis Moves" and "Repeated Move in a FOR Loop" examples both store information in variables on the motion controller, whose data is later used in the onboard program. From your post, this is what it sounds like you are interested in doing.
    Also, if you are new to onboard programming and want to look over some more informa
    tion on developing those applications then I would recommend starting with Chapter 15 of the NI-Motion User Manual, where it discusses onboard programming. You can also reference the following website and the links on it:
    On-board Programming in FlexMotion
    http://zone.ni.com/devzone/conceptd.nsf/webmain/F03A6DE53C744C5886256857005ECDBE?opendocument
    If this does not answer your question or if I miss understand your request then please let us know.
    Regards,
    Michael
    Applications Engineer
    National Instruments

  • Can't print screen when running windows on my mac

    I've had a look at what buttons you need to press and found that its apparently fn+shift+f11 but when i try this nothing happens, I've downloaded the lasted bootcamp drivers but its still not work, anyone know how to fix it?

    I am using the built-in Keyboard on the Mac.
    Also, this what I have on the OSX side...

  • 'Error -10401 Occurred at AI Clock Config' When Running Certain Examples ...

    I tried following the suggestion given earlier on the website link http://digital.ni.com/public.nsf/3efedde4322fef198​62567740067f3cc/50f8faa83c79f07f862569f90041855b?O​penDocument
    So I changed the Channel A to 0 and Channel B to 1, but still get the same error. I am doing a VI on my own that is getting the same error so I am very confused.

    Hello;
    I don't have detail on what exactly you are trying to accomplish there.
    Can you give me more details such as what board you are using, what you need to accomplish, etc?
    Meanwhile, the error -10401 occurs if you are trying to address a device that is not present. If MAX cannot see the DAQ card or you have changed the device number of the card, you will get this error. So, I recommend you first use MAX to do basic testing with the board, and check if the device number you are setting at the LV VI corresponds to the device number MAX assigned to that board.
    Hope this helps.
    Filipe

  • I can only get video when running apps such as directv, amazon, and HBOGo. Now I know some are limited content but directv isn't, anyway to troubleshoot?

    Like stated in the question. I know about limited content on some apps however directv all supports AirPlay yet I only get audio.

    If you only get audio then it isn't supported. Whoever develops the app is responsible for enabling airplay and you would need to contact them

Maybe you are looking for

  • Error installing itunes 10.5 on windows vista

    I keep getting an error message that says something about the windows installer when I try to download itunes 10.5

  • Having trouble connecting from office to home

    So I downloaded ARD last night finally to address the daily questions from the kids and wife (how do I do this, Can you install this program, etc.) Played around with it a bit last night at the house (FIOS Router to Time Machine Bridge Mode) and loca

  • Can i plug my ipod 4gen via usb into my ps3 and play zombies off the app

    Hi is there an app for cod zombies online so i can plug my ipod 4 gen into my ps3 and play it

  • I Tunes was great, then 5.01 came along!

    Having purchased a 1st gen Ipod, I have been a happy I tunes user for quite a while. Then one day a little screen popped up and asked me if I wanted to install the version 5 update. Thinking nothing of it, I accepted it and sucesfully installed the u

  • Error code DF023 won't install

    Purchased Adobe creative suite 6 and Acrobat won't install. Getting error message Exit Code: 6 Please see specific errors below for troubleshooting. For example,  ERROR: DF023, DW063 ...   -------------------------------------- Summary --------------