Building kvm with cygwin..

Hi all,,
this is in continuation with my previous posting regarding rebuilding of kvm in win32...
i have downloaded cygwin ad i am trying to use its make for rebuilding the kvm for win32 environment.. again
but it is giving the following errors
reteshc@pcven40 ~/j2me/kvm/build/win32
$ make
i was unexpected at this time.
make: *** [all] Error 1
also while making JCC, its giving similiar errors..
so, if any1 has any clue abt it.. or knows of some url or resource which may be useful, it will be highly appreciated..
thanks,
<i am using kvm with cldc 1.0 and midp 2.0.
<And for using KNI we need to recompile whole of the KVM again after <including the native code. I am doing this right now at windows 2000 <platform, but as i compile and bulid i get some linker errors in VC++. <I don't know what the problem is as i got only one webpage which gave <the steps to port kvm to windows... and i did the same thing.. but <don't know where the problem is ?
<
<if u have any clue abt the problem letme know..
<thanks,
<
<Retesh

hi,
by default gcc=true is set in the makefile.. but i found the error.. i had 2 different versions of make in my cygwin packages.. gnumake was not being used which is mandatory for kvm's makefile..
i was also able to rebuild the kvm in linux after putting some native functionalities..
thanks
Retesh

Similar Messages

  • Urgent help in porting kvm with KNI and cygwin..

    I am using kvm with cldc 1.0.4 and midp 2.0. And for using KNI I need to recompile whole of the KVM again after including the native code. I am doing this right now at windows 2000 platform, I can rebuild KVM using make %KVM_ROOT%\build\win32\and get no errors
    But when I follow "KNI Programming Overview" in "KNI Specification",
    I add(copy) the native method and Java code from "KNI Programming Overview" to the directoris which is
    ${KVM_ROOT}/kvm/VmUnix/src/Java_mypackage_HelloWorld.c
    ${KVM_ROOT}/api/src/mypackage/HelloWorld.java
    then I type
    C:\J2ME\CLDC\kvm\VmWin\build>kvm_j -classpath c:\j2me\cldc\api\src mypackage.HelloWorld
    ALERT: Native method 'mypackage/HelloWorld::sayHello' not found
    Anyone has experience on it? I totaly follow the Sun's KNI Specification but I can't get a correct output. What else thing I need to know that don't specify in the documents. What reason make this? I never rebuild (make ) my KVM correctly or any envirnoment need to be set
    thanks in advanced
    Eric

    i tried the same like following with linux in linux respective directories
    Before rebuilding the KVM, I modify the makefile (in ${KVM_ROOT}/kvm/VmWin/build/) by adding "Java_mypackage_HelloWorld.c" at the end of "SCRFILES = ..."
    As I use Windows 2000 platform, I place my files like that :
    ${KVM_ROOT}/kvm/VmWin/src/Java_mypackage_HelloWorld.c
    ${KVM_ROOT}/api/src/mypackage/HelloWorld.java
    then I type : "make USE_KNI = true" (in %KVM_ROOT%/kvm/VmWin/build/)
    and finally :
    ${KVM_ROOT}/kvm/VmWin/build/kvm -classpath ${KVM_ROOT}/api/classes mypackage.HelloWorld
    when i build make file
    make USE_KNI=true
    Recursively making ../../tools/preverifier/build/linux all...make[1]: Entering directory `/home/vinod/j2me_cldc/tools/preverifier/build/linux'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/home/vinod/j2me_cldc/tools/preverifier/build/linux'
    <<<Finished Recursively making ../../tools/preverifier/build/linux all.
    Recursively making ../../api all...make[1]: Entering directory `/home/vinod/j2me_cldc/api'
    make[1]: Leaving directory `/home/vinod/j2me_cldc/api'
    <<<Finished Recursively making ../../api all.
    Recursively making ../../tools/jcc all...make[1]: Entering directory `/home/vinod/j2me_cldc/tools/jcc'
    make[2]: Entering directory `/home/vinod/j2me_cldc/api'
    make[2]: Leaving directory `/home/vinod/j2me_cldc/api'
    ... classes.zip
    make[2]: Entering directory `/home/vinod/j2me_cldc/tools/jcc'
    make[2]: `nativeFunctionTableUnix.c' is up to date.
    make[2]: Leaving directory `/home/vinod/j2me_cldc/tools/jcc'
    make[2]: Entering directory `/home/vinod/j2me_cldc/tools/jcc'
    make[2]: `ROMjavaUnix.c' is up to date.
    make[2]: Leaving directory `/home/vinod/j2me_cldc/tools/jcc'
    make[1]: Leaving directory `/home/vinod/j2me_cldc/tools/jcc'
    <<<Finished Recursively making ../../tools/jcc all.
    Recursively making ../../kvm/VmUnix/build all...make[1]: Entering directory `/home/vinod/j2me_cldc/kvm/VmUnix/build'
    make[2]: Entering directory `/home/vinod/j2me_cldc/tools/jcc'
    make[3]: Entering directory `/home/vinod/j2me_cldc/api'
    make[3]: Leaving directory `/home/vinod/j2me_cldc/api'
    ... classes.zip
    make[3]: Entering directory `/home/vinod/j2me_cldc/tools/jcc'
    make[3]: `nativeFunctionTableUnix.c' is up to date.
    make[3]: Leaving directory `/home/vinod/j2me_cldc/tools/jcc'
    make[3]: Entering directory `/home/vinod/j2me_cldc/tools/jcc'
    make[3]: `ROMjavaUnix.c' is up to date.
    make[3]: Leaving directory `/home/vinod/j2me_cldc/tools/jcc'
    make[2]: Leaving directory `/home/vinod/j2me_cldc/tools/jcc'
    ... obj/Java_mypackage_HelloWorld.o
    ... obj/kni.o
    ../../../kvm/VmCommon/src/kni.c: In function `KNI_NewString':
    ../../../kvm/VmCommon/src/kni.c:784: warning: dereferencing type-punned pointer will break strict-aliasing rules
    Linking ... kvm
    collect2: ld returned 1 exit status
    make[1]: *** [kvm] Error 1
    make[1]: Leaving directory `/home/vinod/j2me_cldc/kvm/VmUnix/build'
    make: *** [all] Error 1
    i am getting error like that always.....
    [root@dhcp189 linux]# kvm -classpath ${KVM_ROOT}/api/classes mypackage.HelloWorl d
    ALERT: Native method 'mypackage/HelloWorld::sayHello' not found
    could anyone help me
    thanks
    Vinod

  • Trying to build Mplayer with enable-aa

    My son wants to watch video in ascii mode, but the arch version of mplayer is compiled without support for aalib. I've tried to make my own version
    using the current pkgbuild and changing "--disable-aa" to "--enable-aa", but after a while of compiling, the build aborts with the following:
    libvo/libvo.a(vo_aa.o): In function `uninit':
    vo_aa.c:(.text+0x17d): undefined reference to `aa_close'
    libvo/libvo.a(vo_aa.o): In function `draw_slice':
    vo_aa.c:(.text+0x325): undefined reference to `aa_fastrender'
    vo_aa.c:(.text+0x35b): undefined reference to `aa_render'
    libvo/libvo.a(vo_aa.o): In function `draw_frame':
    vo_aa.c:(.text+0x44a): undefined reference to `aa_fastrender'
    vo_aa.c:(.text+0x4ae): undefined reference to `aa_render'
    libvo/libvo.a(vo_aa.o): In function `preinit':
    vo_aa.c:(.text+0xa8a): undefined reference to `aa_displayrecommended'
    vo_aa.c:(.text+0xa8f): undefined reference to `aa_getfirst'
    vo_aa.c:(.text+0xaa2): undefined reference to `aa_displayrecommended'
    vo_aa.c:(.text+0xaa7): undefined reference to `aa_recommendhi'
    vo_aa.c:(.text+0xaae): undefined reference to `aa_defparams'
    vo_aa.c:(.text+0xab3): undefined reference to `aa_autoinit'
    vo_aa.c:(.text+0xace): undefined reference to `aa_autoinitkbd'
    vo_aa.c:(.text+0xaec): undefined reference to `aa_resizehandler'
    vo_aa.c:(.text+0xaf9): undefined reference to `aa_hidecursor'
    vo_aa.c:(.text+0xafe): undefined reference to `aa_getrenderparams'
    vo_aa.c:(.text+0xbdb): undefined reference to `aa_defrenderparams'
    vo_aa.c:(.text+0xbe6): undefined reference to `aa_defparams'
    vo_aa.c:(.text+0xbeb): undefined reference to `aa_parseoptions'
    vo_aa.c:(.text+0xc0b): undefined reference to `aa_defrenderparams'
    vo_aa.c:(.text+0xc26): undefined reference to `aa_defparams'
    vo_aa.c:(.text+0xc2b): undefined reference to `aa_parseoptions'
    vo_aa.c:(.text+0xc82): undefined reference to `aa_help'
    vo_aa.c:(.text+0xdea): undefined reference to `aa_close'
    vo_aa.c:(.text+0xe28): undefined reference to `aa_displayrecommended'
    vo_aa.c:(.text+0xe2d): undefined reference to `aa_recommendlow'
    vo_aa.c:(.text+0xe38): undefined reference to `aa_displayrecommended'
    vo_aa.c:(.text+0xe3d): undefined reference to `aa_recommendhi'
    vo_aa.c:(.text+0xe48): undefined reference to `aa_displayrecommended'
    vo_aa.c:(.text+0xe4d): undefined reference to `aa_recommendhi'
    libvo/libvo.a(vo_aa.o): In function `printosdtext':
    vo_aa.c:(.text+0xf0b): undefined reference to `aa_printf'
    vo_aa.c:(.text+0xf67): undefined reference to `aa_printf'
    libvo/libvo.a(vo_aa.o): In function `flip_page':
    vo_aa.c:(.text+0x105e): undefined reference to `aa_flush'
    vo_aa.c:(.text+0x11bd): undefined reference to `aa_puts'
    vo_aa.c:(.text+0x11f9): undefined reference to `aa_puts'
    libvo/libvo.a(vo_aa.o): In function `check_events':
    vo_aa.c:(.text+0x137f): undefined reference to `aa_getevent'
    libvo/libvo.a(vo_aa.o): In function `resize':
    vo_aa.c:(.text+0x1817): undefined reference to `aa_resize'
    collect2: ld returned 1 exit status
    make: *** [mplayer] Error 1
    ==> ERROR: Build Failed. Aborting...
    Can someone help me out here? I imagine the answer is simple, but I can't get past this stage.

    diff -ur MPlayer-1.0pre8.orig/configure MPlayer-1.0pre8/configure
    --- MPlayer-1.0pre8.orig/configure 2006-06-11 20:35:47.000000000 +0200
    +++ MPlayer-1.0pre8/configure 2006-06-13 12:43:01.000000000 +0200
    @@ -4137,6 +4137,8 @@
    _def_aa='#define HAVE_AA 1'
    if cygwin ; then
    _ld_aa=`aalib-config --libs | cut -d " " -f 2,5,6`
    + else
    + _ld_aa="-laa"
    fi
    _vosrc="$_vosrc vo_aa.c"
    _vomodules="aa $_vomodules"
    This patch will help.

  • Importing a DLL created with Cygwin

    I am trying to import a DLL created with Cygwin. This is a test DLL created by one of my collegue to validate the import process.
    When I use the import Wizzard, everything run ok. It recognise and build the structure based on the header file.
    When I click ok to generate the wrapper, the progress bar shows but nothing happens. I have to terminate the program (not responding).
    I found in the discussion forum that many users were having similar problem. I also found an interesting article on the subject: http://zone.ni.com/devzone/cda/tut/p/id/5412
    Following this, I reinstalled Cygwin with the packages mentioned in the article :
    gcc
    make
    sharutils
    tclck
    wget
    I also place the Cygwin path in the system path variable. I have also found that if the Cygwin path is not in the system path variable, the wizzard complete ok but the DLL is not able to run (cygwin1.dll is missing).
    Any help will be appreciated.
    RD

    I Claire, I am using Labview 8.6 the demo version.
    What I did is to do a scan of the bulletin board. http://forums.ni.com/ni/board/message?board.id=170​&message.id=384919&requireLogin=False
    I Can't say if this is the same problem I am experiencing but it looks very similar
    I have a Dell Latitude D830
    I have attached a copy of the DLL and an executable that is the core of the DLL.
    Hope this will help you figure it out.
    RD
    Attachments:
    dll.zip ‏4 KB
    test.zip ‏3 KB

  • Building portlets with PL/SQl vs java

    Hi
    We are planing to use oracle 9iAS application server(Enterprise version)to build portal application.
    Can someone suggest me which one should i use, building portlets with j2ee or building portlets with PL/SQL.
    what are the advantages of web providers over database providers?which one is the best way of building portlets.

    Hello
    I've been using Portal for years now, and I'm still developping in PL/SQL. It's very simple and quick to developp. I'm even not using any database providers, I'm just invoking my procedures via their URLs with some Ajax hidden components, and I could developp some screens like employees vacations managements, trombinoscope, portal statistics, etc ...
    I learnt at Oracle how to developp some "true" portlets with DB providers but it's not usefull for me at this time as I don't need portlet customization etc.
    BUT
    if I had to developp a really big project with several developpers I would use DB providers.
    And maybe I would use Java but it takes rather long time to be efficient with this language and it needs to be a realy big project for I start using this language. And as explained above Java offers more compatibility with 3rd party products.
    And last but not least, one has to know what Oracle is more and more dealing with Java, the next 11g version that has just released is much more using Java than 10g does, and that's true for every Oracle products.
    So it's just a matter of skill and time.
    A.

  • Error while building sln with CMake

    I am working on kinect for developing application. I am using CMake and visual studio 2010 for development. According to some website I recently installed Service Pack 1 and it's update also. Since then there are loads of error in visual studio cpp programs.
    I'm not able to build projects with CMake.  It says c and CXX compiler identification is unknown.
    I am not able to run simple cpp programs too. Log says 
    >InitializeBuildStatus:
    1>  Creating "Win32\Debug\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild" because "AlwaysCreate" was specified.
    1>FinalizeBuildStatus:
    1>  Deleting file "Win32\Debug\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild".
    1>  Touching "Win32\Debug\ZERO_CHECK\ZERO_CHECK.lastbuildstate".
    1>
    1>Build succeeded.
    1>
    1>Time Elapsed 00:00:01.25
    2>------ Build started: Project: openni_grabber, Configuration: Debug Win32 ------
    2>Build started 11-03-2015 19:04:35.
    2>InitializeBuildStatus:
    2>  Touching "openni_grabber.dir\Debug\openni_grabber.unsuccessfulbuild".
    2>CustomBuild:
    2>  All outputs are up-to-date.
    2>ClCompile:
    2>  openni_grabber.cpp
    2>C:\Program Files\Microsoft Visual Studio 10.0\VC\include\xlocale(323): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
    2>C:/Program Files/PCL 1.6.0/3rdParty/Boost/include\boost/exception/detail/clone_current_exception.hpp(10): fatal error C1189: #error :  This header requires exception handling to be enabled.
    2>
    2>Build FAILED.
    Please help me through this!

    Hi Sayalee8333,
    Thank you for posting in MSDN forum.
    Since this CMake is involved to the Extensions tool
    CMake - Cross Platform Make , this extension tool is
    out of support range of this forum.
    In order to resolve your issue better, I suggest you post this issue here,
    click “Q AND A”, you will get better support there.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • KVM with mini and out of box problem

    #1 Just bought a refurbed mini, want to share kvm as I have in the past with a wintel laptop.
    Anyone using a kvm controller with their mini? I've got a iogear with my existing wireless k/m and the mini doesn't like it very much. Sporadic mouse movements, and weird mouse type clicks happening when moving around menus(such as right click result on screen when hand isn't near the button).
    I went to a wired mouse for a test as the kvm had a separate usb port for kybd and mouse...that hasn't completely solved the problem.
    #2 I've got a 2nd problem which may be causing the keyboard issues. I unboxed my mini, started it and when prompted hooked up my old g4 mac as a target disk unit. The mini flawlessly transferred over all my email, programs, icon's, etc in a little under 2 hours. Rebooted and logged right in to my old environment! Very impressive. Patched it after that and it rebooted fine.
    The other night, I turned it on, and the screen resolution was changed. Didnt think much of it thinking the kvm may be messing with it.
    Two nights ago I checked my mail and walked away for a while..upon my return it locked. Held pwr key in until it shutdown and went to bed. Last night I turned it on, got the "Osx has recovered.." message. Cleared that and as soon as I opened mail it crashed again(getting the your computer has encountered a problem black box error..). Restarted tried my IM client...crash.... reboot, try firefox...crash.
    I haven't tried booting and repairing disk permissions yet. Any other thoughts?
    thanks

    I use a TrendNet KVM with my Mini and PC.
    Empirically I've concluded that a wireless mouse is not a good idea with this setup; I use a wired USB mouse now.
    I had to try a couple of KVM brands before I found a good fit. Even so, occasionally I get a key repeat from a single key press, but otherwise everything is fine.
    My experience has been that any kind of PS/2->USB adapter used with a KVM is a bad idea. The fewer converters the better.
    I'd recommend not using the KVM until you get your other issues with the Mini sorted out.
    It is possible that migrating your settings from other Mac is causing some of your problems.

  • Flash Builder 4 with Flex SDK 4.0 for Intel App Up

    There is some misinformation on Intel AppUp and the Melrose FAQ about being able to publish with Flash Builder 4.
    Intel App Up Program Submission
    According to http://appdeveloper.intel.com/en-us/article/adobe-air-packaging-guide-atom-developer-progr am-submissions
    "AIR app must be built using Flex Builder 3 with Flex SDK 3.5a.  Currently Flex Builder 4 with Flex SDK 4 is not supported."
    Melrose FAQ
    According to http://learn.adobe.com/wiki/display/melrose/Melrose+Developer+FAQ
    "Q: Are there system requirements for enabling try and buy in AIR apps using Melrose?
    A: You must have Adobe Flex Builder 3 or greater and Adobe AIR 1.5.3 or greater."
    Is the Intel App Up statement correct?  If it is, could I get an explanation why?  I've been waiting for the last 3 months waiting for the Melrose SDK to deploy to Intel App Up and now I can't even submit my application.
    Thanks.

    The current version of Melrose supports Flex 3.5 SDK for AIR applications running on AIR 1.5.3 runtime or higher. You can use Adobe Flex Builder 3 with Flex 3.5 SDK or Adobe Flash Builder 4 with Flex 3.5 SDK.
    Support for Flex 4.1 SDK for AIR applications running on AIR 2.0 runtime should be available within a few weeks. Please note that we will not be able to support Flex 4.0 SDK because of certain technical challenges.

  • Build Hierarchy  with nodes with ABAP for custom Infoobject

    Hi,
    Need to build hierarchy with nodes with abap for custom infoobject.
    Thanks

    Hi,
    Using information from:
    http://help.sap.com/saphelp_nw04/helpdata/en/fa/e92637c2cbf357e10000009b38f936/content.htm
    you can bulid flat file with hierarchy data and then load in into BW...
    Krzys

  • LabVIEW 8.5.1 Build Problem With LV2010 Installed

    I am experiencing a problem when building an application installer using LabVIEW 8.5.1. I have built this application many time before but since installing LabVIEW 2010 I can no longer build the installer.
    I have tried to buiuld the application on a Windows 7 PC and a Windows XP machine. My minimum requirment in my build options was Windows 2000, I changed that to XP but it made no difference.
    I get the following error message:
    CDK_Build_Invoke.vi.ProxyCaller >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_Build.vi >> NI_MDF.lvlib:MDFDistCopyList_GetCount.vi
    Loading product deployment information
    Adding files to installer
    *** WARNING ***
    Cannot enforce the requested minimum operating system restriction because the deployment engine only supports Windows XP or later. Resetting minimum restriction to Windows XP or later.
    Done adding files
    Preparing to build deployment
    Copying products from distributions
    *** Error: Fatal runtime error. (Error code -10)
    *** Error Details:
    Error in MDF API function: _MDFDistCopyList_GetCount
    Access violation! Structured exception code 3221225477
    *** End Error Report
    Done building deployment
    Has anyone else come across this?
    Thanks in advance.

    Thanks Andrew.
    It didn't help.  After three days of trying, I did get one system to build without error. I'm currently trying to get another system to build.
    It looks like the Access violation is caused by the deployment utility not asking to change to DVD 3 for CVI after the product caches has been cleared (To fix the error code -40 problem).  Restoring the CVI runtime (NI LabWindows_CVI 2009 Service Pack 1 Run-Time Engine [9.1.1450]) to the Product Cache seems to fix the problem.
    The status log doesn't show enough information to figure out the problems.  Looking at the end of the Detailed_Installer.log is pretty much manditory.
    My recomendation is to build first with "Install TestStand Engine" and the various "Driver and Components..." turned off and then slowly enable the ones wanted. 
    Also, it saves a lot of pain and suffering to do at least one deployment with "Copy Installers to Product Cache by Default" turned on before doing an upgrade so you don't have to go search for old DVD's.
    After a lot of trial and error, I believe these are the steps I went through to finally get it to work:
    1. Close TestStand, LabView, and Deployment Utility
    2. Delete all in C:\Program Files\National Instruments\Shared\ProductCache, except the CVI Runtime
    3. Delete all in  C:\Documents and Settings\All Users\Application Data\National Instruments\MDF\ProductCache, except runtime 7.1.1
    There seems to be something wrong with the .NET language pack installation.  It always seems to generate errors.
    3. Run DotNet20x86langpack.msi  on the Device Driver DVD at Products\DotNet20langpack_x86_Installer\ and uninstall.
    4. Run DotNet20x86langpack.msi  and install.
    5. Put DVD 1 back in.
    Got an error with the .Net installer so. . .
    6. Uninstall at D:\Distributions\LV\Products\DotNet20_x86_Installer\DotNet20x86
    7. Install at D:\Distributions\LV_SE\Products\DotNet20_x86_Installer\DotNet20x86
    8. Again Install  at D:\Distributions\LV\Products\DotNet20_x86_Installer\DotNet20x86
    9. Run TestStand, LabView (if using VI's), and the Deployment Utility.  
    Runtime 8.5.1 should install automatically and ask to reboot the system.  Go ahead reboot and run Teststand, etc. again.
    10. In global settings, 'clear prompt before'. . . , and select 'copy installers to product cache by default'
    11. On Installer Options tab, clear "Install TestStand Engine".
    12. Build - ALWAYS 'remove all files from this folder before building'
    It "should" build.  If not, fix any errors.
    12. Select Install TestStand Engine.
    13. Select Engine Options... and clear all check boxes (except runtime 7.1.1)
    14. Build again (make sure DVD 1 is in)
    15. Install other Engine Options, Drivers and Components.
    16. Build again (make sure DVD 1 is in)

  • How can i build table with two user name columne  ?

    How can I build view with two columns for user name ( one create and the other
    Can change also ) 
    And to display full name ( the user name is the key but not display  ) ?

    Hi,
    Creating View
    •     From initial screen of data dictionary(T.Code: SE11), enter the name of object i.e. view.
    •     Select view radio button and click on the push button.
    •     Dialog box is displayed for types of views.
    •     Select the view type.
    •     On the next screen, you have to pass following parameters.
    •     Short text
    •     In the table box you need to enter the table names, which are to be related.
    •     In join table box you need to join the two tables.
    •     Click on the TABFIELD. System displays the dialog box for all the table fields and user can select the fields from this screen. These fields are displayed in the view fields box.
    •     Save and Activate: When the view is activated, view is automatically created in the underlying database system. As long as the table exists in the database, the view also exists (Unless you delete it).
    Regards,
    Bhaskar

  • Process flow for Maintenance Event Builder integrated with PS

    Dear EAM  Master ,
    Good Day. Can anyone show me how's the process flow for Process flow for Maintenance Event Builder integrated with PS.
    Appreciate.
    Thank you.

    [SAP Help|http://help.sap.com/erp2005_ehp_05/helpdata/en/d7/d0b83a47d0c649e10000000a114084/frameset.htm]
    Thanks
    Narasimhan

  • Comunication and events: Flex Builder 2 with Flash CS3

    Hey hello...well, my question is: how can i comunicate Flex
    Builder 2 with Flash CS3?
    this is my code on Flex Builder 2:
    <mx:Script>
    <![CDATA[
    import mx.controls.*;
    import mx.events.*;
    public function CargaCompleta(e:Event):void
    try
    e.target.content.objeto_salida.addEventListener(Event.COMPLETE,uno);
    catch(er:Error) { Alert.show(er.message,"Error"); }
    public function uno(e:Event):void
    try
    s1.content["objeto_salida"].removeEventListener(MouseEvent.CLICK,s1.content["Finaliza"]);
    s1.source = null;
    s1.source = "recursos/reactivos/208M-1R.swf";
    catch(er:Error) { Alert.show(er.message,"Error"); }
    ]]>
    </mx:Script>
    <mx:SWFLoader id="s1" width="278" height="251"
    complete="CargaCompleta(event)"
    source="recursos/interactivos/208M-1I.swf">
    </mx:SWFLoader>
    and when it change from one file to another, on the event
    "Complete" for the SWFLodar, an error happend
    TypeError: Error #1009: No se puede acceder a una propiedad o
    a un método de una referencia a un objeto nulo.
    at 208M_fla::MainTimeline/frame1()
    Hope somebody can help me...for your time thanks...

    "Jorge EdOardo" <[email protected]> wrote in
    message
    news:gfcfcr$9s2$[email protected]..
    > Hey hello...well, my question is: how can i comunicate
    Flex Builder 2 with
    > Flash CS3?
    >
    > this is my code on Flex Builder 2:
    > <mx:Script>
    > <![CDATA[
    > import mx.controls.*;
    > import mx.events.*;
    > public function CargaCompleta(e:Event):void
    > {
    > try
    > {
    >
    e.target.content.objeto_salida.addEventListener(Event.COMPLETE,uno);
    > }
    > catch(er:Error) { Alert.show(er.message,"Error"); }
    > }
    > public function uno(e:Event):void
    > {
    > try
    > {
    >
    >
    s1.content["objeto_salida"].removeEventListener(MouseEvent.CLICK,s1.content["Fin
    > aliza"]);
    > s1.source = null;
    > s1.source = "recursos/reactivos/208M-1R.swf";
    > }
    > catch(er:Error) { Alert.show(er.message,"Error"); }
    > }
    > ]]>
    > </mx:Script>
    > <mx:SWFLoader id="s1" width="278" height="251"
    > complete="CargaCompleta(event)"
    > source="recursos/interactivos/208M-1I.swf">
    > </mx:SWFLoader>
    >
    > and when it change from one file to another, on the
    event "Complete" for
    > the
    > SWFLodar, an error happend
    >
    > TypeError: Error #1009: No se puede acceder a una
    propiedad o a un m?todo
    > de
    > una referencia a un objeto nulo.
    > at 208M_fla::MainTimeline/frame1()
    >
    > Hope somebody can help me...for your time thanks...
    http://weblogs.macromedia.com/pent/archives/2007/04/using_actionscr_1.html

  • Build finished with ERROR - Failed to pack public part

    Hi,
    I am getting an error when I try to build a Development Component in CBS. This is what the build log says:
    Ant build finished with ERRORS
    Failed to pack public part: Failed to get InputStream for resource D:\usr\sap\PVD\JC01\j2ee\cluster\server0\temp\CBS\2\7\.B\3570\DCs\vecnet.co.nz\general\rimp\preq\preqform\preqcreate\_comp\src\configuration\Components\nz.co.vecnet.general.rimp.preq.preqform.preqcreate.CreatePurchReqComp\CreatePurchReqCompView_Create_Purch_Req_IF.xdp
    Error: Build stopped due to an error: Failed to pack public part: Failed to get InputStream for resource D:\usr\sap\PVD\JC01\j2ee\cluster\server0\temp\CBS\2\7\.B\3570\DCs\vecnet.co.nz\general\rimp\preq\preqform\preqcreate\_comp\src\configuration\Components\nz.co.vecnet.general.rimp.preq.preqform.preqcreate.CreatePurchReqComp\CreatePurchReqCompView_Create_Purch_Req_IF.xdp
    Build plugin finished at 2008-10-02 15:31:45 GMT12:00 (NZDT)+
    Total build plugin runtime: 31.769 seconds
    Build finished with ERROR
    Could you please tell me why I am getting this error, and how do I resolve this one?
    Thanks,
    Ajay

    Was never able to find an answer for this on SDN and haven't had the issue in a long time so I'm closing question.

  • Install problem JDeveloper 12c (12.1.2.0.0) (Build 6668) with Generic Installer on windows

    Hi,
    I am trying to install JDeveloper 12c (12.1.2.0.0) (Build 6668) with Generic Installer on windows .
    C:\Program Files\Java\jdk1.7.0_25\bin>java -jar C:\jdev_suite_121200.jar
    I get the following error :
    Extracting files................................................................
    Unsupported platform (unable to determine the startup directory location).
    The Oracle Universal Installer failed.  Exiting.
    When I try with windows install ( right click jdev_suite_121200_win32.exe and "run as administrator") , I get the following error:
    ERROR Launch:No such file or directory
    In the discussion (https://forums.oracle.com/thread/2573396?start=0&tstart=0) , it is said to be solved by "running as administrator" but it didn't work for me ...
    Thanks ...

    Hi,
      Can you please tell whether you are using 32-bit or 64-bit windows.
      If it is 64-bit then you must run as administrator. In Windows 7x64, just right click on the jDeveloper exe and choose "run as administrator..."
      Remove the existing Oracle folder and restart the system.
      Try to install in new drive.
      Oracle Fusion Middleware Installation Guide for Oracle JDeveloper - 11g Release 2 (11.1.2.4.0) Hope this link will give you more idea in installation.
    Thanks
    Pramila
    Message was edited by: d6866663-7e0d-4497-89df-99f670c41872

Maybe you are looking for