How add foler in netbean 4.1?

Project Properties->Libraries->Add JAR/Folder did not work.

Rightclick on project > New > File/Folder. Is this what you needed?
The facility you used is designed for adding custom-made libraries etc.
Peter

Similar Messages

  • How can I connect NetBeans 6.1 with SQL Server 2005?

    Hello guys...
    how can i connect NetBeans 6.1 with SQL Server 2005?
    there is no SQL Server in Server list when we create a new Web Project and choose Server.
    I'm new to NetBeans and this is my first time of posting.
    If has some errors and unwanted disturbing,pls understand me. Thanks.
    (If you have references or some snippets, i'll be glad if u can share.)
    scsfdev

    The JDBC-ODBC bridge wasn't recognizing any of the primary keys I had set up in SQL Server. After lots of head banging, here's the solution I came up with:
    1. Download the appropriate driver. SQL Server 2000 requires the SQL Server 2000 JDBC driver (http://www.microsoft.com/downloads/details.aspx?FamilyId=07287B11-0502-461A-B138-2AA54BFDC03A&displaylang=en).
    SQL Server 2005 download: (http://www.microsoft.com/downloads/details.aspx?familyid=C47053EB-3B64-4794-950D-81E1EC91C1BA&displaylang=en)
    3. After installing, right-click on "Libraries" in your project, and choose "Add Library...". Next, give it a name (i.e. SQLServer2000), and select "Class Libraries".
    4. On the next screen, find the JAR files (should be in C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib\), and add them under the "Classpath" tab. It will now be available under "Libraries" for future projects.
    5. You can now create a connection to a specific database under the "Services" tab (next to "Projects" and "Files" in the top left of the screen). Select "Microsoft Sql Server 2000 (Microsoft Driver)" and format the "Database URL" like this:
    jdbc:microsoft:sqlserver//YOURSERVER:1433;DatabaseName=YOURDATABASE
    1433 is the default port, though your DBA may have changed it.
    I posted a simpler version of this on the NetBeans.org FAQ page - they had the following title with no content on the answer page:
    "Cannot Select Tables From MsSql 2000 Because It Says No Primary Key Next To Each Table But The Tables DO Have A Primary Key. What Do I Do?"

  • How add windows 7 to my mac

    How add windows 7 to my mac

    Believe it or not but w/o knowing what  Mac you have and which OS makes a differnce, somewhat.
    nMP supports 8.1 though getting Windows 7 was made easier more recently.
    Some models barely support Windows at all (possible but a fudge when it comes to a 2006 1,1 EFI32).
    Once I discovered that t he Windows key or command key was a one step hop out  of Metro to Desktop been very happily using 8.0/8.1 and it does  - other than games?? - run best of any Windows OS.
    Using one copy of Windows natively and then using it in Fusion or Parallels (but have to do Boot Camp inst all first) is not illegal or anything else. And there is free VirtualBox too.
    I know with Fusion and Mavericks you can run Mavericks in a VM as well, handy for testing. And appears to run very well on t he nMP 6-core.
    I would use an SSD for Windows, separate from your Mac SSD, or $299 buys you a 500GB SSD

  • Front row how add music to it

    Im not for sure how add music to front row can someone help me isnt it playlist in iTunes??? im not for sure

    Post in the Front Row forums where those gurus are.

  • Cloning 10g Database in archive mode - How add new created archive files

    Deat all
    I want to clone oracle 10g database using hot backup. database in archive mode.
    Database is running user data entry contifue, during hot backup there are aproximatly 3 to 5 new archive log created. Please guide me how add these new created archive log in cloning process.
    Thanks
    Alter system switch logfile;
    SQL> select max(first_change#) scn from v$archived_log;
    SCN
    8592924
    alter tablespace tablespace1 begin backup;
    alter tablespace tablespace2 begin backup;
    alter tablespace tablespace3 begin backup;
    alter tablespace tablespace1 end backup;
    alter tablespace tablespace2 end backup;
    alter tablespace tablespace3 end backup;
    select name from v$archived_log where first_change# >= 8592924 order by name
    NAME
    F:\ARCHIVELOGS\ARC00390_0664080689.001
    F:\ARCHIVELOGS\ARC00391_0664080689.001
    F:\ARCHIVELOGS\ARC00392_0664080689.001
    create pfile='init<new database sid>.ora' from spfile;
    alter database backup controlfile to trace as '/home/oracle/cr_<new sid>.sql'
    STARTUP NOMOUNT
    CREATE CONTROLFILE SET DATABASE "ORCL" RESETLOGS FORCE LOGGING NOARCHIVELOG
    MAXLOGFILES 50
    MAXLOGMEMBERS 5
    MAXDATAFILES 100
    MAXINSTANCES 1
    MAXLOGHISTORY 453
    LOGFILE
    GROUP 1 'E:\oracle/oradata/dg9a/redo01.log' SIZE 100M,
    DATAFILE
    Edited by: Naeem Sheeraz on Nov 15, 2008 12:54 PM

    When you attempt to startup the cloned database on the new server you will find that it needs recovery -- because it was taken in hot backup mode.
    That is why you need to copy the archivelogs that are generated from the first archivelog after the first "alter tablespace begin backup" to the first archivelog after the last "alter tablespace end backup".
    I see that you are also including a CREATE CONTROLFILE script.
    You would run that at the cloned environment.
    Then you would issue the RECOVER DATABASE USING BACKUP CONTROLFILE UNTIL CANCEL command to make the clone consistent.
    You can, of course, use the same method to copy these archivelogs as you use to copy database files -- tar, cpio, tape, etc.

  • How add new field in layout in RDF using XML report definition

    Hi, ALL
    Do you know how add new field in layout of existing report in RDF using XML report definition. If I try change anything in RDF layout, layout which defined in XML override report layout.

    hello,
    in reports 6i we have this limitation, that you can not add a field to a report unless you re-default the whole report, as we do not support positioning-information in the customization file.
    regards,
    the oracle reports team

  • How add attribute to more than one user.

    Hi.
    I have long list of user, but their have no defined attribute O, OU and mailhost. I can add this attribute singly for user only separately.
    I woundering that how add attributes for more user by the same time.
    And who know, why though I have user in separately OU and O, the user have no attribute in Generic Editor for example. I can not use function Search in Server Console, because any user have no this attributes.
    If anybody know any solution , please help me

    O, and OU are not attributes, therefore you cannot search for them on any object under such o, or ou. In order to add any atribute to a user, the best way is to extend the user, inetorguser, etc., by creating a new class that inherits from any of the classes already existing for users. Then, create any new attribute, and add it to the class....Then run a big ldif adding objectclass: newclass to al the users or only to the users you want. It is easier to do it than to explain it, believe me.
    Good Luck!
    Enrique.

  • Any add-ons to NetBeans to extend the visual-design capabilities?

    Are they any add-ons to NetBeans that extend the visual-design capabilities?

    Hi,
    I remember GUI subclasses to be an issue in 10.1.3. Not sure this has been resolved. Best suggestion is to file a service request with support and have them looking at a test case
    Frank

  • Hi Experts, how add a column to MD04 via BADI or some other method?

    Hi Experts,
    the recommended BADI is MD_ADDD_COL_EZPS.
    I am working on a requirement about adding a column to MD04(when you input /nMD04 in the system you will see two tabs, one is Individual access and the other is Collective access), for the Individual access you input material and plant and press 'Enter', you will see a alv-like list about the material, I want to add a column next to the current last column(Available qty), so can anyone tell me how to solve this? thank you in advance!
    Kind regards
    Dawson

    Hi ,
    if u want to add a column in table control , you can not do using User exit or badi .
    for this u need developer access key , without developer access key , u can not add.
    Thanks
    Shambhu

  • How add new Tab in XD01

    Hi Gurus,
    Good day.
    I have designed a screen in SE38 which has 2 tabs. Each tab contains 12 fields. According to the sales organization  number corresponding tab will appear.
    I am very much new to BAdI. Just i can find the BAdI.
    Now please tell me in brief, how to add these tabs in XD01/XD02/xd03 using BAdI.
    with regards
    sohel

    Hi,
    Goto SPRO and follow the following path.
    IMG -> Financial Accounting (New) -> Account Receivable and Account Payable -> Customer Account -> Master Data -> Preparations for creating customer master data -> Adoption of customers own master data fields
    Check BADI documentation  - Processing of master data enhancement  and Customer Subscreens
    Hope this helps you.
    Regards,
    Ranjith Nambiar

  • How add new column in analysis from two subject area

    which is the right way to add a new column to an existing combined analysis from two subject areas?
    if I add the new column first in my two combined queries, then I saw a new column in the results column panel, but this new column is empty and I can't edit its propreties (the button edit column doesn't work). I can't even save the modified analysis due to a "bad xml" errror.
    if I try to first add a new column from the results panel and then in my combined queries, obiee says that new columns are not of the same type.
    I suppose this is because the new column in results panel has no aggregation formula, unlike new columns in queries.
    But I don't know how to change the properties of the new field in the results panel, with no subject area available.
    I have to restart from a single subject area? possible?
    In this case, there is a way to save/copy filters ecc. from the old analysis?
    If anyone can help.
    Thanks
    Luc

    When you are using union clause in analysis or combining with other subject area you suppose to have same number of columns and their datatypes with other analysis.
    for datatype issues you can use cast in column expression in each analysis. If you want to add a column only from 1 analysis just add and in other analysis use dummy column with exp 0 or ''(for char) based on the datatype.
    These you have to deal with each analysis.
    If helps pls mark

  • How add file is document of sharepoint use the webpart

    Hi all.
    I want file upaload in sharepoint's document use my Webpart.
    this is my source
    protected void Button1_Click(object sender, EventArgs e)
                using (SPSite site = new SPSite("http://nar-cla500s3:12345/sites/qa"))
                    using (SPWeb web = site.AllWebs[""])
                        string filepath = @"C:\Users\lx13040020\Desktop\test.xlsx";            
                        FileStream filestream = File.OpenRead(filepath); <-- error access denied
                        SPFile file = web.Folders["QADocument"].Files.Add(filepath, filestream, true);                
    But I have error "access denied".
    I referd to this link
    (SPFile ex)
    http://stackoverflow.com/questions/468469/how-do-you-upload-a-file-to-a-document-library-in-sharepoint
    (Filestream Access denied)
    http://stackoverflow.com/questions/7706467/access-to-the-path-denied-error-in-c-sharp
    But i could not solve my problem.
    please teach me, Wait for your help. Thank you

    hi
    I assume that in site.AllWebs[""] in your real code you use correct site-relative url of the SPWeb? If yes, then you need to ensure that account under which code is executed has access to the "C:\Users\lx13040020\Desktop" folder. The simplest way to do it
    to execute your code under SPSecurity.RunWithElevatedPriveleges() (in this case you will know that code is executed under account of application pool) and give permissions to account of application pool for the mentioned path:
    protected void Button1_Click(object sender, EventArgs e)
    SPSecurity.RunWithElevatedPriveleges(() =>
    using (SPSite site = new SPSite("http://nar-cla500s3:12345/sites/qa/test"))
    using (SPWeb web = site.OpenWeb())
    string filepath = @"C:\Users\lx13040020\Desktop\test.xlsx";
    FileStream filestream = File.OpenRead(filepath); <-- error access denied
    SPFile file = web.Folders["QADocument"].Files.Add(filepath, filestream, true);
    Note that in this example I used SPWeb url in constructor of SPSite object and then SPSite.OpenWeb() which will give the same result.
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • How add a watermark to the smartform page

    Hi All,
    Can anybody give me some pointers, how to add a watermark to the page .
    I have to display a water image, when the user trying to see print preview.
    I.e. on certain condition i need to print the water mark on the page .
    I have uploaded the BMP Image from se78,
    In the page, background picture i have added the image. But some how itu2019s coming for me in the foreground only. Where it was supposed to come as background picture.
    I have read some where only the grayscale type image only can come as background picuture.
    I have trying to upload grayscale type image, but its not allowing from se78.
    Thanks in advance

    hi,
    Yes you can add back ground picture based on a condition,
    Or you can dynamically decide which water mark shall appear based on a condition.
    You need to implement respective logic.
    In the INITIALIZATION of global data assign the image name that should prior appear.
    Later, in the CODE of a page, reassign the image name with respect to a condition. But make sure the assigning is done well before a new page is triggered else, that page would continue with the image you mentioned in the INITIALIZATION.
    Suppose the design such that, the page shall contain 10 items, with a image that varies with following page with same number of items.
    In the page, start a counter and track for the number records once the counter is 10, assign the image name.
    As soon as 10 records are printed, a page break is triggered and also a new image assigned to that page.
    Regards
    Sharath

  • How add a link of other page web

    Good Night,
    How can add a link in the ESS in the area of travel that can call other application WEB external?
    Kind Regards.

    FOr Adding services check following link
    ESS / MSS Configuration (SAP Best Practicesfor SAP HCM V2.600) (N06)
    http://help.sap.com/bp_hcmv1600/BBLibrary/Documentation/N06_BB_ConfigGuide_EN_US.doc

  • How add a new field in transaction MIRO

    Hello !
    I need to add a field (tiban-iban) in a subscreen of transaction MIRO, and I don't know how
    Screen concerned
    SAPLMR1M / n° 6510
    I need to add the field (display only), and fill it from table tiban.
    Thanks
    Aussie

    hi
    u can check the transaction varients in  SHD0
    Adding new field (ie Goods Recievd date ) at item level in MIRO tcode.
    How to add a field to the Vendor Info on MIRO?
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=addfieldin+miro&adv=false&sortby=cm_rnd_rankvalue
    regards
    kunal

Maybe you are looking for

  • How can I open a Form located in UNIX

    Hi all, I have a problem! The system in my company is a 3-tier architecture: Database-tier: SUN SOLARIS Middle-tier (Oracle Application 11i): SUN SOLOARIS Clien-tier: Windows 2000/98 I want to customize the Oracle application's forms. How can I open

  • Wireless/game adapter issues

    Have linksys WRT54G wireless router hard wired to cable modem and desktop on first floor in corner of house. Have linksys WGA54G game adapter on second floor in opposite corner of house. Have very poor reliability on xbox 360, netflix, etc on second

  • RE: Problems setting up environment failover SOLVED.

    Kamran: Solved the problem. You know what was causing the problem ? The way I was copying files to the destination environment. Yes, I was copying the files to vithar from kronos in ASCII mode, which in turn modified the header information for each f

  • HT1338 my iphone 4 will not verify update. Keeps saying not connect to internet and it is.

    my iphone will not update software. It say not connect to internet, wich it is. Can not be verified.

  • Moving AW 6 from G3 to Intel-based iMac

    Just got (finally) new computers, and would like to move my Appleworks files from the G3, running an old version of OSX, to the iMac - Intel 2GB. Can I transfer the Appleworks application from the G3 to the iMac? If I can transfer the application, ho