Fullscreen script - conflict on Mac

Hi
I am developing a website completely on Flash, it has an option for Fullscreen as well as keyboard navigation to switch between slides.
On windows, when i do fullscreen, everything works fine. On Mac machines, after full-screen the keyboard navigation script stops working.
This is the script i am using for keyboard action
Is there any particular script for Macs too ?
on (keyPress "<Right>") {
_parent.gotoAndStop(2);
Any help would be highly appreciable.
Thanks.
Nitin Garg

My guess is that you have different versions of the flash plugin installed on the different computers. Originally Flash blocked all keyboard input when in full-screen mode to prevent using it to trick people into revealing passwords, etc. In a more recent update of the player they added support for the basic naviagation keys and a couple of others.
I don't know exactly at which update number the features changed.
BTW, if you really want to improve your coding, stop using on (event) style codeing. That went out with the introduction of Flash 6 in 2002.
Look up how to use a key listener. It will help in the long run.

Similar Messages

  • Why has EZ Vinyl/Tape converter stopped working with Itunes?  I have used for several years, but now recent 11.0.4 Itunes has a problem with "Script conflict", and EZ has a brain-****.  Conversion goes into Itunes Playlist-not song/artist/album listing li

    What has stopped Itunes from working with EZ Vinyl/tape converter????  I get a "Scripts conflict" error, and Itunes bugs out.
    I had two Geek squad people in to look at, and they can't get it to work like it had for three years.  Is 11.0.4 to BLAME!!!!

    I'd like to know who Marlene is....oh wait, it was a mixup.
    I suspect these posts will be deleted.
    It's every software company's answer to everything - upgrade to the latest version.
    And for good reason, the bugs they know about get fixed, while introducing new ones. Not on purpose, of course, it just happens.

  • Script error on Mac when Win7 computer is mounted

    The following is a link to a bug that was posted previously on the PS and Bridge forum. I was hoping that someone with scripting expertise might be able to make some guesses as to why a couple of us are seeing this behavior.
    The brief description -  I am using CS5 PS MAC 10.6.5 (effected all versions 12. 12.0.1, 12.0.2 and all OS's 10.6.3-10.6.5) when I mount a Windows 7 computer onto my desktop I get errors in DrBrowns 123, imageprocessor scripts, and AOM. I am not accessing the Windows 7 computer or writing to it, all operations are on the Mac, just mounting the computer on the desktop causes the problem, and unmounting the Win7 computer fixes the problem. This does not occur when I mount a Windows XP computer onto the same Mac.
    Since it appears that it's difficult recreate the problem, I welcome any guesses or random thougths as to what is in the scripts or the Win7 computer that is causing this conflict. I have yet to look into changing the Win7 network to fix it because I'm not sure where to look.
    thanks!
    j
    http://forums.adobe.com/thread/717748?tstart=0
    and an earlier thread when I first noticed the problem.
    http://forums.adobe.com/thread/708719?tstart=0
    and here is a description from Speeves1 of how it effects his setup:
    So to sum-up:
    1. Bridge CS5 is throwing the same error messages on startup, and when using the Output module to save to the local harddrive, as posted by <JM> at the start of this thread.
    2. The errors are fixed by unmounting any Windows-security enabled CIFS shares, in our case, from a Netapp.
    3. UNIX-security enabled CIFS shares from the same Netapp do not cause any errors.

    Can you confirm that Silverlight is set to "Always Activate" on the Add-ons page?
    You can open that using either:
    Ctrl+Shift+a
    orange Firefox button (or Tools menu) > Add-ons
    In the left column, click Plugins. Then scroll down and find Silverlight.
    Assuming that checks out, then more generally...
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?

  • FullScreen script doesn't work all the time

    I am having a problem with this script. Its weird, sometimes I type in a number like 3333 and it will go to the google link like this:
    http://www.google.com/maps?saddr=3333&daddr=40.000000,80.000000
    Other times I type in the same number and it doesn't work.
    Anyone see any problems with the code?
    echo "<script language=\"Javascript\">
    <!--
    var str = \"left=0,screenX=0,top=0,screenY=0\";
    if (window.screen){
    var ah = screen.availHeight - 30;
    var aw = screen.availWidth - 10;
    str += \",height=\" + ah;
    str += \",innerHeight=\" + ah;
    str += \",width=\" + aw;
    str += \",innerWidth=\" + aw;
    } else {
    str += \",resizable\";
    function call_full() {
    var saddr=document.getElementById('saddr').value;
    var daddr=document.getElementById('daddr').value;
    fullScreen('http://maps.google.com/maps?saddr='+saddr+'&daddr='+daddr+'')
    //-->
    </script>";
    echo '<form name="addr_form" id="addr_form">
    <b>Get Directions</b>
    <br>
    <font size=2>Your address: (street, town, state)</font><br>
    <input type="text" size=40 maxlength=40 name="saddr" id="saddr" value="" />
    <input type="button" type="submit" onClick="call_full()" value="Go">
    <input type="hidden" name="daddr" value="40.00000, -80.00000"/>
    </form>';Message was edited by:
    [email protected]

    The main problem I see is that it's written in Javascript, and this is a forum about Java, not about Javascript.
    I can tell you that in Java there's a method available to URL-encode URL parameter values. For all I know there's one in Javascript too. There should be, in my opinion, but not knowing the language very well I couldn't tell you if there really is one.

  • Script conflict question

    I have two scripts that don't work on the same page but if I
    seperate them onto two seperate pages there isn't a problem.
    is there some sort of conflict issues with flash that i need
    to be aware of.......also these scripts only work if I press
    cntrl-enter....if i press f-12 to create an html file the scripts
    don't run in the html.....even if its on the webserver(smiles).
    so could you please point me to a website that explains how
    to keep conflicts from happening when writing actionscripts and
    answer the above concearns?

    well here are the specifics..........example#1 is a timer
    script which works similar to a stop watch ......example#2 is a
    timer which counts down from 5 minutes and then performs an
    action.......now why won't these two scripts work in diffrent
    layers when on the same flash page but will work when on seperate
    flash pages? Also why do thes scripts work when i press
    cntl-enter to compile but won't work when i compile them into
    a webpage by pressing f-12?
    example#1
    //initial variables
    var timing:Boolean = false;
    var paused:Boolean = false;
    var remaining:Number;
    var elapsedTime:Number;
    var elapsedHours: Number;
    var elapsedM:Number;
    var elapsedS:Number;
    var elapsedH:Number;
    var startTime:Number;
    var remaining:Number;
    var hours:String;
    var minutes:String;
    var seconds:String;
    var hundredths:String;
    //start onload
    _root.onLoad.test = function() {
    if(!_root.timing) {
    if (_root.paused) {
    _root.startTime = getTimer() - _root.elapsedTime;
    } else {
    _root.startTime = getTimer();
    //start timer
    _root.paused = false;
    _root.timing = true;
    //start button
    _root.start_btn.onPress = function() {
    if(!_root.timing) {
    if (_root.paused) {
    _root.startTime = getTimer() - _root.elapsedTime;
    } else {
    _root.startTime = getTimer();
    //start timer
    _root.paused = false;
    _root.timing = true;
    //stop
    _root.stop_btn.onPress = function() {
    //only stop if the timer is actually going
    if(_root.timing) {
    _root.timing = false;
    _root.paused = true;
    // timer function
    _root.onEnterFrame = function() {
    if (timing) {
    //calculate values
    elapsedTime = getTimer()-startTime;
    //hours
    elapsedHours = Math.floor(elapsedTime/3600000);
    remaining = elapsedTime-(elapsedHours*3600000);
    //minutes
    elapsedM = Math.floor(remaining/60000);
    remaining = remaining-(elapsedM*60000);
    //seconds
    elapsedS = Math.floor(remaining/1000);
    remaining = remaining-(elapsedS*1000);
    //hundredths
    elapsedH = Math.floor(remaining/10);
    //output to text box
    //add a 0 on the front of the numbers
    //if the number is less than 10
    if (elapsedHours<10) {
    hours = "0"+elapsedHours.toString();
    } else {
    hours = elapsedHours.toString();
    if (elapsedM<10) {
    minutes = "0"+elapsedM.toString();
    } else {
    minutes = elapsedM.toString();
    if (elapsedS<10) {
    seconds = "0"+elapsedS.toString();
    } else {
    seconds = elapsedS.toString();
    if (elapsedH<10) {
    hundredths = "0"+elapsedH.toString();
    } else {
    hundredths = elapsedH.toString();
    _root.msg.text =
    hours+":"+minutes+":"+seconds+":"+hundredths;
    example #2
    var minutes = 5; // countdown time in minutes
    onLoad = function() {
    date = new Date();
    this.targetMilli = date.getTime() + ((minutes*60)*1000);
    onEnterFrame = function()
    date = new Date();
    milli = this.targetMilli - date.getTime();
    if (milli <= 0)
    // Code to react to timer hitting 0
    msg.text = "end of view";
    countdown.text = "1:00";
    else
    secs = Math.floor(milli / 1000);
    mins = Math.floor(secs / 60);
    secs = secs % 60;
    mins = mins % 60
    // countdown is a dynamic text field
    countdown.text = mins+":"+secs;

  • VBA Macro Script on a Mac

    How do I convert VBA script so it does the same thing on a Mac as it does in Microsoft Office?
    We have a Word file that references an Excel spreadsheet, and uses some clever coding (done by someone else, I assume it's clever but it may not be) to make the document more interactive.
    How can I do this please?

    Hi Basilisk,
    quoted from here http://en.wikipedia.org/wiki/VisualBasic_forApplications :
    "Support for VBA in the Mac OS X version of Microsoft Office was dropped with the release of Microsoft Office 2008 for Mac. The official reason given was that VBA relied heavily on machine code written for the PowerPC architecture, and that rewriting this code for dual PowerPC/Intel architectures would have added another 2 years to the development of the suite. However, the office suite can to an extent be automated using AppleScript. In a press statement released on May 13, 2008, Microsoft's Macintosh Business Unit (Mac BU) announced that VBA will be returning in the next version of Office for Mac. Microsoft has also clearly stated that they have no plans to remove VBA from the Windows version of Office."
    Regards
    Stefan

  • Font conflict with Mac OS

    Hi there
    I hope this is relevant to this forum…
    I'm having trouble with a version of Helvetica that seems to be conflicting with the Mac system fonts. So, the client sent us a packaged document with the fonts and all but we can't get them activated and recognised in InDesign. I suspect it's to do with a Suitcase / Mac OS conflict and not an InDesign problem, but I'm not sure where to look for help.
    Any advice would be greatly appreciated.

    Thanks! Sorry, things are pretty chaotic so I'll need a little more time to work through and figure it out, but that link looks like it'll be well worth reading through. The problem is happening on a colleagues computer, so I'm not 100 percent sure about software versions etc., but I can see how knowing that would be helpful.
    So, the saga continues on Monday…
    I appreciate your help!

  • Run Script on Remote Mac via Web Interface

    I have a script that does what I want it to do (which is to select a particular speaker, or set of speakers in Airfoil - http://www.rogueamoeba.com/airfoil/mac/ - on a remote mac).
    I would like to be able to execute the script from a non-mac (actually a PlayStation Portable), so I wondered whether it would be possible to do something like this:
    1. Enable the web server on the remote machine.
    2. Serve a page with a link to the appropriate script.
    3. Browse to the page on the PSP and choose a link to initiate the script.
    Problem: I have no idea whether this is possible with AppleScript.
    Any help or suggestions would be much appreciated.
      Mac OS X (10.4.5)  

    It's possible. If the PSP can send an email form then you could set up a Mail.app rule that triggers the AppleScript. A more direct method would be to set up ACGI Dispatcher ($) to fire the script. I have that running on my machine and use it occasionally. There was a secret to making the thing actually work on my machine that took me a few months to work out. Hopefully you won't have that problem since now I can't even remember what it was.

  • Is anything being done to fix WMP conflict with Mac Mini's?

    I still can't view WMP video files that aren't website embedded. I used Rosetta and the Popwire utility and still no success. Are the embedded files any different
    for non-embedded ones? Please tell me an upgrade is the works to fix this problem. So many of my video files are unfortunately WMV. Isn't intel more WMV friendly anyway? You would think Intel Mac Mini's would have an easier time processing them.
    Mac Mini   Mac OS X (10.4.6)  
    Mac Mini   Mac OS X (10.4.6)  

    A Universal version of the Flip4Mac plugins are on their way. They're currently in Beta so please be a little patient.

  • Keyboard conflict with mac version?

    Hi!
    I hope you guys can help me.
    I kind of... spoiled water on my iMac's keyboard and now it's dead! So I'm buying a new one, (since the computer is not mine but my job's office) but I'm searching the model I need which is the usb keyboard with numeric keypad but it says on the system requirements that you need Mac OS X v10.6.8 or later and my the version on my iMac is Mac OS X v.10.5.8 I would like to know if there's going to be any problem if I buy the keyboard and the OS is a lower version... please help!
    Thank you,
    Sandra.

    It will work but some of the special function keys on the top row won't perform the function printed on them.

  • Problem Running App with Scripting Bridge on MAC OS X TIger

    Hi,
    I have an application which link with Scripting Bridge Frame work, use XCODE 3.0 and SDK 10.5. I use Scripting Bridge, to control some functionality of ITune from Objective-C. This Application run fine on Leopard and behave as expected. When I Run this application on Tiger this does not load.
    Considering that scripting Bridge was first released om Leopard.
    Can my Above Application Run on Tiger. If not how do I interface ITune from Objective-C, on both Tiger and Leopard? IS there update which suppose to fix this?
    Thanks
    Akhilesh

    webdevcda wrote:
    Considering that scripting Bridge was first released om Leopard.
    Can my Above Application Run on Tiger.
    No.
    If not how do I interface ITune from Objective-C, on both Tiger and Leopard? IS there update which suppose to fix this?
    There will be no update for old products like Tiger. What there is is all you will ever get. For Tiger, you will have to dig into sending Apple Events to iTunes manually. Or it might be easier to define your Apple Scripts as string resources in your application an execute them via a system() call.

  • Metadata conflict on Mac for every image

    I have recently installed 2.0 on a iMAC having previously been running 1.3.
    When I migrated the catalog file all the metadata is there ok but eventually the metadata conflict badge appears on every image prior to early 2007 and the metadata status says "conflict detected" as the previews are created.
    I have never used any sidecar files so there are no XMPs anywhere. If I click on the error symbol I don't want either choice - "import settngs" destroys the metadata I have and "overwrite" creates a new XMP file which I don't want.
    I don't have any problems creating virtual copies so this is not the same as the metadata problem that (I think) is now common knowledge on PC platforms.
    I tried deleting the 2.0 catalog upgrading the 1.3 software to 1.4 and doing another catalog migration to 2.0 with the same result.
    Also tried moving the catalog folders to outside the directory where the photos are with no change either.
    There are 15,000 images or so the vast majority of which are raw but the problem occurs whether they are jpg or canon Raw.
    In practice the error doesn't actually seem to mean anything or cause any problems but clearly something is not right.
    Ian

    Ian - A timestamp issue? Perhaps LR thinks the timestamp of those photos is now different than it
    thought prior to LR2? This is pure conjecture but I base this theory on two things:
    - LR2 now correctly handles timestamps where LR1 had well known bugs. So there may be a change here
    that affects you.
    - I've seen many pieces of software that choke on file timestamps when crossing a daylight savings
    time change. Anything that needs to compare two copies of the timestamps for the same file has to
    deal with this correctly and it's not necessarily trivial. I'm not saying LR2 doesn't handle this
    properly - just a thought.
    If it were me, I'd look at the timestamps in the XMP files and compare those to the times displayed
    in the LR2 GUI.
    db

  • Script conflict resolution

    A couple of questions.
    1. I'm using a lightwindow and spry on the same webpage. Does
    anyone know if the sprydata.js file from 1.4 conflicts with
    lightwindow.js, scriptaculous.js., and prototype.js. If so then
    I'll just remove the lightwindow on that page.
    2. I can't seem to determine that myself because I'm having
    trouble with the Spry.Utils.updateContent function that I'm
    attempting to use on the webpage. I have an id set on the
    <body> tag for styling purposes like this: <body
    id="capabilities>. Do I simply attach the onload event like so:
    <body id="capabilities"
    onload="Spry.Utils.updateContent('apDiv1','frags/capabilities-overview.html');">
    ? BTW I'm still using 1.4 so please keep that in mind.
    3. I understand that I only need to include the HTML for the
    fragments that I want to switch out. In DW8, does that mean a page
    with no encoding at the top? How do I write such a page in code
    (specifically the top, or head, region)? Will the styles for the
    page the fragments are being loaded onto then apply to the
    fragments being loaded? Do I have to attach the style sheet I'm
    using to the actual fragments pages, or do they take on the styles
    of the page they're being loaded onto?
    I'm fairly adept at using HTML and I'm a big believer in CSS,
    which I use exclusively to build pages in Dreamweaver. Also, I only
    work in code view (I use DW8 for its file managment capabilities,
    which are terrific, among other things), so I'm trying to expand my
    repertoire and skill level. Spry is proving a little difficult to
    grasp, but I think I'll catch on to any suggestions without too
    much hand-holding:)
    Thanks in advance for any help.

    "patrikz" <[email protected]> wrote in
    message
    news:f8b3ed$cur$[email protected]..
    > 1. I'm using a lightwindow and spry on the same webpage.
    Does anyone
    > know if
    > the sprydata.js file from 1.4 conflicts with
    lightwindow.js,
    > scriptaculous.js.,
    > and prototype.js. If so then I'll just remove the
    lightwindow on that
    > page.
    Any version of prototype.js before 1.5.x will cause
    conflicts.
    > BTW I'm still using 1.4 so please keep that in mind.
    Any reason that prevents you from upgrading?
    Massimo Foti, web-programmer for hire
    Tools for ColdFusion and Dreamweaver developers:
    http://www.massimocorner.com

  • Apple ID Conflict/Error MAC OS 10.8.2

    Hi -
    The following Apple ID problem is occuring on my machines:
    1. in system preferences I have altered my Apple ID to the correct ID I use for everything. See image:
    2. MAC OS 10.8.2 doesn't change the ID on any of the applications/systems that use the ID:
    Notice how MAC OS is displaying the INCORRECT Apple ID each time...
    Anyone know why?

    Hi
    I have had an issue very similar. I changed the email of my Apple ID and  the change went smoothly for the most part and my iMac, MacBookPro and iPhone 5 were finally syncing  correctly for the most part through iCloud. But on the iMac, Address Book kept requiring the password for my  Apple ID with the previous email, which of course was no longer current.
    After trying various ideas (such as deleting the previous ID and password from the Keychain access) I finally solved this issue by removing the entire Address Book file out of Library/Application Support and relaunching Address Book. It was empty of course, but it immediately recreates the required files in Application Support. I was then able to sync the "new" Address Book in iCloud via the new version of my Apple ID. (This of course assumes that you have all your contacts on iCloud beforehand.)
    Things work fine now but I still think the solution I had to adopt was messy, as indeed was the fact that on my IPhone, I had to completely delete my iCloud account and reopen it with the new email, whereas I expected that since the account wasn't a different one, the change would be automatically and smoothly transmitted.
    Plus the fact that to update some apps purchased previously (e.g. Keynote), I had to trash them, and redownload them with the changed Apple ID. You do this for free, but again, it's a messy proces.
    I wasn't able to find clear instructions on this anywhere in the info pages about iCloud.
    Anyway, to stop your Mac displaying an incorrect ID, you have to sign out of the account, and then sign back in with the correct ID.
    You are invited to say whether you want to save your contacts or whatever to your computer or not. Note that if you do save to your Mac, and then let iCloud combine the data when you relaunch, you can end up with a series of doubles…

  • Major error when trying to runa compile script on a mac.

    heres the error:
    kevin-roses-computer:~/Desktop/nexus kevinrose$ ./compile.sh
    Compiling Randoms
    javac: invalid flag: Randoms/*.java
    Usage: javac <options> <source files>
    where possible options include:
      -g                         Generate all debugging info
      -g:none                    Generate no debugging info
      -g:{lines,vars,source}     Generate only some debugging info
      -nowarn                    Generate no warnings
      -verbose                   Output messages about what the compiler is doing
      -deprecation               Output source locations where deprecated APIs are used
      -classpath <path>          Specify where to find user class files
      -cp <path>                 Specify where to find user class files
      -sourcepath <path>         Specify where to find input source files
      -bootclasspath <path>      Override location of bootstrap class files
      -extdirs <dirs>            Override location of installed extensions
      -endorseddirs <dirs>       Override location of endorsed standards path
      -d <directory>             Specify where to place generated class files
      -encoding <encoding>       Specify character encoding used by source files
      -source <release>          Provide source compatibility with specified release
      -target <release>          Generate class files for specific VM version
      -version                   Version information
      -help                      Print a synopsis of standard options
      -X                         Print a synopsis of nonstandard options
      -J<flag>                   Pass <flag> directly to the runtime system
    Compiling Scripts
    javac: invalid flag: Scripts/*.java
    Usage: javac <options> <source files>
    where possible options include:
      -g                         Generate all debugging info
      -g:none                    Generate no debugging info
      -g:{lines,vars,source}     Generate only some debugging info
      -nowarn                    Generate no warnings
      -verbose                   Output messages about what the compiler is doing
      -deprecation               Output source locations where deprecated APIs are used
      -classpath <path>          Specify where to find user class files
      -cp <path>                 Specify where to find user class files
      -sourcepath <path>         Specify where to find input source files
      -bootclasspath <path>      Override location of bootstrap class files
      -extdirs <dirs>            Override location of installed extensions
      -endorseddirs <dirs>       Override location of endorsed standards path
      -d <directory>             Specify where to place generated class files
      -encoding <encoding>       Specify character encoding used by source files
      -source <release>          Provide source compatibility with specified release
      -target <release>          Generate class files for specific VM version
      -version                   Version information
      -help                      Print a synopsis of standard options
      -X                         Print a synopsis of nonstandard options
      -J<flag>                   Pass <flag> directly to the runtime system
    Compiling iScar PLugins
    javac: invalid flag: iscarplugins/*.java
    Usage: javac <options> <source files>
    where possible options include:
      -g                         Generate all debugging info
      -g:none                    Generate no debugging info
      -g:{lines,vars,source}     Generate only some debugging info
      -nowarn                    Generate no warnings
      -verbose                   Output messages about what the compiler is doing
      -deprecation               Output source locations where deprecated APIs are used
      -classpath <path>          Specify where to find user class files
      -cp <path>                 Specify where to find user class files
      -sourcepath <path>         Specify where to find input source files
      -bootclasspath <path>      Override location of bootstrap class files
      -extdirs <dirs>            Override location of installed extensions
      -endorseddirs <dirs>       Override location of endorsed standards path
      -d <directory>             Specify where to place generated class files
      -encoding <encoding>       Specify character encoding used by source files
      -source <release>          Provide source compatibility with specified release
      -target <release>          Generate class files for specific VM version
      -version                   Version information
      -help                      Print a synopsis of standard options
      -X                         Print a synopsis of nonstandard options
      -J<flag>                   Pass <flag> directly to the runtime system
    Compiling Plugins
    error: cannot read: plugins/*.java
    1 errorHeres the file im tring to run.
    echo Compiling Randoms
    javac -cp .:././jars/impsoft.jar:././jars/swt.jar:././jars/jython.jar:././plugins Randoms/*.java
    echo Compiling Scripts
    javac -cp .:././jars/impsoft.jar:././jars/swt.jar:././jars/jython.jar:././plugins Scripts/*.java
    echo Compiling iScar PLugins
    javac -cp .:././jars/impsoft.jar:././jars/swt.jar:././jars/jython.jar iscarplugins/*.java
    echo Compiling Plugins
    javac -cp .:././jars/impsoft.jar:././jars/swt.jar:././jars/jython.jar plugins/*.javaAll help would be appricated.

    Hey i made some progress. I upgraded my java to a special developer relase. 1.6.0_ad
    i now get this when i run the script posted at the bottom of the first post.
    kevin-roses-computer:~ kevinrose$ cd /Users/kevinrose/Desktop/nexus/
    kevin-roses-computer:~/Desktop/nexus kevinrose$ ./compile.sh
    Compiling Randoms
    javac: invalid flag: Randoms/*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Compiling Scripts
    javac: invalid flag: Scripts/*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Compiling iScar PLugins
    javac: invalid flag: iscarplugins/*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Compiling Plugins
    error: error reading plugins/*.java; plugins/*.java (No such file or directory)
    1 error

Maybe you are looking for

  • Can two Motorola E815s sync up to one family address book?

    Hey all, thanks for looking. Apologies if this is an obvious RTFM issue, but I can't find talk of it anywhere. There must be many couples with two cell phones who could/would share the same address book via bluetooth. Will our iBook G4 with Bluetooth

  • How do I enable my iPhone4 once it has been disabled

    I recently changed my iPhone password to get into the phone. I am now unable to get into my phone. My phone is disabled so how can I enable my phone without my password?

  • Pmap and shared libraries

    I'm trying to subtract the "shared" mappings from the output that pmap produces and show memory usage per process and a separate shared memory usage for the system. Pmap shows shared library mappings like this ... Address Kbytes Resident Shared Priva

  • How to Refresh cache of Service Call

    Hi Normally I use java WD, but am helping out a friend who uses ABAP flavour. In the java WD, if the RFC changes, I just re-import the model so that the changes are made available to me in the Dev Studio. How do I do the equivalent in ABAP WD? ie How

  • Desperately seeking help for displaying image on button

    i wrote the following method to create and display a button with an icon, doesn't work and i cannot figure out what the problem might be and how to fix it, please help me... clo :)) public static void addButton(Container c, String title, ActionListen