Can't compile the first sample in crossbridge

when i'm trying to run make FLASCC=/cygdrive/c/crossbridge/sdk FLEX=/cygdrive/c/flex_sdk  in run.bat it gives the error "Unable to launch the Java Virtual Machine". i have already downloaded the 64-bit java and the flex sdk. i have also downloaded the flash builder.
any help in this matter will be appreciated. thanks in advance

ALWAYS Google your problem first if you Google this one you will likely find some helpful solutions http://tinyurl.com/oxkvhd3
Anyway, you should probably check your Windows CLASSPATH envirnoment variable is set correctly as the next step.

Similar Messages

  • Can't compile my first servlet program

    hi guys,
    there are some problems with compiling the first servlet program(helloservlet).
    the error is following
    C:\SERVLET-CODE\hello1>javac HelloServlet.java
    HelloServlet.java:4: package javax.servlet does not exist
    import javax.servlet.*;
    ^
    HelloServlet.java:5: package javax.servlet.http does not exist
    import javax.servlet.http.*;
    ^
    HelloServlet.java:15: cannot resolve symbol
    symbol : class HttpServlet
    location: class HelloServlet
    public class HelloServlet extends HttpServlet {
    ^
    HelloServlet.java:16: cannot resolve symbol
    symbol : class HttpServletRequest
    location: class HelloServlet
    public void doGet(HttpServletRequest request,
    ^
    HelloServlet.java:17: cannot resolve symbol
    symbol : class HttpServletResponse
    location: class HelloServlet
    HttpServletResponse response)
    ^
    HelloServlet.java:18: cannot resolve symbol
    symbol : class ServletException
    location: class HelloServlet
    throws ServletException, IOException {
    ^
    6 errors
    i don't know why it can not find the import java.*
    and i already set up the classpath
    and my code is
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    /** Simple servlet used to test server.
    * <P>
    * Taken from More Servlets and JavaServer Pages
    * from Prentice Hall and Sun Microsystems Press,
    * http://www.moreservlets.com/.
    * &copy; 2002 Marty Hall; may be freely used or adapted.
    public class HelloServlet extends HttpServlet {
    public void doGet(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    String docType =
    "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 " +
    "Transitional//EN\">\n";
    out.println(docType +
    "<HTML>\n" +
    "<HEAD><TITLE>Hello</TITLE></HEAD>\n" +
    "<BODY BGCOLOR=\"#FDF5E6\">\n" +
    "<H1>Hello</H1>\n" +
    "</BODY></HTML>");
    please help me out of it...
    thank you all...

    hi man,
    thanks for the classpath, and i already did it in system environment.
    but it can not work either...
    do i really have to download the API, so where i have to put it after i download it...

  • Why am I missing the first sample with an E-series DAQ?

    I am continuously acquiring a repetitive waveform. I generate an external, gated channel clock, which acquires about 50% of the waveform. I initially trigger the acquisition to be sure the first sample of the first waveform is always in the same location. About 50% of the time I miss the first sample. It acts like there needs to be a convert clock before the trigger, and if there isn't, it eats my first convert clock (sample). Any suggestions?

    Ron,
    Thanks for your response. Actually, the trigger and convert clock is
    generated externally by a 40 MHZ FPGA and are very accurately phase
    locked. I have verified on an oscilloscope that they are not jumping
    around.
    I'm acquiring a repetitive waveform so I have a trigger and then,
    after about 10us, a train of ~ 1000 convert clocks to acquire the
    waveform. After a delay the sequence starts again. I'm acquiring
    continuously because I can't afford to miss waveforms so, after the
    initial trigger, the trigger is ignored. I then rely on the fact that
    I know how many samples are in each waveform to display and save the
    data to a file.
    I believe the problem happens when the Labview software initially
    enables the DAQ. If the DAQ is enabled during the dead
    time, it won't
    see a convert pulse prior to the first trigger. If it is enabled right
    after the trigger, I will see a convert pulse before the trigger.
    I acquire in two different modes. On acquires 50% of the waveform and
    has convert pulses present 50% of the time. The second mode acquires
    almost 100% of the time with only a 100us deadtime at the end of each
    waveform. In the 50% mode I miss the first pulse about 50% of the
    time. In the ~100% mode I haven't yet missed a pulse. When I miss the
    first pulse, all the subsequent data gets shifted by one sample, and
    the last sample becomes what should be the 1st sample of the next
    waveform.
    So my theory is that the DAQ needs to see at least one convert pulse
    after it is initialized by the software prior to being triggered.
    Otherwise it eats my first sample.
    Thanks for your help,
    Barry

  • I am unable to print PDF's using either Adobe Reader or Safari. In Adobe Reader, I get an error message from my Cannon printer that says, "/usr.libexec/cups/filter/pstocupsraster failed". In Safari, I can only print the first page of a PDF.

    To try to resolve this problem, I have done the following actions.
    1 - I have run Disk Warrior.
    2 - I have repaired permissions.
    3 - I have deleted all plist that are either Cannon or Adobe.
    4 - I have downloaded and installed the lastest versions of Adobe Reader and the Cannon printer drivers.
    I am still unable to print PDF's.
    In Safari, I can print only the first page. In a multipage PDF, Safari only seems to recognize the first page.
    In Adobe Reader, I get an error message from my printer: "/usr/libexec/cups/filter/pstocupsraster failed".
    Any help would be greatly appreicated!

    Quit Safari.
    Open the Library folder in your home folder as follows:
    ☞ If running OS X 10.7 or later, hold down the option key and select Go ▹ Library from the Finder menu bar.
    ☞ If running an older version of OS X, select Go ▹ Go to Folder… from the Finder menu bar and copy the line below into the text box that opens:
    ~/Library
    Delete the following items from the Library folder:
    Caches/com.apple.Safari/Cache.db
    Preferences/com.apple.quicktime.plugin.preferences.plist
    Preferences/QuickTime Preferences
    Relaunch Safari and test.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running OS X 10.7 or later, open LaunchPad. Click Utilities, then Console in the page that opens.
    Select "/var/log/cups/error_log" from the file list. Post the messages from the time of the last printing attempt.
    Post the log text, please, not a screenshot. If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.

  • I am trying to copy and paste a story from a blog.  I can only view the first page on the Pages app.  How do I see the rest of the pages?

    I am trying to copy and paste a story from a blog.  I can only view the first page on the Pages app.  How do I see the rest of the pages?

    Thank you.  That helped in the first step.  I was able to copy text onto multiple pages.
    Now I can't get the pictures to copy.  How do I get my pictures to copy?
    Also once the blog page is on pages, how do i make changes to it?
    This my story and the page I am trying to copy.
    http://www.city-data.com/forum/tennessee/359683-going-off-grid-east-tennessee.ht ml
    Thanks so much
    Lisa(writing) and Mike trying to get it right.

  • Creating PDFs using Adobe Acrobat 9 Pro and can only see the first 10 pages in PDF even when the page numbers on bottom state 10 of 13 (or any number greater than 10).

    PDFs create great, unless they should be over 10 pages and then it appears the data was converted to PDF by viewing the page numbers at the bottom of the PDF but you can only view the first 10 pages in the pdf file.

    Hi stephaniec0103,
    Could you please let me know what exact dot version of Acrobat 9 and OS you are using.
    Have you tried repairing Acrobat from the Help menu?
    Acrobat 9 is an older version and incompatible with new OS versions, so I would suggest you to try using Acrobat XI (latest version) and check for the same.
    You may download a 30-day free trial version of Acrobat from the below mentioned link:
    Download Adobe Acrobat free trial | Acrobat XI Professional
    Let me know how it goes.
    Regards,
    Anubha

  • I can not open the book samples acquired in the iBooks Store

    I can not open the book samples acquired in the iBooks Store on my MacBook Pro with the latest version of Mavericks, I can only open these samples on my ipad or iphone.

    Hold both power on and home button together and ignore the red slider until you see the apple logo.  Then let go of both buttons and wait for the phone to reset itself.

  • I live in Nepal. I can access for the first time at the time of using itunes. There isnt option of NONE in the payment mode.Please Help Me Out !

    I live in Nepal. I can access for the first time at the time of using itunes. There isnt option of NONE in the payment mode.Please Help Me Out !

    AshimPoudel wrote:
    I have problem still. Is this payment important to create a free apple ID???
    Not sure what you are asking...
    Apple ID FAQs
    http://support.apple.com/kb/HE37

  • I can't be the first person to have thought about this but...would n't it be nice if instead of having to naviagte with your mouse to go back a page in Safari, wouldn't it make sense to just have a keyboard stroke to do that?

    I can't be the first person to have thought about this but...wouldn't it be nice if instead of having to naviagte with your mouse to go back a page in Safari, or any browser,  wouldn't it make sense to just have a keyboard stroke to do that? It comes to mind as I sit here with my hand bandaged in a splint after surgery.

    Try Command + [
    Allan

  • An image comes on my screen, but I can only see the first page.  When I try to print, I get a blue question mark and can't print.

    Recently when I pull up a multi-page document from an internet site, I can only see the first page.  I can't scroll through it.  When I try to print, I get a big blue questionmark.  What's the solution to this, please?

    Thank you so much!! So simple, yet so effective! Am happy!

  • Can only see the first page of books downloaded on Nook using Overdrive, how do I fix?

    Can only see the first page of each chapter of downloaded books on my Nook, how do I fix?

    can anyone help me

  • How can i show the first item in the list as selected item

    Aslam o Alikum (Hi)
    Dear All
    How can i show the first item in the list as selected item when user click on the list. Right now when user click the list the list shows the last item in the list as selected or highlighted. Furthermore if the list item have large no of value and a scroll bar along with it then the list scroll to last item when user click it with mouse. I want that when user click the list item with mouse list should show the first item as highlighted.
    Take Care
    Allah Hafiz

    Hi!
    You can set list "initial value" using When-Create-Record trigger.
    I.g.
    :<Block_name>.<list_item_name> := Get_List_Element_Value('<Block_name>.<list_item_name>', 1);

  • I want to print an email which has multi pages but I can only print the first page

    Can anyone help please?
    i want to print an email which has multi pages but I can only print the first page
    Tony

    Firefox cuts off the URL in your printout, if it's really long, and you also have on the same line (header or footer), the Date and Pages
    What I have summarized below is based on this page . . . http://www.watchingthenet.com/how-to-change-or-customize-firefox-printing-defaults.html
    I have two questions:
    To fix, do a custom setting, for the Header and Footer as follows:
    Print / Page Setup / Margins & Header/Footer / "Customize" the "Left" as follows (leave Center and Right all blank)
    &T
    &U . . . . . . . &D . . . . . . . &PT
    &D shows the Short date as: M/d/yyyy - and then the time
    To change the format of the Short date in Win 8.1, go to:
    Control Panel / Date and Time / Date and Time tab / Change date and time / Change calendar settings /
    Date / Short date . . . change from M/d/yyyy . . . to . . . MM/dd/yy
    QUESTIONS:
    1.) How do you get rid of the time, which appears after the date? In IE, you use a lowercase "d" - but that doesn't work here.
    2.) Is there a way to change the font just for the Header and Footer, to something like Microsoft Sans Serif 10?
    Firefox leaves no room around the text in the Header and Footer at the edge. To fix:
    Address Bar / about:config
    Enter keyword "edge"
    Then change all four values for the printer you're using to:
    print.printer_Foxit_PhantomPDF_Printer.print_edge_bottom . . . 5
    print.printer_Foxit_PhantomPDF_Printer.print_edge_left . . . 10
    print.printer_Foxit_PhantomPDF_Printer.print_edge_right . . . 10
    print.printer_Foxit_PhantomPDF_Printer.print_edge_top . . . 5

  • How can I have the first letter after a sentence ending period automatically capitalize?  Can't seem to figure it out...thanks!

    How can I have the first letter after a sentence ending period automatically capitalize?  Can't seem to figure it out...thanks!

    You need to fix capitalization in Pages Preferences > Auto-Correction. When you select this option, you can just keep typing in lower case and the first letter of the next sentence will automatically promote to upper case.

  • In my IPAD or IPhone 4S I can only see the first 12 photos for facebook albums

    In my IPAD or IPhone 4S I can only see the first 12 photos for facebook albums

    Hello there, bagsb29.
    The following Knowledge Base article offers up some great information on troubleshooting apps downloaded to your iOS device that aren't working as expected:
    iOS: An app you installed unexpectedly quits, stops responding, or won’t open
    http://support.apple.com/kb/TS1702
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

Maybe you are looking for

  • After I create a working ApTab-PIN it is not there when I re-open Firefox.

    I bookmarked several sites, then created an aptab PIN in the ap tab bar that worked when I opened it. After I closed Firefox and reopened it, the aptab PIN was no longer there. Using Mac OSX, 10.6.7.

  • Capturing data from a select many checkbox using adf components (11g)

    Hi I am new to this technology. Can anybody tell me how to capture the data selected in a checkbox I have created the checkbox(Af:selectmanycheckbox) using a webservice. Thanks, Tim

  • Including Group Tree in HTML Export

    I have a report in Crystal Reports XI that includes 5 group headers.  When exporting to HTML I would like to include controls similar to the Group Tree so that the user viewing the HTML page can expand and collapse sections (i.e. start with just the

  • Antivirus and Utilities

    I am wondering what antivirus and utility/tools work best for a Windows 7 pro editing system?  I have used Norton products in the past but that has been a love-hate relationship.  I am thinking Norton Utilities 2011 along with Norton Antivirus 2011. 

  • G-Raid 2

    I am considering buying a G-Raid 2 to store media files. It will be used with a Power Mac G5. Questions: 1. If I buy a 500-gig drive (selling for about $399) and find I need more storage space, can I get a second 500-gig drive and double my storage?