Cannot create a project with netbeans 4.1

hi. i am using jdk1.5 update 3 with netbeans 4.1. my operating system is ubuntu linux 5.04. when i want to create a new project with netbeans i get this error:
javax.xml.transform.TransformerConfigurationException: Could not compile stylesheet
i open netbeans, click button "new project", select "General > Java Application", click "next" button.
project name: JavaApplication1
project location: /home/bsevindi
project folder: /home/bsevindi/JavaApplication1
when i click "finish" button, i get the error above. what should i do? BTW, i have compiled
a sample project and it works fine. the problem is only about creating a new project.

I suggest you post the question to a netbean users forum.
This forum is better for question regarding programming rather than how to use an IDE.

Similar Messages

  • Is there a way to create a project with custom audio settings that are NOT only "Stereo" or "Surround"?

    Is there a way to create a project with custom audio settings that are NOT only "Stereo" or "Surround"?
    Thanks!
    -Adrian

    the old apps are on my computer but they have had upgrades since they were put on the ipod originally.  you think you would get a warning about this when you restored. I was not worried about losing the progress of the apps but i would have been worried about the app it self!!!!!

  • ORA-02348: cannot create VARRAY column with embedded LOB

    Hi
    This error message I get when I try to create a table from my schema file which has a (sub-) element of type CLOB.
    In my XML document I have an element which needs to become declared a CLOB (because it's > 4000 bytes), in my Schema I define it's element node like:
    <xs:element name="MocovuState" xdb:SQLType="CLOB">
    I can register this Schema file but when I create the table, I get the error:
    ORA-02348: cannot create VARRAY column with embedded LOB
    Does anybody know how to handle this ?
    Marcel

    You need to use the xdb:storeVarrayAsTable="true" schema annotation so that unbounded elements are created at schema registration time as nested tables. Varrays can not contain CLOBs/BLOBS. Use the schema annotation xdb:SQLType="CLOB" to tell Oracle XMLDB to use CLOB storage for the element. See your schema below:
    P.S. XMLSPY is invaluable as it supports Oracle XML Schema annotations.
    <?xml version="1.0"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xdb="http://xmlns.oracle.com/xdb" targetNamespace="http://www.yourregisteredschemanamespace.com" elementFormDefault="qualified" attributeFormDefault="unqualified" xdb:storeVarrayAsTable="true">
         <xs:element name="nRootNode">
              <xs:complexType>
                   <xs:all>
                        <xs:element name="nID" type="xs:long"/>
                        <xs:element name="nStringGroup" type="nStringGroup" minOccurs="0"/>
                   </xs:all>
              </xs:complexType>
         </xs:element>
         <xs:complexType name="nStringGroup">
              <xs:sequence>
                   <xs:element name="nString" type="nString" minOccurs="0" maxOccurs="unbounded"/>
              </xs:sequence>
         </xs:complexType>
         <xs:complexType name="nString" xdb:SQLType="CLOB">
              <xs:sequence>
                   <xs:element name="nValue" type="nValue" minOccurs="0" xdb:SQLType="CLOB"/>
              </xs:sequence>
              <xs:attribute name="id" type="xs:long" use="required"/>
         </xs:complexType>
         <xs:simpleType name="nValue">
              <xs:restriction base="xs:string">
                   <xs:minLength value="1"/>
              </xs:restriction>
         </xs:simpleType>
    </xs:schema>

  • Creating a project with wireless toolkit

    Hi everybody,
    I'm trying to create a project with WTK 2.1 and I can't. I follow the tutorial steps but after building successfully the sources I run them and appears me the following lines:
    Unable to create MIDlet BotonMid
    java.lang.ClassNotFoundException: BotonMid
    at com.sun.midp.midlet.MIDletState.createMIDlet(+14)
    at com.sun.midp.midlet.Selector.run(+22)
    Execution completed.
    Selecting new project in the wireless toolkit I type the following:
    Project name botonoriginal
    Midlet class name BotonMid
    BotonMid is the name of a java file and is the name I have in the line
    public class BotonMid extends MIDlet implements CommandListener
    Why can't I create the project?
    Thanks.

    Thanks for the responses. But both solutions proposed doesn't work and I don't know why. First of all I try to compile the BotonMid.java file using javac and it appears me 29 errors. I'm confused because when I build the project is successful.
    Maybe there is a J2ME compiler (j2mec for example) but I don't find in the web. I also try to type a public constructor but appears me the same error.
    And my question is: how can I compile the java file without errors? I don't understand why appears me 29 errors if the file building is sucssesful.
    Thanks.

  • You cannot create a customer with grouping ZLES

    hi friends,
    I am encountered with the below message during BP creation "You cannot create a customer with grouping ZLES"
    ZLES being the account group..
    I ve come across the following..
    I made config for BP to Customer ( auto creation)
    and also BP to Vendor ( auto creation)
    at a time only one of the thing is working either BP to customer or BP to vendor..
    when i check the config  under Number Range>Define Groupings and Assign Number ranges> in this there is a radio button Int.Std.Grping if this is marked for the grouping of Mast tenant with Cust acc  then there is no error for this but error persists while creating BP to Vendor.. and if the radio button is ticked for Landlord with vendor Account then the issue comes for BP to Customer i.e the error "You cannot create a customer with grouping ZLES"
    how can i tick both of them together ( if there is possiblity)
    kindly help

    sorry for late reply.
    if ur issue isn;t solved?----
    in  Define Groupings and Assign Number Ranges dont select the raido button for your grouping . and next thing is while creating business partner. follow these steps...
    1 bp
    2 click on person, group or org as desired
    3 select the role and click create. AND
    4 at right hand side corner there is Grouping select the Grouping ( i was missing this step due to which i used to get the error)
    hope this will solve ... also check the account groups of both BP and Customer or else there will be synchronisation error..
    regards

  • Cannot create Proxy service with JCA transport

    Hello everyone.
    I have some issues while trying to create ftp service with jca transport. I follow the instruction in this tutorial:
    http://blogs.oracle.com/MarkSmith/entry/osb_and_ftp_adapter_in_11g
    I stuck in Step 4, cannot create proxy service to use JCA file that I created by JDeveloper 11g (11.1.1.5). When I specify jca file for proxy service, a error message returned:
    <ALSB Console> <BEA-494002> <Internal error occured in OSBConsole : Transport exception occurred with the following message:
    Invalid JCA file for JCA proxy service. If you are creating a Proxy from a Business Service, please select a different transport type (for example, http). If not, JCA file must contain JCA activation spec properties.And these are my jca file content that created by JDeveloper:
    <adapter-config name="myJCA_FTP_service" adapter="FTP Adapter" wsdlLocation="myJCA_FTP_service.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
      <connection-factory location="eis/ftp/MyFtpAdapter"/>
      <endpoint-interaction portType="Put_ptt" operation="Put">
        <interaction-spec className="oracle.tip.adapter.ftp.outbound.FTPInteractionSpec">
          <property name="PhysicalDirectory" value="/home/FTP-shared/upload"/>
          <property name="FileType" value="ascii"/>
          <property name="Append" value="false"/>
          <property name="FileNamingConvention" value="osb_%SEQ%"/>
          <property name="NumberMessages" value="1"/>
        </interaction-spec>
      </endpoint-interaction>
    </adapter-config>Is there anyone who had tried to use JCA transport with Ftp adapter already? Please give me a suggestion.
    Any response is appreciated
    Regards, Cuong Pham

    To get to the basics.
    You use GET to read files from an FTP location - This can be done by an OSB proxy service only.
    You use PUT to write files to an FTP location - This can be done by an OSB business service only.
    So forget that you need a proxy service for PUT.

  • Encore CS4 can't create a project with Snow Leopard

    After many crashes on a Windows XP 64Bit Dell workstation trying to render a project, I thought I would create the project from scratch on my MacBook Pro 17" with Snow Leopard installed. I get a strange string error message trying to create a new project. It goes back to the welcome screen and I try to open the project it just created. I get a second error message that the project was created with Windows and can't be opened with a Mac. Strange. Then I get a third message saying an input contract violation has occurred. I guess I'm in trouble somehow for this . I think I was successful at creating a service issue with this, but I only grabbed the first error message at that time.
    I'll attach the messages here....
    Rick

    Sorry to say, no I have not. I was able to complete the work on my Windows XP 64Bit system.
    The MacBook is my personal laptop, but I use it as backup to what I am doing on the workstation.
    I was sent some info on permissions and maybe starting in safe mode. I don't know that "safe mode" exists on a Mac, and I am the only owner/user on it. Permissions should not be an issue. No time right now to do an uninstall/reinstall, but that's what I was thinking of doing.
    It tells me I can't create the file, yet it appears in the folder. Then I try to open it and it says it was created with a Windows machine. Neat trick.
    I just tried again, no luck.

  • Cannot create client error with sample SAP JCO code

    Hi,
    I am encountering the following error when trying to connect to a R/3 system using the WAS 6.40 on my laptop. I have cut and pasted the Example1 code from the SAPJCO into my NetWeaver developer studio IDE.
    java.lang.UnsatisfiedLinkError: no CpicNative in java.library.path
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at com.sap.mw.rfc.api.RfcApi.initializeDLL(RfcApi.java:1285)
         at com.sap.mw.rfc.api.RfcApi.<clinit>(RfcApi.java:1299)
         at com.sap.mw.jco.MiddlewareJRfc.<clinit>(MiddlewareJRfc.java:228)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at com.sap.mw.jco.JCO.<clinit>(JCO.java:630)
         at com.sap.mw.jco.support.JRfcTest.correctProperties(JRfcTest.java:1043)
         at com.sap.mw.jco.support.JRfcTest.initCall(JRfcTest.java:1072)
         at com.sap.mw.jco.support.JRfcTest.runConnectionTest(JRfcTest.java:735)
         at com.sap.mw.jco.support.JRfcTest.main(JRfcTest.java:202)
    Cannot create client, error message:
    java.lang.NoClassDefFoundError occured:
       Message:null
    I have a system user defined in R/3 but still this isn't working. I am new to Java so any light you could shed would be greatly appreciated.
    Cheers and TIA,
    Rich

    The unsatisfied link error should be because sapjco.jar cannot link to the sapjco.dll.
    I tried to simulate the problem by
    1) Opening a java perspective.
    2) Create a new 'java' project.
    3) Add libraries sapjco.jar from the path <Drive>:\Program Files\SAP\JDT\eclipse\plugins\com.sap.mw.jco\lib
    You will see sapjcorfc.dll in this path
    4)Add a new class file ,Wrote a sample jco code and executed and it worked..
    The key is to have the sapjcorfc.dll in the same directory as sapjco.jar
    I hope this helps

  • Cannot Create Data Repository with VM Server (3.1.1) Cluster

    Dear All,
    I have 3 Servers (one for VM Manager, two for VM Servers) and 1 Storage (Sun Storage 6180 (Fiber Chanel) and map volume as Default Storage Domain ).
    I try to create my 2 VM Servers as Cluster on VM Manager but it has problem as below:
    Case1. I can create a Server Pool with cluster by select Clustered Server Pool by select physical disk, add 2 servers then create data repository but it got problem: in page Create a Data Repository: Select Physical Disk is shown blank not see a physical disk.
    Case 2. when I create server pool by uncheck Clustered Server Pool box (None Cluster) and add 2 vm servers then create data repository, the physical disk is shown but got error message:
    "OVMRU_002030E Cannot create OCFS2 file system with local file server: Local FS vmserver1. Its server is not in a cluster
    Wed Dec 26 01:27:12 ICT 2012"
    Please kindly give advice for this.
    Thanks and regards,
    Vandy

    1. So you're trying to create a server pool and a storage repository on a single LUN that is direct attached? Don't your software on the 6180 allow you present multiple LUNS from disk group? Think about it. You create a clustered server pool on a single LUN and then try to use that same LUN for repository.....
    2. How are both hosts attached? Are there multiple HBA cards in your 6180? Is so, how many? If you have redundant cards you should be using multipathing for redundancy.

  • Creating a project with 5.1 audio channels

    Hi,
    My camera can record in 5.1 channels (I have a multi channel mic for that). If I record using it, I obviously want to create a project that can include this and that will eventually will get me to create a DVD with 5.1 channels, so I can benefit from it when watching them into my Home Theater.
    Does anyone knows if this is possible?
    I seem to see some 5.1 options when sharing as Quicktime movie and so on but not sure how to use them.
    Thanks in advance for any advice.
    AMPJ

    You need Final Cut Studio to burn 5.1 on mac. (DVD Studio Pro, to be specific)
    Yes, IMO Apple really sells Logic users short on 5.1. Sure you can author, but no delivery platform unless you pony up $$$ for FCS.

  • CREATING "MASTER" PROJECT WITH PREMIERE ELEMENTS (PRE)

    I am creating a new thread following up on earlier questions re Premiere Elements 8.0 (PRE).
    I have created (authored?) 14 projects with music using PRE and burned each on 1 DVD.  I did not save to a folder, but went to Share and Burn Disc.  They show well on TV from an ordinary DVD player.  Now I must combine these projects into 3 "master" projects on 3 DVDs and burn multiple copies to send to former members of my Boy Scout Troop.  See the chart below. I thought (silly me) that I could do that straightforwardly with PRE.  I am going to start following suggestions from Bill Hunt and Nealeh.  
    Titles of Existing “Premiere Elements 8.0” “Sub” Projects
    All Burned Individually to NTSC DVD Standard
    Each Project Now on Separate DVD
    No. of Slides
    Running Time
    Min:Sec
    Desired
    New Project for DVD Players
    Introduction & Dedication
    21
    5:30
    DVD NO. 1
    417 Slides
    69:46
    With Main Menu Marker for Each SubProject
    1974 Canoe Trip
    60
    9:12
    1975 Canoe Trip
    105
    16:41
    1976 Canoe Trip
    24
    5:12
    1977 Canoe Trip
    16
    3:00
    1978 Canoe Trip
    89
    14:02
    1979 Canoe Trip
    15
    2:15
    1982 Canoe Trip
    87
    13:54
    1973 Jamboree
    62
    10:42
    DVD NO. 2
    247 Slides
    34:32
    With Main Menu Marker for Each SubProject
    1981 Jamboree
    124
    15:11
    1985-2001 Jamboree
    61
    8:39
    Troop 184 Camping & Hiking
    190
    34:28
    DVD NO. 3
    443 Slides
    78:12
    With Main Menu Marker for Each SubProject
    Other Activities 1972--1985
    65
    10:19
    Troop 184 Family Camping  1974--2006
    188
    33:25
    Total Slides
    1,107
    182:30
    182:30

    Hey, those ain't "newbie" questions. The first one gets posted to the Forum Comments forum weekly. The second one, well I should have posted my normal detail, but got lazy - mea culpa, mea culpa.
    1.) This ARTICLE should step you through the processes with the e-mails. If you have any questions, let us know. There are several places, where e-mail notification can be turned ON and OFF. Some are global, and some are specific to threads.*
    2.) Ah, the ImgBurn site. The top 2/3 are all ads. Hey, it's great free software, so who can blame 'em? Scroll down to where the page has the various versions and what they addressed. There is a Download button there (well below those ads). That is what you want. Normally, I mention the scrolling way down page, but you caught me here.
    Good luck,
    Hunt
    * Going back a few months, while trying to help another user on the Forum Comments forum, I got hit with a global change in my e-mail settings. I got about 1,000/day, for every forum that I participate in - think 1,000 x PS, PrPRo, Encore, InDesign, Illustrator, Audition, PrE and all of their sub-fora! Fortunately, it only took about 3 days for Adobe to get that fixed.

  • Cannot create new project

    when i try to create a new project, i get an error message that says "cannot create project. Please check the disk to ensure there is enough free space and you have permission to write projects. " what gives?

    i just figured this out in case someone else has this problem. go to your "movies" folder and make sure you have read/write access, for some reason i couldn't write to the folder. i also moved all of my downloaded movies to a new folder, which might have helped.

  • Encore CS3 on new system Win7 - cannot create new project

    Brand new system Win7Ult 8GB solid state dr - just installed AdobeCreative Suite 3 Production Prem - every time I try to craete a new project in CS3 the progress bar goes half way and stops returning to opening dialog.  When I try to open teh newly created ncor file it says it cannot open the project because it cannot find the folder its located in?????????????????

    1) Have you tried setting all CS3 applications (Encore, Premiere, After Effects.........) as admin rights?(right click on the icons\Propriety\Compatibility\Run as admin.......)
    Win7 loves it
    2) have you installed this update? (Very important in Win7 O.S.):
    http://kb.roxio.com/search.aspx?URL=/content/kb/General%20Information/000070GN&P ARAMS
    Hoping this will help
    Ciao
    Giorgio

  • Create New Project with existing Source

    Hi there,
    I'm new to JDeveloper (10.1.3) IDE. I want to create an Application with an existing Source. As my application cosists of different folders and each module code is present in their respective folders.
    In eclipse i will point to the main folder of the project.
    ie.
    folder1
    |-->folder2
    |-->folder3
    i will point out to folder1
    (NOTE: folder 2 and folder 3 consists of source code of respective modules)
    Pls help me in this regard so that i can make use benefits of Jdeveloper.
    Thanks,
    Vinay

    Create a new workspace and an empty project in it. Then go to project properties for that project and just add the directories you want under the "project content" node.

  • How can i create a project with my exisiting java code

    Hi All,
    I have a source code of one project and i want to execute this in jdeveloper 10.1.3.1.0 version.
    can u please suggest me how can i execute that project
    its using struts and ejb's
    i need clear steps of this.
    Thanks in Advance.
    Regards,
    588872

    Under file->new->Projects you'll find two options that are relevant to you:
    One is called project from WAR file - this will allow you to point to a project that has been packaged as a WAR and will create a JDeveloper project for it.
    The other option is called "Project from existing source" this will allow you to point to your existing code directory and will create the JDeveloper project for this.
    After you created the project, you might want to do a bit of tweaking under the project properties->content and sub categories for Web content, resources etc...
    And you might also need to add any missing JAR files you are depending on to the libraries node of your project properties.

Maybe you are looking for