Results 1 to 4 of 4

Thread: How to use jcreator for command line argument?

  1. #1
    Join Date
    Aug 2008
    Posts
    69

    How to use jcreator for command line argument?

    Hi,

    I want to know about the jcreator? What it is exactly & how is it helpful for command line arguments?
    Please let me know how to use jcreator?

    Thanks in advance.

  2. #2
    Join Date
    Apr 2008
    Posts
    68

    Re: How to use jcreator for command line argument?

    JCreator is a Java IDE created by Xinox Software. Its interface is similar to that of Microsoft's Visual Studio. Because it is programmed entirely in C++, (with exception to the first version (0.1) which was Java-based [1] ), Xinox Software has asserted that JCreator is faster than competing Java-based Java IDEs.
    JCreator is only available on the Windows Operating System.

    Disadvantages
    • Only available for the Windows operating system, although Wine can be used to run JCreator on Linux
    • When using the JDK Help feature, the default browser settings may not be honored when opening an external browser for the JDK documentation.
    • It will mostly open Internet Explorer and rarely a default browser not Internet Explorer
    • No option for temporary highlighting of files
    • XML highlighting disables itself with really long lines.
    • Custom icons can only be made from 16 colors
    • There is a workaround by saving the bitmap that stores the custom icons (UserImages.bmp) in a 24-bit format.
    • The printer settings used for printouts are unreliable.


    Features
    • Elegance
    • Custom color schemes
    • Wrapping around of your existing projects
    • Different JDK profiles can be used
    • Quick code writing via project templates
    • Easy project viewing with the class browser
    • Debugging with an easy, intuitive interface. No command-line prompts necessary
    • Wizards help you cut to the chase writing your project, quickly and easily
    • Automatic Classpath configuration
    • UI customization (similar to Microsoft Visual Studio)
    • The run-time environment can run your application as an applet, in a JUnit environment or in a command-line window
    • JCreator's IDE does not require a Java Runtime Environment to execute, which may make it faster than Java-based IDE's.
    • JCreator has been widely use by CN student in UTAR Malaysia


    Source: wiki

  3. #3
    Join Date
    Apr 2008
    Posts
    51

    Re: How to use jcreator for command line argument?

    i use jcreator but all IDEs use similar logic to handle JVM parameters for projects. Did you compile first before you running it??If its not working at your end then I guess it will be open if you right click to the project and select "Properties" or it might be under "Project" menu if any.
    make sure you compile the code first:
    Code:
    javac CommandTest.java

  4. #4
    Join Date
    Apr 2008
    Posts
    45

    Re: How to use jcreator for command line argument?

    How to Use JCreator LE

    You need to know everything in datail right from
    1. Downloading and Installing.
    2. Configuring Default Properties
    3. Setting up Workspaces and Projects
    4. Entering and Running a Simple Program
    5. Choosing Which Program to Run
    6. Setting Up Command-Line Arguments
    7. Running Applets
    8. Adding jar Files to Projects

    I hope this helps you.

Similar Threads

  1. xcopy command line together with wmplayer command line
    By Aislinn in forum Operating Systems
    Replies: 5
    Last Post: 31-03-2010, 12:13 PM
  2. Can we use PHP from the command line?
    By kyosang in forum Software Development
    Replies: 5
    Last Post: 03-02-2010, 01:06 AM
  3. Replies: 3
    Last Post: 03-09-2009, 05:41 PM
  4. Command Line Ren (Rename) command broken?
    By SixSigmaGuy in forum Vista Help
    Replies: 2
    Last Post: 18-05-2008, 03:30 PM
  5. Replies: 1
    Last Post: 18-05-2007, 01:24 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,006,172.27722 seconds with 17 queries