AIRSDK update mxmlc Unable to access jarfile /../lib/mxmlc-cli.jar

I have just updated the Flash Builder AIRSDK to 17, and now when I try to compile from the command line I get this error.
usage: dirname path
Unable to access jarfile /../lib/mxmlc-cli.jar
Instead if I use the previous versions of the AIRSDK which I saved as a backup the mxmlc is working perfectly.
Does anybody know how to solve this issue?

Answering my own question.
When the Adobe AIRSDK is installed by root in a common location such as /usr/local the result is that the SDK does not work without adjusting some bad permissions that were present in the tarball.
The top AIRSDK tarball installation directory has permissions 700 which locks everyone but root out.
The adt.jar file in lib has permissions 700 as well which means it cannot be launched by anyone but root since root installed the tarball.
Once I fixed these permission problems then everything worked.
$ su -
# cd [AIRSDK install directory]
# chmod -R go+rx *

Similar Messages

  • Launchd unable to access jarfile

    I have a script which runs the following command:
    java -jar j2ee/home/oc4j.jar
    This works fine when I run it manually, but now I want it to be run under launchd at startup. The script runs, but gives me the following error:
    Unable to access jarfile j2ee/home/oc4j.jar
    What does the permission/ownership have to be to get this file to run or is it something else?

    Okay, I've actually figured out that launchd runs the script in the root directory so that if I put in the full path from root, it will run the jar file. However this acutally then messes up the jar file since all of the paths it uses are made relative to root as well. So I wanted to change the directory everything runs in and tried:
    <key>RootDirectory</key>
    <string>/Applications/oc4j/</string>
    but that does not seem to work. How can I get launchd to run the script in the specified directory?

  • Classpath setting "unable to access jarfile"

    Hi
    when i run $java -jar batik-squiggle.jar the error message on screen is
    "unable to acces jarfile batik-squiggle.jar" and the path of the jar file is edited with the $CLASSPATH variable in the ~/.bash_profile
    if i execute $java -jar /usr/share/batik-1.7/batik-squiggle.jar there is not problem
    if i execute $java -cp /usr/share/batik-1.7/batik-squiggle.jar -jar batik-1.7.jar the error message is the above one.
    the java virtual machine is sun jdk6
    the application file is
    -rw-r--r-- 1 root root 553671 2008-01-06 11:11 /usr/share/batik-1.7/batik-squiggle.jar
    This is the content of batik-squiggle.jar file about Main-Class paremeter in the MANIFEST.MF file
    root@izar:/usr/share/batik-1.7# jar xf batik-squiggle.jar META-INF/MANIFEST.MF && cat META-INF/MANIFEST.MF | grep Main-Class | awk '{ print $2}'
    org.apache.batik.apps.svgbrowser.Main
    root@izar:/usr/share/batik-1.7# jar tf batik-squiggle.jar | grep org/apache/batik/apps/svgbrowser/Main.class
    org/apache/batik/apps/svgbrowser/Main.class
    This is my .bash_profile file content
    #Fichero de configuración que se ejecuta al:
    # entrar en SESION y
    # al ejecutar source ~/.bash_profile
    #configuracion de imagemagick . /usr/bin ya esta en el path
    export MAGICK_HOME="$HOME/imagemagick"
    export LD_LIBRARY_PATH="/usr/lib"
    #Configuración del PATH para:
    #java,xmlmind editor
    export PATH=$PATH:$JAVA_HOME/bin:/usr/share/xxe-perso-4_5_0/bin
    #instalacion de la maquina virtual java-6-sun
    #configuración de JAVA_HOME
    export JAVA_HOME="/usr/lib/jvm/java-6-sun"
    export JAR_HOME="/usr/share/java"
    #configuracion de la validacion de documentos xml con saxon
    export CLASSPATH=.:$JAVA_HOME/lib/tools.jar:$JAR_HOME/saxon.jar:$JAR_HOME/docbook-xsl-saxon.jar:$JAR_HOME/xercesImpl.jar
    #configuracion para batik:
    export CLASSPATH=$CLASSPATH:/usr/share/batik-1.7/batik-squiggle.jar
    #configuración para xalan
    export CLASSPATH=$CLASSPATH:$JAR_HOME/xalan2.jar:$JAR_HOME/xml-apis.jar:$JAR_HOME/docbook-website-xalan2.jar
    #configuración para fop
    export CLASSPATH=$CLASSPATH:$JAR_HOME/fop.jar:$JAR_HOME/avalon-framework.jar:$JAR_HOME/batik.jar:$JAR_HOME/commons-io.jar:$JAR_HOME/commons-logging.jar:$JAR_HOME/jai_core.jar:$JAR_HOME/jai_codec.jar:$JAR_HOME/fop-hyph.jar:$JAR_HOME/serializer.jar:$JAR_HOME/xmlgraphics-commons.jar
    #configuracion para los samples de xeres apache. Synaptic no instala xercesSamples.jar
    export CLASSPATH=$CLASSPATH:$JAR_HOME/xerces.jar:/usr/share/xerces-1_4_4/xercesSamples.jar
    so the $CLASSPATH is ok no?
    Whats the configuration error?
    THANKS IN ADVANCE

    c_aramburu wrote:
    Hi
    when i run $java -jar batik-squiggle.jar the error message on screen is
    "unable to acces jarfile batik-squiggle.jar" and the path of the jar file is edited with the $CLASSPATH variable in the ~/.bash_profileThe CLASSPATH doesn't locate .jar files. It locates +.class+ files, usually inside .jar files. java -jar needs the full path name of the .jar file.

  • Unable to access jarfile

    Hi,
    I've installed Saxon and JRE on winnt:
    java -version
    java -versionjava version "1.4.2_08"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode)
    Exit code: 0and have set the system's environment variable classpath to:
    CLASSPATH C:\Programme\Saxon\saxon8.jar
    Now, if I start the application without the full path, I get
    java -jar saxon8.jar
    java -jar saxon8.jarUnable to access jarfile saxon8.jar
    Exit code: 1But with the fully qualified jar file, it works fine, e.g.:
    java -jar C:\Programme\Saxon\saxon8.jar
    java -jar C:\Programme\Saxon\saxon8.jarNo source file name
    Saxon 8.4 from Saxonica
    ... some more output ...
    Exit code: 2What did I miss?
    Best regards, Manfred Staudinger, Vienna

    But it still neccessary to specify the jarfile in the classpath and why?
    "When running Saxon, the principal JAR file should be on the class path. The class path is normally represented by an environment variable named CLASSPATH: see your Java documentation for details. Note that the JAR file itself (not the directory that contains it) should be named on the class path."
    http://www.saxonica.com/documentation/documentation.html (see Installation)
    Manfred

  • Error message 1053 following last Apple software update.  Unable to access/re-install iTunes.

    Is anybody else finding a problem with the last software update?  I have tried the following several times:
    Uninstalled all Apple components from PC including iCloud
    Cleared out cache
    Reinstalled iTunes
    Each time the reinstall tries to load Services, the installation fails.  I access the Apple Mobile Device Service via Adminstrative tools and attempt to 'start' the device but this won't work and I get the following error message:
    "Windows could not start Apple Mobile Device Service service on Local Computer.
    Error 1053:  The service did not respond to the start or control request in timely fashion"
    If anyone has any workaround for this I would be very pleased for your advice.
    Many thanks

    I found this link to the Apple site:
    http://support.apple.com/kb/DL1784?viewlocale=en_US - iTunes 12.1 for Windows (64-bit - for older video cards)
    I feel your pain - was losing the will with this and spent ages googling possible fixes.  This worked immediately but it is just possible that Apple fixed whatever the bug was and my success was coincidental - who knows?!
    Best of luck and enjoy your new phone.

  • Unable to access classes in third party jar files packaged with my ejb.jar

    I have packaged some third party jar files in my xxx_ejb.jar file.  The third party jar file contains classes that are accessed by some custom classes which are in turn accessed by my bean classes.  I get the following error when my custom classes attempt to use any of the classes in one of the third party jar files:
    java.lang.NoClassDefFoundError: com/Ostermiller/util/CSVParser
    Shouldn't I be able to access classes in jar files that are packaged with my xxx_ejb.jar file?  I see the xxx_ejb.jar file as a resource of the application classloader that contains it but I don't see the third party jar files.

    As per the Java EE specification, additional JAR files should be packaged on the EAR level. Only WAR files' WEB-INF/lib folder is scanned for JAR files to be added to the classloader.

  • I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have reduced functionality what it this about and how do I get my product back

    I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have reduced functionality what it this about and how do I get my product back

    Hi there
    I have version 5.7 and every time I opened it I was told that updates are available and to click on the icon to access these.  Instead it just took me to the
    adobe page with nowhere visible to update.  I then  sought to download lightroom cc and this is when I could not access the 'develop' section due to reduced
    functionality  It was apparent that my photos had been put in cc but no way to access them unless I wanted to subscribe. 
    I have since remedied the problem as  my original lightroom 5.7 icon is still available on the desktop and have gone back to that.  I do feel that this is a bit
    of a rip off and an unnecessary waste of my time though.
    Thank you for your prompt reply by the way.
    Carlo
    Message Received: May 04 2015, 04:52 PM
    From: "dj_paige" <[email protected]>
    To: "Carlo Bragagnolo" <[email protected]>
    Cc:
    Subject:  I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have
    reduced functionality what it this about and how do I get my product back
    dj_paige  created the discussion
    "I have just sought  to update my lightroom and am now unable to access the develop function and get a note stating that I have reduced functionality what it
    this about and how do I get my product back"
    To view the discussion, visit: https://forums.adobe.com/message/7510559#7510559
    >

  • I have just updated my iPad2 with iOS 6.3.1. and now I am unable to access my home network. The Wi-Fi icon in the status bar is not shown. Under settings, Wi-Fi it shows my network name and under the Wi- Fi menu, chose a Network it shows it is searching f

    I have just updated my iPad2 with iOS 6.3.1. and now I am unable to access my home network. The Wi-Fi icon in the status bar is not shown.
    Under settings, Wi-Fi it shows my network name and under the Wi- Fi menu, chose a Network it shows it is searching for my network by name and continues to run and run without finding the network.
    Prior to updating to iOs 6.3.1 my system worked perfectly.
    Can anybody help please.

    1. Turn off router for 30 seconds and on again
    2. Settings>General>Reset>Reset Network Settings

  • HT203808 Updated my iPad to IOS 8.1.2 and now I am unable to access iCloud, iTunes, etc. with my password even though it works on my MacMini.  I changed the password thinking it would help, but to no avail.  Now what should I do to restore my iPad to acce

    After updating my  iPad to IOS 8.1.2, I am unable to access the Cloud with my password, even though it worked on my Macmini.  I changed the password and it still does not work on the iPad.  What can I do to get iPad to recognize my Apple ID/password account?

    I would be helpful to know what those "basic steps" you have already tried are, but lacking that information:
    Settings app > iTunes & App Stores - sign out of your AppleID
    Try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps BEFORE doing the reset.
    Sign back into your AppleID (same location as noted above)

  • After updating Firefox yesterday I have been unable to access the internet. I have tried the Norton 360 fix several times, but it still doesn't work. How can I get Firefox working again?

    After updating Firefox yesterday I have been unable to access the internet. I have tried the Norton 360 fix several times, but it still doesn't work.

    After updating Firefox yesterday I have been unable to access the internet. I have tried the Norton 360 fix several times, but it still doesn't work.

  • With this latest update (on 4/10/15) I am unable to access a secured work website due to the TLS. How do I revert back to the previous settings?

    I need to revert the security settings back to the way they were BEFORE the update because now I am unable to access my secured work website (that I was on yesterday) to actually do work. When I attempt to go to my log-in page I get the following message:
    Secure Connection Failed
    The connection to corect.ct.gov:10000 was interrupted while the page was loading.
    The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
    Please contact the website owners to inform them of this problem.
    It doesn't even give me the option to allow the site (it is my computer after all, it should be my choice). I NEED TO GET TO THIS WEBSITE.

    The website may try to fallback to TLS 1.0 in a way that is no longer allowed in current releases or may be using a deprecated cipher suite.
    You can open the <b>about:config</b> page via the location/address bar and use its search bar to locate this pref:
    *security.tls.insecure_fallback_hosts
    You can double-click the line to modify the pref and add the domain (corect.ct.gov) to this pref.
    If there are already websites (domains) in this list then add a comma and the new domain (no spaces).
    You should only see domains separated by a comma in the value column.
    *https://developer.mozilla.org/en-US/Firefox/Releases/36/Site_Compatibility#Security
    *https://developer.mozilla.org/en-US/Firefox/Releases/37/Site_Compatibility#Security

  • After updating to 10.4.11 unable to access certain site.

    Since I updated to 10.4.11 I am unable to access the site: www.wdwinfo.com. My wife would listen to a podcast hosted by the site. iTunes just keeps spinning away that it's looking. I tried all four browsers on my machine to see if I could reach the site (Safari, Camino, Firefox and Flock). I cleaned all caches and histories. I am able to get to the site on my ipod touch on my neighbours open wifi. I can even ping the site on my machine and get a response but as far as my browsers and iTunes are concerned they just sit there waiting to connect. I called my ISP and they can get the site no problem. I tried another computer in the building that is with the same provider and they have no problem. All other websites and podcasts work fine.
    I'm running 10.4.11 on an 1.83GHz Intel iMac.
    Any help would be appreciated.
    Thanks
    Mark

    The 216.167.116.52 address worked for about an hour while I downloaded the podcasts and then stopped working. I entered the DNS Server number you mentioned in the network settings but I'm still back to no access.
    The setup I am working with is ExpressVu TV/Internet for condos. The phone company (Bell) setup a main frame in the building and provide my TV and internet over the same cable. The motorola box set top box had a modem installed into it when they were setting it up. Ethernet from it to my Mac. In my network setting it shows that there is a router in the path. Would the router trump me putting in the DNS numbers? I'm guessing the router is sitting at the mainframe in the building.

  • HT4623 Since my recent update, i am unable to update any apps and access my itunes account??

    I have just recently updated my i-phone 4 to the latest ios update, since then i am unable to update any apps i have on my phone and unable to download anything from itunes???? any help would be appriciated.

    No, since last Thursday, unable to access i-tunes store at this time.
    I loaded up my laptop, went on the i tunes store, error message came up think it was an -30???
    I have logged out from iTunes on my phone, turned off , then turned back on, but still no joy.

  • TS1424 When i try to download or update my apps. Message pop out "there is an billing problem on your previous purchased". I tried to change my visa acct no. Still unable to access. Tried to create new itune account & access but they still showed old itun

    When tried to download or update it showed"there is a problem in billing from previous purchased" changed to new payment account still unable to access. Created new itune account still cant access, keep showing old account detailed. &amp; asked for verification. Pls assist. Thank you.

    Also when I apply the safety copy it only imports the app the phones have had in common, so none of the apps that only the iPhone 4 had doesn't come in, only the ones I and the iPhone 4 has had in common. So you say the only way I can use the Apple ID to download on the old iPhone 4 is if I delete the apps that are in the phone and then download them again? How will that change the ID to download/update from. Won't it still have mine to update/download from?

  • I'm unable to get Java to work with the latest update to Firefox ... version 5.0 My java is up to date ... I'm unable to access my work account as Java is required to access. What can I do?

    recently updated to firefox 5.0 .. after doing so, Java is missing. I've tried to download Java and when doing so, still does not work. I use a Mac, I also use Safari.. (when in Safari) I have no issues.
    I am no unable to access my work intranet. I've tried to uninstall and reinstall Firefox, NO LUCK. I've uninstalled Java and reinstalled.. NO LUCK (although it will work with Safari).

    recently updated to firefox 5.0 .. after doing so, Java is missing. I've tried to download Java and when doing so, still does not work. I use a Mac, I also use Safari.. (when in Safari) I have no issues.
    I am no unable to access my work intranet. I've tried to uninstall and reinstall Firefox, NO LUCK. I've uninstalled Java and reinstalled.. NO LUCK (although it will work with Safari).

Maybe you are looking for

  • Attachments getting lost on Mac Mail, but not on iPad/iPhone

    We use several Mac computers, iPhones and iPads in our business, with GoDaddy as our email server. Emails with attachments work fine on the iPhones and iPads, but we are now losing the attachments on the Mac computers. This has recently happened. Any

  • Firefox shows a white page with "connecting" noted up top?

    when launching firefox on my pc, the menu bar, etc. will appear, however the screen remains white, while a tab showing "connecting" continues to oscilate. I have tried to "reset firefox" under Troubleshooting mode and have tried launching is safe mod

  • How to eliminate split screen after browser restore?

    FF 29.0.1 running on OSX 10.8. From time to time, starting FF (after killing it) and restoring all sessions, results in each tabbed window displayed in a split screen. The upper portion is is about 4" high, followed by a seam, then the actual site. R

  • Saving session state

    Hi Everyone! We are looking for an easy-to-use solution for saving the session state in whole. (We are aware that it is possible to save the sesion state for a single item.) Our goal is to get a single commando which restores an whole session to anot

  • Prime Infrastructure "Current Associated Clients" No Data Available

    We have prime infrastructure 1.3 and the "Current Associated Clients" always shows No Data Available.  Any suggestions as to what would cause this?