Javac: invalid flag: C:\XML\web.xml

Hi,
I created a file web.xml in JCreator. When I tried to compile the file, it showed:
javac: invalid flag: C:\XML\web.xml.
Does any know how to solve the problem?
Thanks in advance.
Dan

The following is the full message showed after the compiling. It also happened to *.jsp files.
--------------------Configuration: <Default>--------------------
javac: invalid flag: C:\XML\web.xml
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
Process completed.

Similar Messages

  • RUL-01014 (Root Cause: javac: invalid flag)

    Hello,
    I am trying to create XML fact but I am getting the error bellow. Can someone help?
    Cannot perform operation. 'RUL-01014: Unable to add XML schema path D:\My Documents\download\Application1\Project1\event.xsd into data model. Please see the base exception for resolution. Root Cause: javac: invalid flag: Documents\download\Application1\Project1
    j
    ava.lang.Exception: javac: invalid flag: Documents\download\Application1\Project1 at oracle.rules.sdk.datamodel.impl.DataModelUtil.compileJavaFile(DataModelUtil.java:497) at oracle.rules.sdk.datamodel.DataModelManager.addXMLSchemaPath(DataModelManager.java:984) at oracle.rules.sdk.mapper.RuleObjectHelper.addSchemapath(RuleObjectHelper.java:2759) at oracle.rules.ra.uix.mvc.SchemaSelectorEH.addSchema(SchemaSelectorEH.java:138) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at oracle.rules.ra.uix.mvc.BeanEH.genericHandleEvent(BeanEH.java:869) at oracle.rules.ra.uix.mvc.BeanEH.handleEvent(BeanEH.java:838) at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source) at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source) at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source) at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source) at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source) at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source) at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:436) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448) at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239) at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34) at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595)

    Hi Everyone,
    I am also facing same problem. My error is as fallows
    Cannot perform operation. 'RUL-01014: Unable to add XML schema path E:\Jdeveloper\Conditional_BPELProcess.xsd into data model. Root Cause: collision in class name mapping at node "{0}". '
    java.lang.Exception: collision in class name mapping at node "{0}". at oracle.xml.jaxb.JaxbSchemaCompiler.putBindingSchema
    Please help me.
    Thanks in Advance.
    Regards

  • BUG: "Error: javac: invalid flag: path/file.sqlj"

    I sometimes get this type of error when I make a file or a project in JDev 10g EA1, when all of the following conditions apply:
    - I use make (using rebuild it never happens)
    - I use javac (using ojc it never happens)
    - I make a file/projects that somehow depends on a SQLJ file (with java-only scope it never happens)
    - I use either JDK1.4.2_02 or JDK1.5.0_05
    - My JDev, the JDKs, and my project data are all on paths without any spaces.
    - Project size is ~1000 source files, source root path length is 25 chars.
    Perhaps JDev tries to send SQLJ files by mistake to javac for compilation?
    Regards,
    Yaniv

    I've tried to prepare a test case, but before I barely started I narrowed it down to the simplest possible case:
    1) Create a new empty project
    2) Set the project to use jdk1.5.0_05
    3) Set compiler options to use javac
    4) Create a new class, use defaults
    5) File/Rename Class1.java to Class1.sqlj
    6) Right-click the file and choose Make
    This reproduces everytime I modify the file and make it or the project.
    Could not reproduce it using ojc, or using 142_02 (with javac or ojc).
    I believe this bug can be traced to either command-line formatting by JDev or jdk1.5.0_05's low-tolerance for passing non-java files to javac.

  • "Error: javac: invalid flag: Program" in 10.3.1

    Howdy All,
    A very strange error is suddenly occuring when I try to build my Swing project. I think I am missing some quotes somewhere and the compiler is choking on the 'Program' bit when it should be 'Program Files/....', but I am clueless as to where this error is happenning.
    Does anyone know where I can start to pinpoint the problem? The message below is from JDeveloper.
    Cheers.
    Compiling
    C:\j2sdk1.4.2_06\bin\javac.exe -verbose -deprecation -source 1.4 -target 1.4 -encoding Cp1252 -g -classpath "C:\j2sdk1.4.2_06\jre\lib\rt.jar;C:\j2sdk1.4.2_06\jre\lib\i18n.jar;C:\j2sdk1.4.2_06\jre\lib\sunrsasign.jar;C:\j2sdk1.4.2_06\jre\lib\jsse.jar;C:\j2sdk1.4.2_06\jre\lib\jce.jar;C:\j2sdk1.4.2_06\jre\lib\charsets.jar;C:\j2sdk1.4.2_06\jre\classes;C:\Program Files\jdeveloper10.3\jdev\mywork\EndoSwing\classes;C:\Program Files\jdeveloper10.3\j2ee\home\lib\ojsp.jar;C:\Program Files\jdeveloper10.3\j2ee\home\jsp\lib\taglib\ojsputil.jar;C:\Program Files\jdeveloper10.3\j2ee\home\oc4j.jar;C:\Program Files\jdeveloper10.3\j2ee\home\lib\oc4j-internal.jar;C:\Program Files\jdeveloper10.3\j2ee\home\lib\servlet.jar;C:\Program Files\jdeveloper10.3\jdev\lib\ojc.jar;C:\Program Files\jdeveloper10.3\jsf-ri\jsf-api.jar;C:\Program Files\jdeveloper10.3\jsf-ri\jsf-impl.jar;C:\Program Files\jdeveloper10.3\jakarta-taglibs\commons-beanutils-1.6.1\commons-beanutils.jar;C:\Program Files\jdeveloper10.3\jakarta-taglibs\commons-digester-1.5\commons-digester.jar;C:\Program Files\jdeveloper10.3\jakarta-taglibs\commons-logging-1.0.3\commons-logging-api.jar;C:\Program Files\jdeveloper10.3\jakarta-taglibs\commons-logging-1.0.3\commons-logging.jar;C:\Program Files\jdeveloper10.3\jakarta-taglibs\commons-collections-2.1\commons-collections.jar;C:\Program Files\jdeveloper10.3\jakarta-taglibs\jstl-1.1\lib\jstl.jar;C:\Program Files\jdeveloper10.3\jakarta-taglibs\jstl-1.1\lib\standard.jar;C:\Program Files\jdeveloper10.3\jlib\adf-faces-impl-ea16.jar;C:\Program Files\jdeveloper10.3\jlib\adf-faces-api-ea16.jar;C:\Program Files\jdeveloper10.3\jlib\share.jar;C:\Program Files\jdeveloper10.3\jlib\jewt4.jar;C:\Program Files\jdeveloper10.3\jlib\inspect4.jar;C:\Program Files\jdeveloper10.3\jlib\help4.jar;C:\Program Files\jdeveloper10.3\jdev\lib\jdev-rt.jar" -sourcepath "C:\Program Files\jdeveloper10.3\jdev\mywork\EndoSwing\src" -d "C:\Program Files\jdeveloper10.3\jdev\mywork\EndoSwing\classes" @C:\DOCUME~1\elam\LOCALS~1\Temp\javac1056.tmp

    Elam,
    it looks about right except for the list of source files to be compiled where it shows a file name which doesn't make any sense at all:
    @C:\DOCUME~1\elam\LOCALS~1\Temp\javac1056.tmp
    Can you please check if this is a real file which happens to be part of your project?
    Another thing to try:
    + compile a single file of your project; does this work?
    or
    + use Run|Clean <project name> and then recompile project
    Georg
    JDev Team

  • Invalid flag error

    i'm trying to use JFreechart for my application.i tried installing it and tried setting classpath using the command
    prompt and it shows the following errors
    C:\Documents and Settings\Administrator>javac -classpath C:\Documents and Settin
    gs\Administrator\jfreechart-1.0.13\lib\jfreechart-1.0.13.jar;C:\Documents and Se
    ttings\Administrator\jfreechart-1.0.13\lib\jcommon-1.0.16.jar polardemo.java
    javac: invalid flag: Settings\Administrator\jfreechart-1.0.13\lib\jfreechart-1.0
    .13.jar;C:\Documents
    Usage: javac <options> <source files>
    use -help for a list of possible options
    where am i going wrong.i need my compiler to recognise the jfree class libraries.

    You're missing double quotes in your classpath value; if you don't use any, then the compiler will see these as multiple command arguments.
    Vincent

  • Trying to compile tutorial gives invalid flag error

    C:\java\kodo-jdo-3.0.0b1\tutorial>javac -classpath ../lib/*.jar *.java
    javac: invalid flag: ../lib/jakarta-commons-lang-1.0.1.jar
    This in a windows cmd.exe prompt.
    Am I the first one ever to do this? Any suggestions?
    Karl.

    Ok, thanks. Silly error.
    I got the same for 2.5.2 and 3.0 so I just posted in developer.
    Stephen Kim wrote:
    Classpaths have to be full an explicit: e.g. javac -classpath
    c:javakodolibkodo-jdo.jar;c:javakodolibjdo1_0.jar
    and so forth.
    A good way to properly set up your environment is to use one of our GA
    level distributions (2.5.2 being the latest) and modifying jdocmd.bat or
    jdocommand.bat to 3.0's library dependencies.
    Also, until Kodo 3 goes into GA, the proper forum is solarmetric.kodo.beta
    as Kodo 3 is at a different tier of support for now.
    On Mon, 11 Aug 2003 22:26:55 +0000, Karl Nicholas wrote:>>
    C:javakodo-jdo-3.0.0b1tutorial>javac -classpath ../lib/*.jar *.java
    javac: invalid flag: ../lib/jakarta-commons-lang-1.0.1.jar
    This in a windows cmd.exe prompt.
    Am I the first one ever to do this? Any suggestions?
    Karl.
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • Invalid root. The WEB-INF/flex folder must contain either flex-config.xml or services-config.xml.

    Hi,
    I am tryng to create a Flex Project, but got stuck with an error....
    The Error is  Invalid root. The WEB-INF/flex folder must contain either flex-config.xml or services-config.xml.
    Initially I download jboss-5.1.0.GA and placed it in C folder.
    While creating project, I selected J2EE server,  selected remote object access service and LiveCycle Data Services...
    In the next step, I de-selected the use default location for local  LiveCycle Data Services server.
    In the root folder - C:\jboss-5.1.0.GA
    for Root URL:  http://localhost:8700/flex/
    Context Root: /flex
    when I clicl Validate Configuration.. this is the error I get  Invalid root. The WEB-INF/flex folder must contain either flex-config.xml or services-config.xml.
    I can't understand what is going wrong here....any ideas....
    Thanks for the Help.....
    Thanks

    Run the wizard, select ColdFusion as the server technology, but don't
    check the option to use remote object access service. Then, open the
    project properties dialog, go to the Flex Compiler page, and add a the
    compiler flag: -services
    "C:\ColdFusion8\wwwroot\WEB-INF\flex\services-config.xml" (obviously
    changing the path as appropriate). This flag is what gets set by the
    wizard when you opt to use Flash Remoting.  -http://www.feed-squirrel.com/index.cfm?evt=viewItem&ID=77732
    Above is a work-around/solution that was successful for me.  Below are screen shots of how I initially configured the project, following the above solution.
    In the image above, notice how I didn't tick the "Use remote object access service" checkbox.
    For the image below, the 'Y:\' value is a mapped network directory to my server (IIS) webroot, which is "\\windowsserver/Inetpub/wwwroot/".  Root URL is the name of my server.  Fill in the fields with correct values and hit finish.
    Then navigate ( Project>Properties>Flex Compiler ) to this project's 'Flex Compiler context menu.
    And 'W:\' is another mapped network directory that points obviously to my Coldfusion's WEB-INF\flex.
    I hope that this helps.  As you may see, I'm hoping that this will help you and others that are likely to come across problem.

  • Invalid or no XML schema in XML Forms Builder

    Hi all
    Could anyone help me with this?
    When I try to preview an Forms example in XML Forms builder I've got the following error:
    "Messages or errors reported while building the project Invalid or no XML schema information Error was: Invalid or no XML schema information "
    Running EP6 SP2, JRE 1.4.2_05, IE 6.0
    Thanks in advance
    Mikael Lofberg

    Hi Mikael,
    If you have not already try saving and rebuilding the project? When you rebuild do you get errors in the project check tab?
    If so this should point to the cause of the problem.
    Regards
    Daniel

  • "javadoc: invalid flag: -d" when using "-doclet"

    When i change the options of javadoc to use a custom doclet (by adding -doclet and -docletpath) javadoc just throws an error saying:
    javadoc: invalid flag: -d
    Is this a known bug?

    Hi there, I have the same problem now.
    My doclet works fine when calling without ant.
    (Of course with -d parameter.)
    Also I tried to address the original sun doclet
    in an <javadoc ...
    <doclet>
    statement, and also with this doclet got the error
    "javadoc: invalid flag: -d". So I am sure it is a bug
    in the combination of ant and javadoc.
    I tried "ant -v mydoclet", but saw nothing wrong (despite the
    error message and break of javadoc):
    [mkdir] Created dir: Z:\pegcore\docu\library
    [javadoc] Generating Javadoc
    [javadoc] Executing 'C:\j2sdk1.4.2\bin\javadoc.exe' with arguments:
    [javadoc] '-d'
    [javadoc] 'Z:\pegcore\docu\library'
    [javadoc] '-verbose'
    [javadoc] '-J-Xmx512m'
    [javadoc] '-classpath'
    [javadoc] 'Z:\pegasus07\jar\comm.jar;Z:\pegasus07\jar\mail.jar;Z:\pegasus07\jar\OB.jar
    [.........];Z:\pegasus07\jar\com.jar'
    [javadoc] '-sourcepath'
    [javadoc] 'Z:\pegcore'
    [javadoc] '-doclet'
    [javadoc] 'DocuLibraryDoclet'
    [javadoc] '-docletpath'
    [javadoc] 'Z:\pegcore\tools\docuBuilder\Doclet'
    [javadoc] 'pegasus'
    [javadoc] 'pegasus.common'
    [javadoc] 'pegasus.common.getOpt'
    [javadoc] 'pegasus.common.xml'
    [javadoc] 'pegasus.common.pegasusExceptions'
    [javadoc] 'pegasus.common.pegasusMail'
    [javadoc] 'pegasus.common.action'
    [javadoc] 'pegasus.common.stateEvent'
    [javadoc] 'pegasus.protocols.sip.jain.protocol.ip.sip.header'
    [javadoc] 'pegasus.protocols.sip.jain.protocol.ip.sip.message'
    [javadoc]
    [javadoc] The ' characters around the executable and arguments are
    [javadoc] not part of the command.
    [javadoc] Javadoc execution
    [javadoc] javadoc: invalid flag: -d
    [javadoc] usage: javadoc [options] [packagenames] [sourcefiles] [............]
    Are there any new findings, what can help?
    Best regards,
    Thomas

  • Invalid Flag

    When I try to compile my Java programs, I get an error saying that the file path where my program is saved is an "invalid flag." I tried saving the programs in different files, but nothing worked. I don't understand what an invalid flag is or obviously how to fix the problem. Please help!

    Invalid Flag means something in the command you typed was interpreted by the compiler as an option that doesn't exist. For example,
    javac -cp c:\java Test.java
    generates an invalid flag because -cp is not a valid option for SDK 1.3. If you still have trouble, post the exact command you are entering, the exact file you are trying to compile, and the exact error message. Some one can probably tell you what's wrong.

  • Javac: invalid target ?? help me pls?

    hi.
    first time, i have not encounter any problem about my ide ( netbeans 5.5 ) . but this time i need to build my old project i encounter a problem :
    it is :
    ============
    javac: invalid target release: 1.6
    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
    BUILD FAILED (total time: 0 seconds)
    ==================
    what can i do? please help me .. thanx

    Go to the project properties. ( right lick =>
    properties )
    then select "sources" on left side & now on the right
    pane BOTTOM you'll see something like "source level"
    with a drop down menu.
    Select the version you're using right now from the
    drop down menu.
    Hope this will help.
    Cheers :)
    AlienX
    p.s - U can find the java version you're running by
    entering "javac -version" in the cmd prompt.This is the problem I have. Souce level in Project's properties is 1.4, error says about 1.6. If I override it as a compiler option it works. If I reset it as I have described previously it works.
    Boris

  • Invalid configuration for catalog/Web dispatcher (Fiori Smart Business Cockpit)

    Hi all,
    For our smart business cockpits, we have following issue in our administration (launchpad):
    Invalid configuration for catalog/Web dispatcher
    Title
    SAP: KPI Catalog for SAP Smart Business
    ID
    X-SAP-REMOTE:SAP_KPIFRW_TC_R
    Remote ID
    HANA_CATALOG
    System alias
    HANA
    Base URL
    /sap/hba/apps/kpi/s/odata/hana_chip_catalog.xsodata/
    Type
    REMOTE
    When I check our console client, the only error that we see is following message:
    2014-08-04 14:33:16 Base URL '/sap/hba/apps/kpi/s/odata/hana_chip_catalog.xsodata' already registered - sap.ui2.srvc.Factory
    Does someone already saw this issue before? I noticed that we only have those issues on REMOTE CATALOGS.
    Thx!
    Regards,
    Hans
    Tags edited by: Michael Appleby

    Use SAP_KPIFRW_TC_R role (I think you already did).
    (https://<WEBDISPhostname>:<port>/sap/bc/ui5_ui5/sap/arsrvc_upb_admn/main.html?sap-client=xxx&sap-language=EN#/Catalog/X-SAP-REMOTE:SAP_KPIFRW_TC_R)
    However, to be able to access this catalog, the HANA user needs the role sap.hba.apps.kpi.s.roles::SAP_SMART_BUSINESS_RUNTIME
    If the user has to model KPIs, they need sap.hba.apps.kpi.s.roles::SAP_SMART_BUSINESS_MODELER.
    Regards,
    Kiran

  • What is JAVAC: invalid argument

    I have a program which compiles and runs but when I try to compile it in FORTE I get "JAVAC: invalid argument"
    What argument is it talking about here? Nothing seems to help; from mounting file systems and setting classpaths in the compilers. Any idea what I'm not doing right?
    Thanks.

    Hi,
    that is that misleading thing with error messages -
    they state a condition, that was expected, but was not fullfilled - here it was invalid argument - an argument was expected, that javac can understand, it was missing and so the error message was brought up.
    That is normal, an error message is definitely no advice, how to go on. If you will follow all the compiler-"suggestions" for example, you will get a syntactical correct program after a while, but you will be mislead to a program, that don't reflect the original semantic. Those messages are neither suggestions nor advice at all - they state a condition, that was not matched during execution - nothing more nothing less.
    greetings Marsian

  • Invalid char in XML from inbound IDoc

    I am trying to send a CREMDM IDoc from a 4.6C R/3 system to an XI SP09 system. The IDoc gets sent from the backend system, shows up fine in WE05, but after it gets passed to XI, I encounter a fatal error (in SXMB_MONI) that reads:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: Invalid char #0x15(:main:, row:1, col:986) at com.sap.aii.mappingtool.tf3.Transformer.checkParserException(Transformer.java:41) at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:66) ....
    Upon checking the payload, I discover an "#" character in one of the fields (at position 986) has mysteriously been transformed to a " " character. XI does not recognize this character and the parser fails.
    As I understand, the R/3 system is non-unicode, and XI being unicode could be causing the problem. However, I have no clue how to solve this issue. Deeply appreciate it if any ALE/XI experts can share any insights.
    Regards,
    Danny

    Thanks for all the response. It looks like the "#" character is in fact a control character from the R/3 system, which is a "negative acknowledge" (#0x15) character. This character is not valid for XML and hence it even fails the test tool in Integration Repository. I figured this out from your responses as well as checking the XML payload in XMLSPY (gave me a illegal char code 21 as well, which corresponds to the above hex code for the negative acknowledgement char).
    It looks like we have to tackle the problem on the outbound IDoc side, which I am in the midst of figuring out how....

  • Invalid path in XML Publisher temporary directory

    Hi
    Even if i am setting this temporary directory property in xml publisher admin to an invalid path, i am able to see the template outputs. i restarted the apache server. Do i need to do any more changes?
    Thanks
    Satya

    Can i get any clue on this?

Maybe you are looking for

  • Problems during copying music files from iTunes 10.6.1 to iPhone

    1st problem In new iTunes 10.6.1 on my MBP when copying music on iPhone if during copying add additional musical files in queue, copying of files from the previous queue stops. In the previous iTunes version of such problem didn't arise. Whether ther

  • Nested Repeater and Binding Problem - Please Help

    I have nested repeaters and binding seems to work with the outer repeater, but not with the inner repeater. I have boiled it down to a pretty concise case. If someone could offer hints I would be most appreciative! I understand the objects I am using

  • Hello?  Can you hear me?

    Skype works fine, but the phone feature on my iPhone4 is not working!  It calls and receives calls just fine.  Difficult to hold any sort of conversation because you can't hear them and they can't hear you!  My iPhone has reverted to just being a glo

  • How to use Ant

    Hi guys,   I am working on Adapter Development.I came to know that using Ant we can build .rar files. Can any one please tell me how to use that and where can i get that. Regards, Gowtham K.

  • What kind of page to use for my website

    i want to create a website with form, polls, and user login fuctionalities.. should the page be .html. xhtml. aspx or what..