Free java project s ???

Hi All,
my friends ( a group of 4 working software professional ) has
decided to do a small J2ME project from any Compnay /
Firm just for checking our capibility and ability to delivery of
project within timeline.
if anyone of you want to give your project to us then plz let me.

Hi All,
my friends ( a group of 4 working software
professional ) has
decided to do a small J2ME project
from any Compnay /
Firm just for checking our capibility
and ability to delivery of
project within timeline.
if anyone of you want to give your project
to us then plz let me.Do you charge for that?
and what if your group doesn't have the capability to deliver the project on time.
Better, find your own project and create your own deadline and work on it.

Similar Messages

  • How can i import dll files in java project in eclipse?

    Hi All,
    How can i import or link dll files in java project in eclipse?....
    dll files contains
    import com.ms.com.ComLib;
    import com.ms.com.Variant;
    import com.ms.com.ComFailException;
    import com.ms.wfc.data.AdoException;
    import com.ms.wfc.data.AdoEnums;
    Any idea of this please tell me.....
    I am using eclipse 3.4 and JRE 1.4
    Is this possible?
    Please tell me!!!!!!!!!!!!!
    Voddapally

    iMovie cannot edit mpg files, unles they come directly from a supported camera.
    I would suggest that you use a free third party app to convert it.
    Get MPEG Streamclip from Squared 5, which is free.
    Drag you mpg clip into MPEG Streamclip.
    Then, FILE/EXPORT USING QUICKTIME
    Choose Apple Intermediate Codec, and save it where you can find it. You should be able to import this file into iMovie, using the FILE/IMPORT/MOVIE command.
    Note: If your file is an MPEG2 clip, you may need to purchase the Apple QuickTime MPEG2 Playback Component from Apple. MPEG Streamclip will tell you if you need this. Don't buy it unless you have to. It costs about $20. You just have to install the component. MPEG Streamclip will use it in the background.

  • How to connect java project to sql server 2008 r2 database

    i want to create an java application which has to create a database and later access it. My problem is that i am not able to connect sql server 2008 r2 database driver on to the netbeans.i have sql server 2008 r2 installed on my system.please
    suggest me the step by step procedure to establish the connection

    Hi ENG,
    To establish a connection to SQL Server from a Java project, you have to download the JDBC driver for SQL Server from
    here.
    After extracting the jar files(like sqljdbc.jar) from the above link, add the driver to the netbeansIDE.
    Test establishing a connection with the below Java Class.
    import java.sql.*;
    public class Test {
    public static void main(String[] srg) {
    String driverName = "com.microsoft.sqlserver.jdbc.SQLServerDriver"; //load the jdbc driver
    String dbURL = "jdbc:sqlserver://localhost:1433; DatabaseName=test"; //connection string to the db hosted on localhost
    String userName = "sa"; //user name
    String userPwd = "123456"; //password
    Connection dbConn;
    try {
    Class.forName(driverName);
    dbConn = DriverManager.getConnection(dbURL, userName, userPwd);
    System.out.println("Connection Successful!"); //print Connection Successful! if connection establishes
    } catch (Exception e) {
    e.printStackTrace();
    A demonstration video from Youtube for you reference.
    Connect NetBeans Project with Microsoft SQL Server 2008 - YouTube
    Since this is a question regarding Java, I suggest you post your subsequent questions to a java dedicated forum. It is appropriate and more experts will assist you.
    If you have any question, feel free to let me know.
    Eric Zhang
    TechNet Community Support

  • Finding open source/GNU free software projects

    I am looking to work on an open source or GNU free software project.
    So far I have found three places to shop:
    1) jakarta
    2) gnu.org
    3) sourceforge
    Are there any other major projects?
    I have an MSEE and 10 years C/C++ UNIX-centric, server-centric development
    experience and completed a good 3 month course @ 40 hrs/week in Java/J2EE
    (Beans, xml, JSP, servlets, JDBC, etc.) I'm looking to get/give project experience
    to get past the "training has no value" roadblack that most employers throw
    in ones face in this glutted techie labor market.
    --jcn                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Why not join a project at java.net? http://java.net/
    This - I've heard - is a great place to gain practical experience and do something with your training. Plus of course you will have to learn new things I presume, but that's a given with programming, istn' it?
    regards,
    lutha

  • Free Java Packages

    Hi,
    This post might be a bit off topic, but I'll be glad if someone could help.
    I am currently creating a GUI project using Swing. I wanted to know if I could get a list of some free Java packages that I could include in my project.
    Eg. A voice recognition package that I can build my GUI around, etc.
    A link to such a website with the packages would be very helpful.
    Thanks

    If you want voice recognition, I suggest you wait
    about 5 years. Unless your users have to use this
    system for some reason, they are more likely to find
    a keyboard easier and less error prone.I used voice recognition about 10 years ago and if was possible to train it to recognice commands from a person. I used it to enable computers for people who coldn't operate normal input devices. Voice recognition is also use today by doctors to control operating equipment and by fighter pilots in situations you need both hands free.

  • Ggraphic chart Java project planning ?

    Please, does anyone know of a link to the conventional chart symbols for project planning in Java Programming ? Or a link to any assistance for graphic chart Java project planning.

    Try Poseidon UML, its a tool to make some UML / flowchart diagrams, and you can use it for free (the trial version, with small limitations but you can still work with it).
    http://www.gentleware.com/

  • Java Project Ideas

    Hi,
    This post might be a little off topic but last week I had posted about some places where I could get some free Java packages that I can include in my project. I checked out some websites as suggested, but I could not develop upon a good idea for a project.
    Could someone throw in some ideas about a project that he or she has worked with or something that you would like to see developed. Here is what is required:
    A Java GUI program is to be created which has a both a significant, interesting interface part and a significant, interesting computational infrastructure behind the interface. It should not focus too much on either GUI or the computation part, a balance must be sought. Other packages can be used in the project (Eg: A voice recognition package can be used and the GUI can be built; although that�s not quite what I�m intending to do here). It should be workable in 4 weeks of time.
    If someone could just throw in some ideas about any project that they would like to see made, it would be just great!
    Thanks all!

    I once tried making like a database profiler, called it dProfiler. I gave up because I found something very simillar to it on the net, nevertheless it was worth doing as I learnt some new GUI things.
    Basically it's a program which when given a database URI, inspects the database and returns its results in the form of a JTree. This JTree contains database names as root nodes and table names as leaf nodes of their respective database. The leaf nodes (table name nodes) could then be expanded to include column names and types (eg primary/foreign key).
    Also when a database/database table is dragged from teh JTree onto a display area, the program generates a JTable representing the database/database table. This way tables can be visually ispected by the user who may then be allowed to modify the tables maybe???
    This has good scope for GUI development, the computational part you mention would apply here when displaying JTables of different sizes, in the most efficient way on screen - your display area might have tabs which display different sized tables automatically when they are dragged onto them.
    Anyway, that's what I did, if you can make any sense out of that.

  • Eclipse Plugin: Sequence Diagram from Java Project

    Any Free Plugin available for eclipse to generate sequence diagrams from the java project?
    Like MaintainJ does?
    Edited by: wizsen on Oct 28, 2009 4:32 PM

    sabre150 wrote:
    Melanie_Green wrote:
    If its any consolidation I have used UML a plugin for NetBeans, not Eclipse to generate such diagrams in a previous project. Would I recommend it is the next question =p.
    If it's anything like ''Together' then the resulting sequence diagrams are just about useless since they will contain far far far too much detail. Sequence diagrams, Class diagrams, State diagrams etc should summarise a system and not be just an alternate detailed view of code.This.
    I used to work with the guys that wrote Together and that is exactly what the UML diagrams were: an alternate view of the code. As in, they defined a language that described source code and the diagrams, and either could be used to generate this intermediate code, and either could be generated from this intermediate code. Quite neat, but as you point out, not necessarily all that useful
    OP, if you're thinking of using this to "cheat" on some homework, don't bother, your tutor will spot it a mile off!

  • Any one know a free java API to access RAR files

    I am looking for a free java API to access files stored inside a RAR file. Some thing similer to java zip api but access RAR file.
    Please reply if you know any.
    Thanks

    try this:
    http://sourceforge.net/projects/java-unrar/

  • Free Java Web Hosting

    Hi all,
    I am a java developer and developing a help portal for java developers.
    i want to know, is there any free java web hosting is available? that provide support for java based web projects
    like it has
    Tomcat
    SQL/My SQL server
    command shall -- to deploy the project -- or some other way to deploy the projects
    FTP support
    -- Email facility would be a gift if available .....
    if any one of you know such site ..... please guide me .....

    we thanks for the suggestion, i hope this would work.....
    I am on it now, for other to proceed, here is the link and you can use your google account for it
    [Google App Start Up Guide|http://code.google.com/eclipse/docs/getting_started.html#deploying]
    go to [google app|https://appengine.google.com/] create your application... try it.
    by the way i am on it and will let you know that is it work worthy or not.

  • Free Java Wrapper

    now i am working on government project....and i would like to search for a license-free java wrapper for my application to run as window service...any suggestion?....I heard a Java Service Wrapper by Tanuki Software...is it license-free?
    Thanks.
    Edited by: whkhoo on Sep 9, 2008 2:46 AM

    whkhoo wrote:
    I heard a Java Service Wrapper by Tanuki Software...is it license-free?How about going and finding out?
    By the way, hardly any public software is "llicense-free".

  • How to use BO SDK in local java project?

    Hi,
    I am trying to connect BO system using below mentioned code
    public void main(String args[]) throws SDKException {
         try
              System.out.println("main");
              /ISessionMgr sessionMgr = CrystalEnterprise.getSessionMgr();/
              IEnterpriseSession boEnterpriseSession = CrystalEnterprise.getSessionMgr().logon( "Administrator","","BOSAP","secEnterprise");
              IInfoStore boInfoStore =(IInfoStore) boEnterpriseSession.getService("InfoStore");
              ChangePWD(boEnterpriseSession, boInfoStore);
         }catch(Exception e)
              System.out.println("Exceptions in main");
              System.out.println(e);
    This code was taken from below mentioned thread:
    Force all users to change their Enterprise passwords with a batch operation
    I have created standalone java project and running as JAVA application in eclipce. I am getting class def not found error for these BO SDK jar files. I have added
    cecore.jar
    celib.jar and
    cesession.jar files as external lib to java project
    I am using following imports
    import com.crystaldecisions.sdk.framework.CrystalEnterprise;
    import com.crystaldecisions.sdk.framework.IEnterpriseSession;
    import com.crystaldecisions.sdk.exception.SDKException;
    import com.crystaldecisions.sdk.occa.infostore.*;
    import com.crystaldecisions.sdk.occa.infostore.IInfoObjects;
    import com.crystaldecisions.sdk.occa.infostore.IInfoStore;
    import com.crystaldecisions.sdk.plugin.desktop.user.IUser;
    Does any one know solution to fix class def not found error?
    Thanks
    Nitesh Shelar

    I did some mistake few dependent jars were missing in project build path. After adding those missing BO jar files. Now its giving server connection error. Which I am trying to resolve.
    Thanks for your help.
    Nitesh Shelar

  • I m not able to create xml file in Java Project

    hi all,
    I have created one java project just to try with Ant Builder. I have created one class inside it. and now i m creating an XML file inside that project.
    But as soon as i try to create the File -> New -> File and give the .xml extention of the file this gives error into the project.
    Will you suggest me the solution for that?
    Thanks in advance.

    Assuming that you are facing this problem in NDS, here is the solution.
    Go to Windows--> Preferences --> WorkBench -->File Associations
    In the File Types list select *.xml
    This will display the default associated XML editor as
    XML Editor(default) in the bottom list box.
    Click on add button near the bottom list box and select Text Editor, click Ok.You will see one more entry in the list box as "Text Editor".
    Select this entry and click on the default button.
    Click Ok and close the preferences dialogue.
    Now create a new xml file.You wont see the error this time.
    Please note that this will treat all simple xml files you will create as TEXT Files and always open with Text Editor.You can override this behaviour with right click on the file and select appropriate editor from the "Open With" context menu.
    The error you are talking about is because the XML editor tries to check well-formedness and basic syntax rules for the file that you newly created, actually is a noce feature of the IDE.
    Rgds,
    Amol

  • [ot] A UML tool for a new Java project

    I am working on the new Java project and need a UML tool to get it start. I am wondering whether anyone one can recommend such tool or not. It can be either stand alone or as an Eclipse plug-in. It shall be able to handle at least 50 classes.
    Thanks.

    Is it any good? I haven't tried it but we're
    evaluating UML tools here and it's on my list to play
    with.
    PS.If you mean SDE....
    I have only used the personal edition at home, and the other versions have more functionality available
    My impressions, FWIW, are
    - easier to use than rational rose (I find this one which I have to use at work to be a pain), although, paradoxically enough, they are not that dissimilar in appearance
    - I was able to create some reasonably complex models without any problems
    - easy to install and start using - no great learning curve
    - I tried importing a model I had exported from rose and that did not work very well at all.
    - this applies to version 2.2

  • Best Practices for Defining NDS Java Projects...

    We are doing a Proof of Concept on using NDS to develop non-SAP Java applications.  We are attempting to determine if we can replace our current Java development tools with NDS/WAS.
    We are struggling with SAP's terminology and "plumbing" for setting up/defining Java projects.  For example, what is and when do you define Tracks, Software Components, Development Components, etc.  All of these terms are totally foreign to us and do not relate to our current Java environment (at least not that we can see).  We are also struggling with how the DTR and activities tie in to those components.
    If any one has defined best practices for setting up Java projects or has struggled with and overcome these same issues, please provide us with some guidance.  This is a very frustrating and time-consuming issue for us.
    Thank you!!

    Hi Peggy,
    In Component Model we divide software projects into small components.Components can use other components in well defined manner.
    A development object is a part of a component that can be changed or developed in some way; it provides the component with a certain part of its functionality. A development object may be a Java class, a Web Dynpro view, a table definition, a JSP page, and so on. Development objects are always stored as “sources” in a repository.
    A development component can be defined as a frame shared by a number of objects, which are part of the software.
    Software components combine components (DCs) to larger units for delivery and deployment.
    A track comprises configurations and runtime systems required for developing software component versions.It ensures stable states of deliverables used by subsequent tracks.
    The Design Time Repository is for versioning source code management. Distributed development of software in teams. Transport and replication of sources.
    You can also find lot of support in SDN for the above concepts with tutorials.
    Refer this Link for a overview on Java development Infrastructure(JDI)
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/java/java development infrastructure jdi overview.pdf
    To understand further
    Working with Net Weaver Development Infrastructure :
    http://help.sap.com/saphelp_nw04/helpdata/en/03/f6bc3d42f46c33e10000000a11405a/content.htm
    In the above link you can find all the concepts clearly explained.You can also find the required tutorials for development.
    Regards,
    Vijith

Maybe you are looking for