Runtime WARNING help

I upgraded to JDK 1.4.2 today from 1.4.1_03. Everything was working just fine in 1.4.1_03 but when I recompile all of my code in 1.4.2 I get the following WARNING when I run my program:
WARNING: Duplicate name in Manifest: Depends-On
Jul 11, 2003 2:13:26 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Depends-On
Jul 11, 2003 2:13:26 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Depends-On
Jul 11, 2003 2:13:26 PM java.util.jar.Attributes read
WARNING: Duplicate name in Manifest: Depends-On
Jul 11, 2003 2:13:26 PM java.util.jar.Attributes read
I get about 50 of these message all in a row when I start my program. I am not putting a manifest file into any of the jar's that I create. ANT creates a manifest file automatically, but I checked and the manifest file between 1.4.1_03 and 1.4.2 jars is the same. Anyone have any idea what this means and how to get rid of them?

It seems that they made stricter the definition of the manifest grammar.
1.4.2 says:
In all cases for all sections, attributes which are not understood are ignored.
but also:
Attribute names cannot be repeated within a section.
Some jar packagers do include attributes that can be multiple, like Depend-On to denote dependency relations (1-N) and that is now (or has always been ???) invalid.
Cleaning the offending attributes from the manifest should calm the beast :-)

Similar Messages

  • Location of "Oracle Policy Automation Runtime Developer Help"

    Good day,
    I'm doing some research into some performance issues we are having and am trying to find the location of "Oracle Policy Automation Runtime Developer Help".
    Would anyone know where I could locate this file?
    Thank you

    OPA Developer Help 10.3: http://docs.oracle.com/html/E24274_01/toc.htm
    OPA Developer Help 10.2: http://docs.oracle.com/html/E20344_01/toc.htm
    The Help files for the latest release of all the OPA products (OPM, OPA, OPA-Siebel Connector, etc.) are always available from the OPA section of the Oracle Technology Network: http://www.oracle.com/technetwork/apps-tech/policy-automation/overview/index.html --> Click on the Documentation tab and look through the list.
    The OPA Developer Help is also available locally if you've got OPM installed, usually in this location: C:\Program Files\Oracle\Policy Modeling\help\run\Default.htm
    Edited by: Jasmine Lee on 01-Feb-2012 07:51

  • Warning help: "this compilation unit did not have a factoryClass specified in Frame...."

    hey guys, so after installing the new beta 2, I recieved a warning in my project staying "This compilation unit did not have a factoryClass specified in Frame metadata to load the configured runtime shared libraries. To compile without runtime shared libraries either set the -static-link-runtime-shared-libraries option to true or remove the -runtime-shared-libraries option."
    I have no idea where in my project this warning occurs, but it syas the resource, is login.mxml, and the location is unknown, and the type is Flex Problem
    the code in login.mxml is
    <?xml version="1.0" encoding="utf-8"?>
    <s:Group xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo" width="100%" height="100%" xmlns:local="*">
        <fx:Script source="mainScript/loginScript.as" />
        <mx:VBox horizontalCenter="0" verticalCenter="0">
            <s:Panel width="350" height="175">
                <mx:Form id="loginForm">
                    <mx:FormItem label="User Name:">
                        <s:TextInput name="userName" id="userName" enter="checkLogin()"/>
                    </mx:FormItem>
                    <mx:FormItem label="Password:">
                        <s:TextInput name="password" id="password" displayAsPassword="true" enter="checkLogin()" />
                    </mx:FormItem>
                </mx:Form>
                <s:Button bottom="10" right="10" id="submit" label="Submit" click="checkLogin()" />
            </s:Panel>
        </mx:VBox>
    </s:Group>
    any help would be greatly appretiated!! thanks a lot

    Hi there,
    Sorry to be slow in responding to this, but these new errors are difficult to diagnose without looking at your class paths and configuration. I gather, as I'm sure you have, that the compiler is failing to locate some of the classes necessary to compile your application. I don't have experience with the spark components, so this is an issue that I haven't run into. When I've run into trouble compiling with the 4.0 sdk, it's been either because I was trying to use a class/component that had changed recently (this is the case with some of the TextLayoutFramework classes; some of the older tutorials on the web reference classes and properties that have changed in more recent builds), or because I wasn't compiling to Flash Player 10.
    Sorry I can't be of more help here; but you might want to move this issue to a different/new thread since the compiler line fix described above did address the factoryClass issue.
    Best,
    Chris

  • Can't update, or uninstall, AIR runtime. HELP

    I have AIR 1.07 installed at the moment. This is
    ridiculous... I downloaded the AIR installer 1.1, and it gives me
    this error:
    An error occurred while installing Adobe AIR. Installation
    may not be allowed by your administrator. Please contact your
    administrator.
    I have admin rights to my computer...
    So I try running the installer with -uninstall option, here's
    the log file (which i had to google search to even learn how to
    find the log file in the first place...hint, put the log file
    somewhere obvious, or tell in the error message, where it is!):
    UI SWF load is complete
    starting uninstall
    Scheduling uninstall of product guid
    {00203668-8170-44A0-BE44-B632FA4D780F}
    Beginning install
    Uninstalling product w/ GUID
    {00203668-8170-44A0-BE44-B632FA4D780F}
    Error occurred; beginning rollback: [ErrorEvent type="error"
    bubbles=false cancelable=false eventPhase=2 text="1612" errorID=0]
    Rollback due to error complete
    error during install: [ErrorEvent type="error" bubbles=false
    cancelable=false eventPhase=2 text="1612" errorID=0]
    runtime install entering error state: [ErrorEvent
    type="error" bubbles=false cancelable=false eventPhase=2
    text="1612" errorID=0]
    begin quitting
    Can someone please help me out here...

    I have the same problem: this morning Adobe AIR presented a
    new version: AIR 1.1, which I installed. Same error message about
    the installation prevented by Administrator. Now I can't run any
    AIR-apps.
    I tried running the installer as Administrator, without
    success.
    I ran Windows Installer Cleanup Utility and removed the
    AIR-entry and installation was again without success.
    I tried to install AIR 1.0, also with the same unwanted
    result.
    I run Vista Home Premium SP1.

  • Xlint Warning Help

    IDK what I did but I accidentally set it to give me Xlint warning (I think).
    I was trying to make myself a jar file for a code I made and this is when the problem started happening.
    Every time I try to compile anything it prints this warning:
    Note: blank.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.So I tried recompiling with Xlint:
    javac -Xlint blank.javaIt gave me 3 warning thats I don't understand how to fix.
    Then I decided the warnings probably mean nothing since I have such a simple code anyway so I tried to figure out how to get rid of the warnings and I was told to type:
    javac -Xlint:uncheckedor
    javac -nowarnBut when I type those it prints out:
    javac: no source files
    Usage: javac <options> <source files>
    use -help for a list of possible optionsSo I am stuck at this point. I don't want the warnings and IDK what to do.
    Edited by: Tiffiter on Jan 25, 2008 2:02 PM

    Tiffiter wrote:
    So I tried recompiling with Xlint:
    javac -Xlint blank.javaIt gave me 3 warning thats I don't understand how to fix.That is what you need to work on.
    Then I decided the warnings probably mean nothing since I have such a simple code anyway so I tried to figure out how to get rid of the warnings and I was told to type:
    javac -Xlint:uncheckedor
    javac -nowarnBut when I type those it prints out:
    javac: no source files
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Because you didn't give them a file name
    javac -Xlint:unchecked blank.java

  • Runtime exceptions - Help!

    Hello, it's little ol' me again with my little ol' password generator applet. It compiles fine, but when I run it, I get all kinds of runtime exceptions when I click on any of the checkboxes. I have pored over this code til I'm blue in the face. I personally see nothing wrong with the code, but I'll post it here in case any of you might spot something suspicious.
    // My Javafied Password Generator
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class PwGenerator extends JApplet
      private String pw;
      private JPanel centerPanel, northPanel, southPanel;
      private JComboBox numchars;
      private JCheckBox lettersUpper, lettersLower, numbers, specialChars;
      private JButton generate, reset;
      private JTextField textfield;
      private static int asciiRange[];
      private String pwLength[] = {"6", "7", "8", "9", "10", "11", "12"};
      private int lengthSelected;
      private JLabel pwLabel, numCharLabel;
      public void init()
        // instantiate widgets
        numCharLabel = new JLabel("Number of characters for password");
        numchars = new JComboBox(pwLength);
        lettersUpper = new JCheckBox("Uppercase letters");
        lettersLower = new JCheckBox("Lowercase letters");
        numbers = new JCheckBox("Numbers");
        specialChars = new JCheckBox("Special characters");
        generate = new JButton("Generate password");
        reset = new JButton("Clear");
        textfield = new JTextField(12);
        pwLabel = new JLabel("Your new password is: ");
        // add widgets to the content pane
        Container c = getContentPane();
        c.setLayout(new BorderLayout());
        centerPanel = new JPanel();
        centerPanel.setLayout(new GridLayout(3, 2));
        centerPanel.add(lettersUpper);
        centerPanel.add(lettersLower);
        centerPanel.add(numbers);
        centerPanel.add(specialChars);
        centerPanel.add(generate);
        centerPanel.add(reset);
        c.add(centerPanel, BorderLayout.CENTER);
        northPanel = new JPanel();
        northPanel.setLayout(new FlowLayout());
        northPanel.add(numCharLabel);
        northPanel.add(numchars);
        c.add(northPanel, BorderLayout.NORTH);
        southPanel = new JPanel();
        southPanel.setLayout(new FlowLayout());
        southPanel.add(pwLabel);
        southPanel.add(textfield);
        c.add(southPanel, BorderLayout.SOUTH);
      }  // end init
      public void start()
      // connect event handlers to the widgets
        numchars.addItemListener(new ItemListener() {
         public void itemStateChanged(ItemEvent e)
           lengthSelected = Integer.parseInt(pwLength[numchars.getSelectedIndex()]);
        CheckBoxHandler handler = new CheckBoxHandler();
        lettersUpper.addItemListener(handler);
        lettersLower.addItemListener(handler);
        numbers.addItemListener(handler);
        specialChars.addItemListener(handler);
        generate.addActionListener(new ActionListener() {
         public void actionPerformed(ActionEvent e)
           pw = generatePw(lengthSelected);
           textfield.setText(pw);
        reset.addActionListener(new ActionListener() {
         public void actionPerformed(ActionEvent e)
           textfield.setText("");
      } // end start---snip---
    private class CheckBoxHandler implements ItemListener
        public void itemStateChanged(ItemEvent e)
          if (e.getSource() == specialChars)
         if (e.getStateChange() == ItemEvent.SELECTED)
           for (int i=33, j=0; i<=47; i++, j++)
             asciiRange[j] = i;
           for (int i=58, j=asciiRange.length; i<=64; i++, j++)
             asciiRange[j] = i;
           for (int i=91, j=asciiRange.length; i<=96; i++, j++)
             asciiRange[j] = i;
           for (int i=123, j=asciiRange.length; i<=126; i++, j++)
             asciiRange[j] = i;
            } // end inner if
          } // end outer if
          if (e.getSource() == numbers)
         if (e.getStateChange() == ItemEvent.SELECTED)
           for (int i=48, j=asciiRange.length; i<=57; i++, j++)
             asciiRange[j] = i;
          if (e.getSource() == lettersUpper) 
         if (e.getStateChange() == ItemEvent.SELECTED)
           for (int i=65, j=asciiRange.length; i<=90; i++, j++)
             asciiRange[j] = i;
          if (e.getSource() == lettersLower)
         if (e.getStateChange() == ItemEvent.SELECTED)
           for (int i=97, j=asciiRange.length; i<=122; i++, j++)
             asciiRange[j] = i;
    }     Your help will be greatly appreciated like before.
    Syster Tara

    And as a prediction, I can see some ArrayIndexOutOfBounds errors in your near future.
    Starting j at j=asciiRange.length
    and then doing asciiRange[j] = i
    Remember an array is numbered from 0 to length-1
    And no, arrays don't grow dynamically.
    Cheers,
    evnafets

  • Photoshop elements 9, getting runtime error help please !

    I need to work on some photos bad and fast  but cannot , getting a  window popping up that says :
    Microsoft Visual C++ Runtime Library  
    This application has requested to terminate it in an unusual way. Please contact application support team  for more info.
    Thanks if anyone can help... the only thing I can think of that has changed was that my Mcafeee told me I had a critical update for Adobe flash player earlier today, I updated it but also just did a sys. restore and still having this problem.

    can anyone please help me ?    If I'm asking at the wrong place then a simple suggestion as to where I should ask would be greatly appreciated.  

  • Runtime Error -Help pls

    Hi
    i wrote a small java program, when i am trying on Netscape IDE5.0 it is compilng and gives output well
    The same program when i am compiling using MSDOS without IDE then it is compiling well but at runtime throwing the error like below
    C:\>java test
    Exception in thread "main" java.lang.NoClassDefFoundError: test
    Code for my java class
    public class  Test {
    public static void main(String[] args) {
              int x=0;
              int y=10;
                   for (int z=0;z<5 ;z++){
                        if ((y-- > 7)||(++x>2)){
                             y--;
              System.out.println(y +"" +x);
    }i think it is problem with the class path . but tools.jar file is in class path. can any body help me
    Regards
    Raghu

    What's the name of your file? In Java, all public classes must be in a file with the same name as the class. In this java command:
    C:\>java test
    You are saying you want to execute a class called "test", but you didn't post any code with a class named "test". Compare these names:
    "test"
    "Test"
    "TEST"
    "tEsT"
    Does Java consider them all the same (Hint: No)?

  • Runtime.exec help needed

    Hello,
    I am having a strange problem in using the Runtime.exec(command, null, workDirectory) method. Its giving an IOException and says:
    java.io.IOException: CreateProcess: delmembtrn-05.bat error=2
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Win32Process.java:66)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:551)
    at java.lang.Runtime.exec(Runtime.java:418)
    at java.lang.Runtime.exec(Runtime.java:361)
    at java.lang.Runtime.exec(Runtime.java:325)
    Can anyone please guide me whats wrong here? I am trying to run a batch file which will run some java programs. I am running this program from one place and the batch file is in a different place(as represented by the workDir parameter in the exec method). This is holdin up my schedule. Someone can you please help me in this regard. Mail id: [email protected]

    I wanted to produce the same error before giving any advice - so i wrote:
    import java.lang.*;
    public class TestExec
         public static void main(String Arg[])
         throws Exception
              String command="go.bat";
              String envp [] = null;
              String workingDir="c:/temp/WorkingDir";
              Runtime.getRuntime().exec(command,envp,new java.io.File(workingDir) );
    }go.bat is not in path env var...
    I put go.bat into the workingDir and got this error:
    C:\TEMP\TestClass>java TestExec
    Exception in thread "main" java.io.IOException: CreateProcess: go.bat error=2
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Unknown Source)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Unknown Source)
    at java.lang.Runtime.exec(Unknown Source)
    at TestExec.main(TestExec.java:13)
    Looks pretty similar!
    After changing "go.bat" to "c:/temp/workDir/go.bat" it worked without error...
    So the conclusion is
    that the bat file command string does not specify the right directory
    or
    the bat file is not in the path string
    The working dir parameter is not added to the path env var...
    Tim Smith
    IncWorx

  • Java GUI and runtime().exec help

    I have been working on a GUI that does an assortment of tasks. The final and last task is to make copies of a 3dModel conversion program and a script file that is required to make the converter run and convert. The converter and the script file are moved to a user specified directory. The user specified directory contains all of the models that will be converted. The problem is, I can't get the GUI to boot the converter with the script file. To make the converter work, you need to pass two window's cmd commands but the commands need to occur from the same directory as the converter and script file. This is what I have tried to do:
    String[] commands = new String[]{"cmd ",
    "/c ",
    "cd ",
    smdDirectory.getPath(),
    "skmodel ",
    "model_definition.txt "};
    try{               
    Process child = Runtime.getRuntime().exec(commands);}
    catch(IOException e){}The files have all ready copied to the correct directory. All I need is for the GUI to execute the "skmodel model_definition.txt" commands in the correct directory. What am I doing wrong?
    Thanks for the help in advance.

    String[] commands = new String[]{"cmd ",
    "/c ",
    "skmodel ",
    "model_definition.txt "};
    try{               
    Process child = Runtime.getRuntime().exec(commands, null, smdDirectory.getPath());}
    catch(IOException e){}I will try that and see if I get the desired results.
    EDIT:
    I got it to make. Here is the code.
    String[] commands = new String[]{"cmd ", "/c ", "skmodel",     "model_definition.txt "};
         try{
              Runtime runtime = Runtime.getRuntime();               
              Process child = runtime.exec(commands, null, smdDirectory);
    }Edited by: Euphoria on Sep 28, 2008 9:48 AM

  • I have a MacBook White.  Everything worked great with Snow Leopard including Mathematica, and all Pogo games. I downloaded Lion two days ago and now neither program works.  The box states that I need J/Link, and/or java runtime.  Help.

    I have a MacBook White, early 2009 model, just downloaded/installed OS X Lion.  Everything worked well with Snow Leopard - Mathematica, pogo.com games. Now, with Lion, I am getting a box that states I need J/Link, and/or java runtime.  Software update feature states all software is up to date.  Help.

    StoneComputers wrote:
    What about the incredable lag time from clicking on a program to the time it opens (or the time till the loading screen starts)? I wish I could record it and play it so I could see if thats normal from other members... the icon just sitting there for over 35 second (I just counted 36 till the loading screen popped up) at first I thought it was me not clicking hard enought cuz the mouse button I have is real stiff (any ideas on that?) but no it takes that long just to get to the app loading screen... this happens every time same amount of time with the 3 programs I use the most, prolly more but I know for a fact world of warcraft, uTorrent, and Google Chrome. I would just chalk it up to slow hardware but they load real quick in windows 7 and once this bad spot is loaded the program runs so fast and nice afterword. Maybe some tweeks? I wonder if this would happen in Snow?
    The coment "few outdated programs" Ive seen alot its not just a few its a lot and since games are not Apple's strong point I would think they would want to keep as many as they could...
    An example of the rants you will see from a lot here. Don't be put off as these problems are generally user specific, and these same old comments come out after the release of every OSX I can remember. When Lion is upgraded  to the next OSX you can gaurentee these forums will be full of people screaming about how great Lion was. Happened with Tiger, Leopard and Snow Leopard.
    So come to think of it you may be better off Googling sites that give you unbiased views on Lion, rather than expect any positive comments here. For every one complaint there are probably 100,000 people with no issues.
    Cheers

  • Oracle SSO Warning Helper!!!

    When I tried to configure and deploy the JAZN demo callerInfo of Oracle9iAS R2. I was able to get the SSO login page, but after I type my user info, i.e., "ray/welcome", I got the following message
    "Oracle SSO Warning - Unable to process request
    Either the requested URL was not specified in terms of a fully-qualified host name or OHS single sign-on is incorrectly configured.
    Please notify your administrator."
    The domain controller of the Windows NetWork is still under NT4, to use the SSO, is it required the domain controller to run Win2k? How can I work around the fully-qualified host name problem?
    Thanks a lot.

    Please us ethe below workaround
    For Providergroup, webproviders:
    To create providers etc., you have to give privileges to users in the following XML file:
    <OH>/j2ee/OC4J_Portal/applications/portalTools/providerBuilder/WEB-INF/deployment_providerui/provideruiacls.xml
    To give privilege do the following:
    <providerui xmlns="http://www.oracle.com/portal/providerui/1.0">
    <objectType name="ALL_OBJECTS">
    <object name="ANY_PROVIDER" owner="providerui">
    <user name="orcladmin" privilege="500"/>
    <user name="portal" privilege="500"/>
    <user name="any_provider_manage_user" privilege="500"/>
    <user name="any_provider_edit_user" privilege="400"/>
    <user name="any_provider_execute_user" privilege="300"/>
    <user name="any_provider_create_user" privilege="100"/>
    </object>
    <object name="ANY_PORTLET" owner="providerui">
    <user name="orcladmin" privilege="500"/>
    <user name="portal" privilege="500"/>
    <user name="any_portlet_manage_user" privilege="500"/>
    <user name="any_portlet_edit_user" privilege="400"/>
    <user name="any_portlet_execute_user" privilege="300"/>
    </object>
    </objectType>

  • Index.pdx  Dialog Warning Help

    Today, for the first time, an error (warning?) dialog box opens up when I open some of my PDF files. The files use to open without the dialog box, and now it appears when I open some of my files.
    After the PDF loads, a dialog box opens which states:
    "The index associated with this document (C:\Documents and Settings\*****\Desktop\*****'s Folder\temp10\index.pdx) could not be located."
    There is an option to disable the dialog and an "OK" button.
    Does anyone know why I keep receiving this message. How do I turn it off without disabling it? Did I change a setting?
    I use Adobe Acrobat Professional version 8.1.2
    Thanks!
    Joseph

    The reason you are getting this error message is, either you have:
    1) Deleted/renamed the associated Catalog index (PDX files) from your desktop folder, or
    2) Moved your PDF files from original location - thus breaking the PDX-PDF relative path relationship.
    To fix this, you should restore the PDX/PDF documents to the original paths on your local hard-disk when you associated Catalog indexes with the PDF documents.
    Thanks,
    - Vishal.

  • Typical problem - Will Java Runtime options help me ?

    Hi,
    We are using JInitiator to launch our application.When launching, this application downloads the ".JAR" files which are in server .I'm able to get the handle of the application and access all the Methods and properties from Visual Basic 6.0. But the problem is that I'm able to call methods which accepts only Integer or String as arguments.
    I'm unable to call the methods which has argument type as Boolean [ Ex : Win.setVisible( Boolean b)  ]. I tried passing all types of VB variables ,But I get "Type Mismatch Error" . I found an application which is similar to mine that uses "-Xbootclasspath" , "-Xrunmicsupp" , "MIC_CLASSES" & "_classload_hook" options to control Java applications by overriding some classes.
    I created a new class with the same name but which has an extra function to accept string as a parameter [ Win.setVisible( String b) ] that enables me to call from VB. I want to Override my application's class with my class file which is in my local system. I want to override it because I'm supposed to change the class file in the server.
    Is it possible to do my task using " java -Xbootclasspath" or something similar to that ? If so, Please tell me the way to do this. Please point me to some sites where in i can find the details about the above options that which the application similar to mine is using. Please help me,I will be very thankful to you guys.Hope to see your replies soon.
    Thanks and Regards,
    Srinivas.

    D:\>javac AnimalTest.java
    .\Cat.java:4: illegal start of expression
    ^You really need to start to understand what you are doing. Look at the error, it even points to what the error is. Look at where this bracket appears in your code and think to yourself "Should that be there or should it be something else" Once you fix that, the other errors will probably disappear.
    Stoopid lag.
    Message was edited by:
    flounder

  • Runtime Error - Help Please!!

    I have been making some CD's using iTunes (in fact, I've burned about 10 in the last couple days) and tonight when I opened it up to do a few more, I started having problems. First of all, even though I did not click to go to the iTunes store, it sat there for almost an hour trying to connect to it. Then, I went away from my computer for a few minutes, and when I came back, there was a Run time error. The notification box said "Microsoft Visual C++ Runtime Library" and the box text was the following:
    Runtime Error!
    Program: C:\Program Files\iTunes\iTunes.exe
    This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
    I click OK and it automatically closes iTunes, and then the same thing happens over when I re-open it. I can't even access any of the iTunes menus, let alone any of my music.
    It's outside normal business hours and I want to get this taken care of ASP. Anyone have any ideas (besides "Get a Mac" ;)?

    Update: I just tried reopening it again, and it worked this time. I was able to finish making the CD's I was working on, however when I was finished, I went to check for iTunes updates (to get 7.3) and it gave me the same message again.
    Can't wait until I get my MB Pro...

