Net Bean IDE or Else?? Plzz...

hi..I'm in my way of developing a mobile application that have login, and purchasing interface in mobile.Currently i'm using Net Bean IDE 6.1 but don't know how to use. My question is does anyone can guide me using Net Bean IDE 6.1or give any idea tool that easy to use.
the language that i used is J2ME... Right now i still stuck with Net Bean IDE 6.1. i already read the tutorial and so but still can't understand to used it.

reverse engineer the programmingWhat reverse engineering u want to do with Netbeans.
And to create a new project with existing code, put that inside src folder. In netbeans there is no default 'res' folder. So u have to create it by ur own. Then add that res folder to ur project through Add folder option inside the Project's property.
What else u want to know about netbeans
Pravin

Similar Messages

  • How do u save datas more than one table using net beans ide using JSF

    Hi,
    I am new to JSF.
    I save / delete / update / New master table using POJO (Plain Old Java Objects), database - oracle and Toplink Persistence Unit.
    How do u save data more than one table using net beans ide using JSF (I am using POJO) ?
    and also Tell me the reference book for JSF.
    Thanks in advance.
    regards,
    N.P.Siva

    SivaNellai wrote:
    I am new to JSF.
    So, I am using net beans IDE 6.1 from sun microsystem. It is a free software.No, you don't drag'n'drop if you're new to JSF. Switch to source code mode. Write code manually, with the help of IDE for the speed up.
    So, please guide me the reference books, articles. I need the basic understanding of JSF, net beans IDE.[JSF: The Complete Reference|http://www.amazon.com/JavaServer-Faces-Complete-Reference/dp/0072262400] is a good book. The [JSF specification document|http://jcp.org/aboutJava/communityprocess/final/jsr252/index.html] is also a good reading to understand what JSF is and how it works. There are also javadocs and tlddocs of Sun JSF Mojarra.

  • Why JMF can not detect web cam in my net beans IDE?

    Hi All,
    I am newbie to JMF.
    Install JMF in my window 7 system.
    JMF can not detact webcam in netbeans IDE 6.8.
    But JMStudio is detact available my camera.
    CaptureDeviceManager.getDeviceList(null) is return null value.
    how to over come this issue...

    You probably didn't add JMF.jar to your project library folder.

  • Net beans, real urgent

    hi..
    i guess this prolly doesnt belong here but i cant think of anywhere else to post it..i`m using net beans version 3.5.1 and i need to figure out how to change a table model from DefaultTableModel to AbstractTableModel..the darn thing wont let me edit the code..and i`ve done too much to start editing it using notepad..its really really urgent, so help me, please...

    I don't understand you. Your question is poorly posed.
    I'm assuming that:
    (1) You'd like to make a change to code you've written,
    (2) You have a declaration of type DefaultTableModel that you'd like to change to AbstractTableModel,
    (3) Must be a Swing app with a JTable in it,
    (4) You're using NetBeans.
    I don't mean to be obtuse, but if it's your code, and you've got an IDE that will let you do a "replace all", what does "the darn thing won't let me edit the code" mean? I don't understand.
    The idea of a "declaration" is important. A class declaration consists of three things:
    (1) The static, compile-time type of the reference,
    (2) The name of the reference,
    (3) The run-time type of the reference.
    So if I have a declaration like this:
    AbstractTableModel tableModel = new DefaultTableModel();(1) The static, compile-time type of the reference is AbstractTableModel,
    (2) The name of the reference is tableModel,
    (3) The run-time type of the reference is DefaultTableModel.
    If you're saying you want to make the static, compile-time type AbstractTableModel there should be no problem.
    If you're saying you want to make the run-time type AbstractTableModel, YOU CAN'T. You can't instantiate an abstract class.
    If this doesn't answer your question, provide more info. - MOD

  • Newbie for JavaTV + Net beans

    Since I am still beginning to explore the digital television technology, I read and reviewed the information I found on this site: http://www.tvwithoutborders.com/. I found many interesting ideas about developing interactive TV viewing on a mobile. In the latter site I found out that you can make an application using MHP and XletView but I haven't tried downloading these and running. I also found that you can use Net Beans to create mobile apps with Java TV. I am more interested in using Net Beans for my projects that is why I need some help on the programs that I should to download and install. I found some guides on what to install on this site: http://b4dtv.blogspot.com/2008/02/tutorial-de-instalao-do-java-tv-e.html. but I can't understand the language the person is using.

    Hi,
    I wrote this tutorial at my blog:
    http://b4dtv.blogspot.com/2008/02/tutorial-de-instalao-do-java-tv-e.html
    It's in portuguese, since the target public is brazilian developers.
    But you can use Google Translator to read it in English:
    http://translate.google.com
    Link to directly translate the post:
    http://translate.google.com/translate?prev=hp&u=http%3A%2F%2Fb4dtv.blogspot.com%2F2008%2F02%2Ftutorial-de-instalao-do-java-tv-e.html&sl=pt&tl=en
    Regards,
    Marcos Henke
    http://b4dtv.blogspot.com

  • Books on Net Beans

    I need some good book on java net beans. Can someone give me a link wherein i can download a book or a detailed tutorial covering all the topics?

    I have a really good one titled +100 Netbeans IDE Tips and Tricks+ by Ruth Kusterer. But unfortunatly I have never seen it for sale (haven't really been looking though), I think it was just for people who went to Java One this year.
    JSG

  • How to make MDI child - parent relationship in java using net beans/

    Hello Expers
    i am going to prepare an application in java.
    for that, i have to establish an MDI child - parent relation between various forms.
    I am preparing that application in net beans.
    Just guide me as early as possible for that as i have to submit that within three days.
    thanks.

    smuwanga
    Please don't post in old threads that are long dead. When you have a question, please start a topic of your own. Feel free to provide a link to an old thread if relevant.
    I'm locking this two year old thread now.
    db

  • Deployment Of Net beans Project

    {color:#008000}*Hi*
    *Plz any one tell me that how can I create Installation setup of my Project in net beans..........*{color}

    Shitanshu_Mishra wrote:
    Hi
    Thanks for this generous Reply
    Ill' be more thankful if you tell any of those third party softwares... did you read his post? He gave you the name of the one of the most widely used installers: InstallShield.

  • Using custom table model with the Net Beans JTable

    I am using the net beans editor to create an application. For the JTable that net beans provides, I would like to use my own Table Model instead of the default one that is provided. How do I specify to the form editor that I want to use my own TableModel instead of the DeafaultTableModel?

    I am using the net beans editor to create an application. For the JTable that net beans provides, I would like to use my own Table Model instead of the default one that is provided. How do I specify to the form editor that I want to use my own TableModel instead of the DeafaultTableModel?

  • Calling PL/SQL procedure in Net Beans

    Can any one help me in calling a procedure in Net Beans.
    with regards

    Thanks Pavan.
    I am trying in both the sides hoping to get results from any where.
    Thanks a lot.

  • Net beans Web Service call from Sun Creator

    I am new to all of sun studio tools.
    Currently I am using Sun Java Studio Creator early access 2 and Net Beans 4.1 for my development project.
    I could not find tutorial to create web service using Sun Java Studio Creator therefore I am creating using Net Beans 4.1. I am having difficulty calling web service created in Net Beans 4.1 from Sun Java studio Creator. Could someone please help me out. I looked at all tutorial sun have available about Sun Java Studio Creator Early Access 2 and Net Beans 4.1.
    When Net Beans 4.1 is running, the web service can be called from Creator tool but once it's close, web service does not respond. Looks like I need to turn-on the Net Beans 4.1 server but don't know where to go.
    Bassically, I would like to call web service created in Net Beans 4.1 from Sun Java Studio Creator Early access 2.
    If somebody know how to create web service in Sun Java studio creator, please pass me the link would be great help.
    Thanks
    s

    Thanks for your reply.
    I looked at the tutorial link couple days ago but didn't help me.
    Coding is fine, no error. I checked the web service by refrencing URL and local WSDL file, it's responding fine when both Net Beans 4.1 and Sun Java Studio Creator EA 2 are up and running. Looks like to call web service locally, I need to have net beans 4.1 app server running concurrently with sun creator app server.
    I downloaded and installed Net Beans 4.1 bundled with SJS App Server.
    How do I turn on the Net beans 4.1 app server.
    There are some default WSDL file for sample projects in sun java studio creator ea 2.
    Is there a way to deploy the web service created in net beans 4.1 to sun java studio creator's specific directory and consume those WSDL file just like the sample project.
    Is there a way I can use one SJS App Server for both Net Beans 4.1 and Sun Java Studio Creator EA2. If then could you please pass me the tutorial to do so.
    Thanks
    S

  • Asap!! how to install bi beans on something else then jdeveloper??

    hye!
    i worked with jdev and bi beans 10g
    now i want to install bi beans on some other java tool...
    which one????
    how???
    eclipse? net beans????
    please help! i can't find anything on the internet about this.

    Did you receive any response to your question? I
    have a customer running into the same issue.http://www.oracle.com/technology/software/products/bib/download.html
    Important: You must install Oracle JDeveloper 10g 10.1.2.2 build 1929 prior to installing BI Beans 10.1.2.2. JDeveloper 10.1.2.2 is available in JDeveloper Archives. Note that JDeveloper 10.1.3 is currently not supported.

  • OSX 10.4.10, Net beans and Sams Programing with JAVA

    I am brand new to Java so I downloaded Net Beans on my MAC. I bought a copy of Teach Your Self Programing with Java in 24 hrs.
    So far I got the first three programs to compile on Net Beans but got stuck when they started to talk about arguments. The following will not compile. Starting at line 2
    1) System.out.println("The " + arguments [0]
    2) + " " + arguments[1] + " fox "
    3) + "jumped over the "
    4) + arguments[2] + " dog. ")
    I get the little red x on each line.
    Is the book wrong or am I missing something?
    All the tutorials talk about Javac. I can't seem to find it or get to it on my computer. How do I know if I even have it?
    And is there such a thing as a "command line" on a MAC?

    Hi, you should put any code you post in between code brackets like this:
      code here   I dont use a mac or netbeans but javac is the java compiler, you would not have been able to compile the first two. The .exe (or whatever mac executable is) is usually located in the lib folder in the java directory. It comes when you download JDK. As for the code, it would help me if you posted the first couple lines of the error message. It looks fine to me, but I would need to see your whole class in order to help you further
    and yes there is a command line on a mac...i think its called terminal and usually looks like a little computer
    Edited by: jaredL on Sep 20, 2007 7:45 PM
    Edited by: jaredL on Sep 20, 2007 7:47 PM

  • JDBC-Net Beans!!

    As i know NetBeans uses different class path from the system class path.I would like to define the classpath in Net Beans 3.5.1 so as to use all the appropriate files which are needed for connections with DB2. The program uses the Type2 JDBC driver and this process is essential. Propably it could be an additional method for using these files too...

    I found the solution on my own!! If anybody has the same problem they can define the class path by properties->execution->executor->expert->class path.
    Thank you

  • Pallete Not Showing Controls in Net Beans 7.0

    Hi I am New in Javafx . I Installed the Net Beans 7.0 with Javafx Bete 2.0 ,But in Net Beans The Pallete not Showing the Controls.
    Please Help me Camp....
    Thanks in Advanced.

    This has already been discussed here: Re: JavaFX 2.0 with Netbeans 7.0 - Palette not visible
    Doesn't sound like JavaFX 2.0 has one yet and remains a work in progress.

