Need for Adobe Air for Lenovo ThinkCentre

Sorry new to this so please excuse any gaffs.
I have a ThinkCentre desktop for 3 months and get a popup notice that some Lenovo program needs Adobe Air to run. I do not like Adobe and use other alternatives and do not want Adobe Air installed on machine.  What programs does Lenovo use that uses Adobe Air?  Would it be catastrophic if I un-installed the Lenovo program that requires Adobe Air? Obviously it has not stopped me so far from using the machine but I would like to stop the popup messages.
Thanks,
Perplexed

Hi Perplexed, welcome to the forums,
the application you are looking for is I believe Lenovo Solution Centre.  Uninstalling it would not imho be a catastophic failure; not having it will not effect the system.  As to the merits of it being worth keeping, or not, is fully you decision.
About Lenovo Solution Centre
Andy  ______________________________________
Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
  Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
PepperonI blog 

Similar Messages

  • Maximum file size for Adobe air for Androind and iOS compiled apps

    Hi All
    I am working on a project which has a few videos which I need to bundle into my mobile app for an Ipad app I am creating using Adobe Air for iOS. My question is simple is there a maximum file size limit on apps compiled using Adobe air for iOS? And if so what is it? Any help would be great.
    regards Mike

    Hi.  Im not a 100% sure this is correct.  I am able to make a large .IPA file (200+Mb) and it will go onto my iPad 1, but it does not work - Just quicts after a few secs.  If I run the same IPA on my iPad 2 it works.
    When I take out some of the assets so its a smalelr size then it does run on the iPad.

  • Flash Professional Help | Publishing for Adobe AIR for desktop

    This question was posted in response to the following article: http://helpx.adobe.com/flash/using/publishing-adobe-air-desktop.html

    This page is extremely helpful. Thank you!
    With the help of this page, I've managed to figure out how to do most of what I need to do, however, I'm having troubles creating a Mac and Linux installer for my application. So far, I have only been able to create a Windows installer (.exe). In the "general" tab, the only options I have in "output as" are "AIR package", "Windows Installer" and "Application with runtime embedded".
    I am using Adobe Flash Professional CS 6 and am using a Windows 7 computer.
    Thanks in advance.

  • Adobe AIR for Android update FAILS

    The most recent update for Adobe AIR for Android is failing on multiple users. Reading the reviews, I am having the same problem with running the update. Update runs, then stops and won't update? Why bother coming out with an update THAT WON'T LET YOU UPDATE AIR???????

    Hi,
    Could you please share the device used, OS version, kernel version and the last Adobe AIR installed in your device. Also, is this intermittent or it is failing everytime.
    Regards,
    Nimit

  • Multi Touch not supported in Adobe Air for IOS?

    Hi, I've just started developing my first app for my iPhone which is an iPhone 3GS. I'm using CS5 to make these apps.
    I did a simple test game where there are two arrows on the screen and a fire button. The screen also has a ground and the player standing on it which can be controlled with left/right and fire. Now, if I press right, he moves right, if I press left, he moves left, if I press fire, he jumps... BUT no matter what I do I can't make dual touch work, ie: I press right AND fire, it only recognize just ONE touch point. So I did alot of researching and didn't find much.  I thought maybe adding a TouchEvent.TOUCH_TAP which I found a guide on on this page: http://openexhibits.org/support/gestures/1/one-finger-tap , but couldn't make it work, so I found this: http://www.adobe.com/devnet/flash/articles/multitouch_gestures.html and it seems Adobe Air for iPhone only allows four different gestures, no TouchEvents. I found a code somewhere that when run it checks to see if the device it's running on supports TOUCH_TAP stuff and in CS5 I got the message that it is not supported, in Adobe Device Central I get it's supported, on the actual phone (yes, got dev license from Apple and all that and can run my apps from CS5 on my iphone) I get it IS supported, but it doesn't work when I try it for real.
    So, my question is: how can I make Adobe Air using CS5 to detect 2 finger presses at the same time in iPhone apps?  Like pressing right+fire at the same time, so it doesn't just detect ONE of them being pressed.
    Thanks a million for any reply.

    Before listening for TouchEvents like TOUCH_BEGIN, TOUCH_MOVE, TOUCH_END etc... you need to set the input mode of your device to TOUCH_POINT. By default it is set to GESTURE.
    This works fine on the iPAD:
    import flash.ui.Multitouch;
    import flash.ui.MultitouchInputMode;
    Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;
    stage.addEventListener(TouchEvent.TOUCH_BEGIN, touchBegin);
    stage.addEventListener(TouchEvent.TOUCH_MOVE, touchMove);
    stage.addEventListener(TouchEvent.TOUCH_END, touchEnd);
    private function touchBegin(te:TouchEvent):void {
        // your code here
    private function touchMove(te:TouchEvent):void {
        // your code here
    private function touchEnd(te:TouchEvent):void {
        // your code here
    Hope that helps.

  • How to Play/Pause All for Adobe Air Application using AS3 in Flash CS4?

    I am new to Flash and I'm creating an educational application in AS3 in Flash CS4 for Adobe Air. I want to use buttons to play and pause all content (movieclips AND sound).
    I have created play and pause buttons that worked by switching the frame rate between 0 and 20, unfortunately I've realised that it's never really 0fps but rather 0.01fps and so it continues playing, albeit very very slowly. Also this doesn't affect the audio; I have set sound files to Stream which are synced to movieclips on their timelines, but even when the application is set to 0fps the audio continues.
    Since I have various levels with numerous movieclips each with synced audio, what i'd like is to be able to do is pause absolutely everything within each movieclip with one button and to be able to resume from the same place using another button. Is this possible? If not, is there a global function to pause/resume the entire application/program?
    Thanks in advance for your help!

    Its possible but you would need to tell each movieclip and audioclip to play/pause. You can create a for loop inside your mouse event function to find each movieclip and pause/play its timeline and a separate for loop for audio clips. Also instead of setting fame rate to 0 for pause just use a stop() command.

  • Adobe air for android development in linux?

    So, I'm shifting to a linux and I heard that adobe air does not support sdk 2.7 and higher! is that true for mobile app creations also or just .air packages? will I be able to compile android projects required adobe air 3.1 or 3.2 because I am building with Starling and I need newer adobe air runtimes... Please let me know. and will you please be able to tell me what software, IDE, I need to install on my linux to be able to package my .apk files on a linux?
    Thanks,
    Hadi

    I need linux to package the apk for me because I will be changeing some files like some xml files in the bin folder and then I need the new files repackaged again... the linux will be used as a server side packaging for us... get the idea?
    I've been using 3.0 in the xml namespace and it created "app.air" for me on the linux! I know I must put the -target apk to the "adt" call but when I set the -target method, it throws many errors!

  • Adobe Air for Android 2.3.4

    I need Adobe Air for Android 2.3.4 Urgently.
    I recently made an app on Flash CS5.5 and it installed correctly.
    It said to install adobe air
    But then it said "This prodict is not comptable with this version of..."
    ANY help?

    Hi,
    Please download latest AIR3.4 SDK from http://www.adobe.com/devnet/air/air-sdk-download.html.
    Look for the runtime.apk present in the AIRSDK folder \runtimes\air\android\device.
    Install the AIR3.4 runtime on android device using command(Refer http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ff6.html) -
    adt -installRuntime -platform android -device deviceID -package path-to-runtime
    The above steps will install latest AIR runtime on Android device.
    Please note that - Applications created and published from Flash Professional CS6 for Android platforms will run on devices that run Google Android™ 2.2 operating system or higher.
    Thanks,
    Meenakshi
    Flash Pro Engg Team

  • RoboHelp Packager for Adobe AIR is GM

    RoboHelp Packager for Adobe AIR is GM now and you can
    download it now for FREE from Adobe site –
    http://www.adobe.com/products/robohelp/robohelp-packager-for-air
    Adobe AIR runtime enables applications to deliver both the
    benefits of server connectivity and the compelling end user
    experience of a desktop application. With a seamless offline-
    online experience, end-users of Adobe AIR applications can continue
    to work when they are temporarily offline. RoboHelp Packager for
    Adobe AIR now enables you to publish in Adobe AIR format. Neither
    of the popular help output options - CHM or WebHelp or WebHelp on a
    Server provide the array of features as RoboHelp Packager for Adobe
    AIR does today. That said, in my opinion, RoboHelp Packager for
    Adobe AIR is a beginning, beginning of a new revolution in help
    authoring. Here is a list of what you get today
    · Auto Update - Adobe AIR applications that can update
    themselves when online connection is available and that can work
    perfectly when desktop is offline. For example, Adobe AIR help file
    created with RoboHelp Packager for Adobe AIR will prompt the
    end-users when an update is available. With a single click, the
    help file will update itself.
    · Get Web 2.0 features - Adobe AIR applications can
    store information locally – for example, when you add
    comments to Online Help, they are stored locally and can be viewed
    after you have closed the application. End users can also comment
    on external pages and store the comments as part of help file.
    Comments are still available when Online Help has been updated
    (provided file names don’t change) or when you are offline.
    · Extensibility - Unlike HTML Help which depends on the
    CHM viewer, the functionality of the Adobe AIR is extensible and
    customizable. For example, organizations can add branding
    information to Adobe AIR help file, including icons for help file,
    branding imagery on the top of the help file and so on.
    · Multiple tab – never before end user experience
    - Adobe AIR help file also allows you to open multiple tabs within
    the tri-pane enabling multiple help topics and threads to be
    navigated at the same time.
    · Integrated interface to everything your end users need
    - You can also add resource links to your help files –
    enabling a single access point for product pages, user forums,
    knowledge base, online help and external web pages.
    · Multiple templates to choose from - Organizations get
    to chose from several of the templates and can select a particular
    skin or theme for each of these templates. With RoboHelp Packager
    for Adobe AIR, there are three templates come out of the box -
    Multi-Tab Accordion, Unipane and Classic Help.
    · End user preferences - RoboHelp Packager for Adobe AIR
    enables the help users to customize their help by selecting their
    preferences (something they can’t do for a CHM or for WebHelp
    output – which is not hosted on a Server).
    · Cross Platform - Adobe AIR is cross-platform and
    cross-browser, supported on Windows, Mac and Linux (currently in
    pre-release).
    Needless to say, Adobe AIR has attracted a lot of interest
    among the help community and some of the experts believe that
    within two years, Adobe AIR will be the preferred help format for
    40% of all help authors.
    If you have not tried it, you can download it now from
    http://www.adobe.com/products/robohelp/robohelp-packager-for-air
    Thanks and regards
    Vivek Jain
    Group Product Manager, Adobe Systems
    Adobe Technical Communication Suite, FrameMaker and RoboHelp
    www.adobe.com/products/technicalcommunicationsuite/
    blog-
    http://blogs.adobe.com/techcomm/

    When you are comparing this to Flash, does this comparison
    extend to the requirement for each end user to install the Air
    runtime on their PCs before they can access our RoboHelp system?
    And that they will also get reminders to update to the latest
    version of Air runtime?

  • RoboHelp Packager for Adobe AIR - Beta 2 Announced

    RoboHelp Packager for Adobe AIR is now updated. You can
    download the new version for FREE from Adobe labs -
    http://labs.adobe.com/technologies/robohelp/.
    It has added a long list of novel features - first time for a HATT.
    Now, besides multiple tabs, favorites, commenting and multiple
    skins like Multi-Tab Accordion and Uni-pane Help, you have another
    set of new features.
    Designed for End Customers - Adobe AIR based Help templates
    have been designed keeping in view the end customer. They have some
    high-end navigation features like Mini TOC, Breadcrumbs, etc. Apart
    from these capabilities, the new Adobe AIR based Help also empowers
    the end customers to customize the Help. An end customer can set
    their own preferences and customize Help as desired.
    Compelling Rich Branded Experience- RoboHelp Packager for
    Adobe AIR provides a compelling rich user experience. It includes
    templates that help authors package the same content into three
    completely different styles – Multi-Tab Accordion, Uni-Pane
    or the Classic Tri-Pane Help. Apart from this it also helps the
    Authors brand the Help as per Corporate Branding Guidelines. It
    provides support for the addition of a Company Logo and a Punch
    line in the main Help window. Apart from this it also provides an
    About Box in the Help that details the version, description,
    copyrights, logos etc.
    Auto Update -Adobe AIR based Help applications provide an
    Auto Update feature using which updates can be pushed to all
    installed connected versions of Help. Usually, the Help content
    bundled with the application is never updated, while the web
    content is updated with current feature enhancements and additional
    resources. Adobe AIR based Help provides you with the option to
    publish updates for your end users at a common server location. The
    Adobe AIR based Help is intelligent enough to check for updates and
    prompts users to apply updates when it detects a new version is
    available.
    Review Workflows / Personalization of Help
    Adobe AIR based help files can be configured in such a way
    that you can add comments to topics and publish those comments at a
    common location. This feature enables a complete review workflow,
    whether or not the reviewer is a part of your group/organization.
    * Reviewers within your network: Reviewers can publish their
    comments to an XML file on a shared folder. They can also
    synchronize the comments from other reviewers on the same network.
    This enable multiple reviewers to simultaneously view the comments
    being made by other reviewers as they review.
    * Reviewers outside your network: You can send the .air file
    to these reviewers who can then export their comments to an XML
    file and send it to you. You can import these comments into your
    Adobe AIR application.
    Apart from the rewire workflow, the feature is designed to
    help an end customer personalize Help by adding comments on the
    same. These comments will not be uploaded to the server, however
    can be exported to a file and shred with friends over email.
    New Classic help Template - A new template called Classic
    Help has been added. It is named Classic because it is a Tri-Pane
    Help. Apart from that it has got all the power of any other Adobe
    AIR based Help template. This template has a new feature called
    “How do I” that lists all the browse sequences defined
    in the WebHelp. We recommend that authors design their browse
    sequences in such a way that they provide complete workflow
    information to end customers.
    Supports Packaging of Merged WebHelp- RoboHelp Packager for
    Adobe AIR now supports merged WebHelp. If an author specifies the
    WebHelp folder of a Master project, the Packager is intelligent
    enough to detect and convert all referenced projects in the Master
    Project. However, one needs to be careful while using this feature.
    It doesn’t provide as much flexibility as Merged WebHelp. A
    new Package needs to be created every time even when you update any
    of the sub projects.
    In Beta 2, zoom works flawlessly and search results has been
    further improved.
    If you have not tried the RoboHelp Packager for Adobe AIR,
    you can download it now for FREE (Adobe RoboHelp 7 required).
    Thanks and regards
    Vivek Jain
    Group Product Manager, Adobe Systems
    Adobe Technical Communication Suite, FrameMaker and RoboHelp
    www.adobe.com/products/technicalcommunicationsuite/
    blog-
    http://blogs.adobe.com/techcomm/
    RoboHelp Packager for Adobe AIR-
    http://labs.adobe.com/technologies/robohelp/

    When you are comparing this to Flash, does this comparison
    extend to the requirement for each end user to install the Air
    runtime on their PCs before they can access our RoboHelp system?
    And that they will also get reminders to update to the latest
    version of Air runtime?

  • Does Adobe AIR for iOS support APNs?

    Does Adobe AIR for iOS support the Apple Push Notification Service (APNs)?
    for more information on APNs see:
    http://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/Remote NotificationsPG/ApplePushService/ApplePushService.html

    It is exactly the same.
    Do I need to add the mobileprovision in any step of the resigning process?
    Inside the unpacjed ipa, i've fund a Info.plist.
    This seems to be the plist file generated from adt.
    Do I need to integrate my entitlement with the original one?
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
        <dict>
            <key>CFBundleAllowMixedLocalizations</key>
            <true/>
            <key>CFBundleVersion</key>
            <string>0.0.0</string>
            <key>CFBundleShortVersionString</key>
            <string>0.0.0</string>
            <key>CFBundleIdentifier</key>
            <string>XXXXXXXX</string>
            <key>CFBundleInfoDictionaryVersion</key>
            <string>6.0</string>
            <key>CFBundleExecutable</key>
            <string>iBatteryExample</string>
            <key>CFBundleDisplayName</key>
            <string>iBatteryExample</string>
            <key>CFBundlePackageType</key>
            <string>APPL</string>
            <key>DTCompiler</key>
            <string>4.2</string>
            <key>DTPlatformBuild</key>
            <string>8C134</string>
            <key>DTPlatformName</key>
            <string>iphoneos</string>
            <key>DTPlatformVersion</key>
            <string>4.2 Seed 2</string>
            <key>DTSDKName</key>
            <string>iphoneos4.2</string>
            <key>DTXcode</key>
            <string>0325</string>
            <key>DTXcodeBuild</key>
            <string>10M2423</string>
            <key>LSRequiresIPhoneOS</key>
            <true/>
            <key>MinimumOSVersion</key>
            <string>4.0</string>
            <key>NSMainNibFile</key>
            <string>MainWindow</string>
            <key>NSMainNibFile~ipad</key>
            <string>MainWindow-iPad</string>
            <key>CFBundleResourceSpecification</key>
            <string>ResourceRules.plist</string>
            <key>UIStatusBarHidden</key>
            <false/>
            <key>renderMode</key>
            <string>auto</string>
            <key>CTRequestedDisplayResolution</key>
            <string>high</string>
            <key>DebugMode</key>
            <false/>
            <key>CTSoftKeyboardBehavior</key>
            <string>none</string>
            <key>CTNamespaceURI</key>
            <string>http://ns.adobe.com/air/application/3.0</string>
            <key>CTAutoOrients</key>
            <true/>
            <key>CTInitialWindowTitle</key>
            <string>iBatteryExample</string>
            <key>CTInitialWindowContent</key>
            <string>xxxxx.app/xxxxxxxx.swf</string>
            <key>CTMaxSWFMajorVersion</key>
            <string>13</string>
            <key>CFBundleSupportedPlatforms</key>
            <array>
                <string>iPhoneOS</string>
            </array>
            <key>UIDeviceFamily</key>
            <array>
                <string>1</string>
                <string>2</string>
            </array>
            <key>aps-environment</key>
            <string>development</string>
            <key>com.apple.developer.aps-environment</key>
            <string>development</string>
            <key>get-task-allow</key>
            <true/>
            <key>UIRequiredDeviceCapabilities</key>
            <array>
                <string>armv7</string>
                <string>opengles-2</string>
            </array>
            <key>UISupportedInterfaceOrientations</key>
            <array>
                <string>UIInterfaceOrientationPortrait</string>
                <string>UIInterfaceOrientationPortraitUpsideDown</string>
                <string>UIInterfaceOrientationLandscapeRight</string>
                <string>UIInterfaceOrientationLandscapeLeft</string>
            </array>
            <key>Extensions</key>
            <array>
                <string>myExtension</string>
            </array>
        </dict>
    </plist>
    as you can see it already contains the aps-environment value because I've added it in my appdescriptor file.
    Any idea?
    Thanks

  • What code signing certificate has to be added for Adobe Air Native Installer?

    Hi,
    I'm developing Adobe Air application. I need to digitally verify the application to add the publisher's name with the product. I did a little research and came to know that Symantec, Thawte, Comodo, Comodo-Tucows, Digicert, Godaddy and couple of others are doing this.
    Yes. I'm talking about the Code Signing Certificate. My question is, What code signing certificate has to be added for Adobe Air Native Installer? The reason is, The native installer will have an extension .exe ( Windows ) and .dmg ( MAC OS X ).
    These guys are providing certificate for Adobe Air. For instance, If the application is exported using Native Installer in Windows, The application will have an .exe extension. For this, Can I use the same Adobe Air code signing certificate or Should I go for Microsoft Autheticode ( for .exe ) certificate?
    Thanks in advance.

    I think comodo code signing certificate is one of the nice option to be added for Adobe Air, as i have seen comodo code signing certificate in other adobe programs. Recently i bought comodo code signing from https://cheapsslsecurity.com/comodo/codesigningcertificate.html, to sign one of my adobe application and it works fine, you can use microsoft authenticode technology with comodo code signing.

  • Anyone know of a free working highscore system for Adobe air iOS?

    I used to use Mochi Leaderbords before starting coding Adobe Air games for iPhone and Android. As the Mochi API doesn't have mobile support I had to find something else and found Playtomic. Playtomic is great and easy to use, BUT it's constantly down
    My players are complaing on how often the highscore server is down. For me it's like 6/10 times I try to view scores that it doesn't show.
    Anyone know of an alternative free highscore system that works with Adobe Air for mobile?

    Hi TenchMyo,
    Just say this post, I'm Almog one of the fonders and developers for Scoreoid I'm also an Adobe ACP and UGM if you need help with anything let me both with Scoreoid or Adobe AIR.

  • What Technology used for Adobe AIR Installer

    Hi...Guys..For Mac environment what technology was used to built Adobe AIR Installer Window,the one we get when Installing Adobe AIR Application.I need to identify the Elements in it such as Agree,Cancel etc..But i am not able to do that..It will be helpful if any one suggest the automation tool to identify those elements so that i can automate the installation procedure of AIR...Plz reply...its an emergency..thanks in advance.

    I think comodo code signing certificate is one of the nice option to be added for Adobe Air, as i have seen comodo code signing certificate in other adobe programs. Recently i bought comodo code signing from https://cheapsslsecurity.com/comodo/codesigningcertificate.html, to sign one of my adobe application and it works fine, you can use microsoft authenticode technology with comodo code signing.

  • How to record a time-limited video with Adobe AIR for iOS

    I am trying to record a time-limited video with Adobe AIR for iOS.
    For example, I want to implement the following function. Start a one-minute timer before launching CameraUI to record video. When the timeout event happens after one minute, stop recording video, close the CameraUI view and obtain the video data so far.
      I have several questions related to that.
      1. How to stop recording video from outside the CameraUI view(in this case, from the timeout event handler) and then close the CemeraUI view? As far as I know, to close the CameraUI view, the only way is to press the [Use Video] button or the [Cancel] button from inside the CameraUI view. Is it possible to close it from outside?
      2. Even if the first problem mentioned above is solved, then how can I get the video data so far(in this case, the video data before the timeout). I know that normally we can get a MediaPromise object from MediaEvent parameter of the  complete handler, and read the video data from the MediaPromise object. But obviously in this case, we can not access the MediaPromise object just because the complete handler itself will not be executed since the [Use Video] button is not pressed.
      3. Is it possible to add a stopwatch to show possible remaining recording time when CameraUI view is open? It seems that the CameraUI automatically uses the full screen of iOS device(in my case, iPad) and there is no extra space to show the stopwatch.
      Are there any solutions or workarounds about the three problem above? I really appreciate it if anyone has any idea about this. Thanks in advance.

    You'd have more control by using the Camera object, showing the camera on a video object inside a Sprite, and capturing that. Then you could put whatever graphics alongside it on the stage.. I've used FlashyWrappers in a test to capture the video to the library.  It took some work, but the test worked well...
    Flash/AIR record videos of your apps and games: Rainbow Creatures

Maybe you are looking for

  • Object reference not set to an instance of an object in BEX 7.10 on NW2004S

    When I want to change variable values (even at startup of a report), I get the following error when clicking the "select from list" button.  I have the latest version/patches of sapgui 7.10 and the BEX analyzer.  .NET framework 1, 2 and 3 installed. 

  • Problem with image on timeline

    Hi, This problem happened out of nowhere. I have been working with FCE for a few months now. All the sudden, when I put the image on the timeline, it automatically zooms every image to the upper left hand side. I have already tried the button "always

  • ITunes 7.3.1 (3) - odd burn issues after update

    I'm using the latest version of iTunes running OS X 10.4.9 When I try to burn a disc, I get the following error... The attempt to burn a disc failed. The device failed to calibrate the laser power level for this media. Before I upgraded, I could burn

  • Creating Query Variant

    Hi, I am trying to create a query variant in BI7. I want the values to be populated from TVARVC table. In RSRT, if i am giving Create variant, i am getting the next screen to enter the values.(same as we get in 3.5). but it does not show the query fi

  • BIEE + Mapviewer

    I am trying to set up a demo enviroment with BIEE + Mapviewer using OC4J. I downloaded the OTN demo file and modified the start.bat to point to my Java JDK. I get the following error, how can I find out what is using the below ports, I have BIEE runn