Maybe you are looking for

  • Print preivew Query print layout

    Hi All, I have a query that I have created a print preview to.  I can click on Query Print Layout, select the report and print preview to show the report.  Does anyone know of a way to do this via the SDK?  I was trying to use the ReportLayoutsServic

  • New Features/Ideas for FLASH related work?

    Let's see....I know there are always new cool and money making features and ideas floating in our industry. I am looking for this kind of ideas. The goal for me is to maximize utilization of Interactive team and bring more revenue. No different from

  • Which port to use for the peer-keep alive

    Hi All, We have 2 Nexus 6001s in our data center. The management port of each 6001 is connected to the other and this link is used as the peer keep alive link. My colleague is suggesting that we use one of the inline data ports as the keep alive link

  • Windows 8.1 on Envy 17 upgraded to pro.. refresh / reset no longer works

    hi peeps i was testing out the refresh and reset options when i first got the laptop they worked like normal.. then i upgraded to pro via control panel/add features to windows the refresh and reset options no longer work.. how can i edit those functi

  • Can't save for web in CS5--and yes, I've checked the forums!

    Hi all, I just ordered CS5 through my company (which takes 2 weeks) and installed the trial in the meantime. I am getting an error when I try to save for web: The operation could not be completed. A write permissions error has occurred. Then, when I