Maybe you are looking for

  • Payment Process Request Status Report - unmask bank account number

    Dears, My requirement is to unmask bank account number in Payment Process Request Status Report (short code: IBY_FD_PPR_STATUS_PRT). It is possible to achieve? Thanks for any help and suggestions. Rgds, Marcin

  • Ap_inc_payment_schedules_sel.sql script issue

    Hi there i have applied p10360292_R12.AP.B and when i am running this script ap_inc_payment_schedules_sel.sql then i am getting following message on sql prompt. SQL> @/orahome/oracle/PATCH/10360292/ap/patch/115/sql/ap_inc_payment_schedules_sel.sql En

  • Problem with job RDDEXECL (STMS)

    Hi Coleagues The problems is that  job RDDEXECL(Execution of programs for post - import processing) is canceled during execution. with the error: *What happened?     Error in ABAP application program.     The current ABAP program "SAPLPRGN_UTILITIES"

  • 1390717.1 - 12c Cloud Control Agent: Is it possible to Re-configure ...

    Can anyone get to this note "1390717.1: 12c Cloud Control Agent: Is it possible to Re-configure a 12c Agent to a Different 12c OMS Without Re-installation?" I do a search in Metalink and I see it listed in "How to Point a 10g/11g Grid Agent to a Diff

  • Airport Express connecting to an existing wired network

    Hello, I'm trying to connect an Airport Express unit to an existing wired network, can someone please help me to set this up or what I need to do? I originally connected the ethernet cable from the device (airport express) to the switch it was on but