Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: please need a help ^_^

  1. #1
    Junior Member dave_0200's Avatar
    Join Date
    Mar 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool please need a help ^_^

    hi,
    im using JCreator
    and i don't have an idea how can i connect my app to the other.. like loginng then opening the main form.. can someone help please??


    Tnx in advance ^^

  2. #2
    Junior Member HandgunSally's Avatar
    Join Date
    Mar 2012
    Location
    Cleveland, OH
    Posts
    16
    My Mood
    Lurking
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool Re: please need a help ^_^

    JCreator prompts you to enter three items of information. Your answers are saved in your account's profile and remain between sessions. You should only be prompted for this information once.

    In most cases, you can accept the default settings. This information is provided should the default setting not work.

    First, JCreator prompts you to indicate File Associations. File associations allow you to double-click a file on your disk and have it open the right application program. For example, double-clicking the file name Lab1.java would bring up JCreator because you are associating JCreator with all files ending with *.java

    Accept the default file associations suggested by JCreator by clicking Next.

    Second, JCreator prompts for the location of the JDK home directory. JCreator is asking for the path to the folder on the computer's disk that the Java Developer Kit (JDK) resides. JCreator uses the JDK whenever the programmer wants to compile and execute Java programs.

    Accept the default path if one appears in the text box, or browse the C:\ drive to find the location of JDK folder (in the Hebeler labs, the JDK folder is at C:\bin\lang\j2sdk1.4.2\) Click Next to go to step 3.

    Third, JCreator prompts you for the location of the JDK JavaDoc files. JCreator is asking for the path to the folder on the computer's disk that the Java Documentation resides. JCreator allows programmers to access the Java Documentation by pulling down the Help menu and selecting JDK Help (Ctrl+F1).

    Click browse and locate the folder containing the Java Documentation. In the Hebeler labs, it is located at C:\bin\lang\j2sdk1.4.2\docs\

    Click Finish to complete the setup process.

    Note: Changes to the JCreator settings after the initial setup can be made by pulling down the Configure menu, selecting Options... and clicking JDK Profiles in the list box on the left and editing the JDK profile. If you set up JCreator correctly the first time, this should not be necessary, but things happen and the Configure menu provides a way to reset the JDK and JavaDoc folder locations.

    I HOPE THIS HELPS!