Sponsored Content
Full Discussion: Jcoder Java IDE Editor
Operating Systems Solaris Solaris BigAdmin RSS Jcoder Java IDE Editor Post 302279601 by Linux Bot on Friday 23rd of January 2009 08:30:02 AM
Old 01-23-2009
Jcoder Java IDE Editor

Jcoder is a lightweight Java IDE Editor that provides comprehensive facilities to Java and web developers to develop, compile and run Java program efficiently. Jcoder features an intuitive interface and consists of a source code editor, a compiler, a project manager, a debugger, code editing highlight and code completion features. Jcoder also contains various project wizards to move into actual coding faster by automating project set-up steps and can be used in conjunction with different Java Developer Kits. Download a Free Jcoder Java IDE at: http://www.jcoder.com/download.html. From the instant you launch Jcoder, youâ??ll appreciate its speed. For quick changes you can launch Jcoder, make your edits, and close down in less time than it takes for other IDEs to finish loading. Because the engine is native C++, you will experience very rapid response times to keyboard and mouse commands compared to the Java-based IDE. Feature at a glance: Intuitive User Interface with multi-document editing Project Wizard, New Class/ Interface Wizard Class and Package Viewer Advanced editor with code-folding Source code navigation Code Completion with Syntax checking and highlighting Feature rich Debugger Ant support All of these features along with a small footprint and fast file loading make Jcoder an irreplaceable tool for programmers of every level, from learning programmer to Java-specialist.

More...
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Pasting text in VI editor from a different editor

Hi, I knw its a silly question, but am a newbie to 'vi' editor. I'm forced to use this, hence kindly help me with this question. How can i paste a chunk 'copied from' a different editor(gedit) in 'vi editor'? As i see, p & P options does work only within 'vi'. (10 Replies)
Discussion started by: harishmitty
10 Replies

2. Shell Programming and Scripting

set EDITOR=vi -> default editor not setting for cron tab

Hi All, I am running a script , working very fine on cmd prompt. The problem is that when I open do crontab -e even after setting editor to vi by set EDITOR=vi it does not open a vi editor , rather it do as below..... ///////////////////////////////////////////////////// $ set... (6 Replies)
Discussion started by: aarora_98
6 Replies

3. Filesystems, Disks and Memory

shift hard disk from primary IDE channel to secondary IDE channal

Wellcomes All, some times ago I 've installed a Debian ditribution on an Hard Disk who was set as Primary Master. Few days ago, I 've decided to install another Hard Disk with a different Operating System. When I did that, I turned off the old hard disk, and I mouted the new one on the Primary IDE... (1 Reply)
Discussion started by: thekarsillo
1 Replies

4. Solaris

Epic Editor was not able to obtain a license for your use. Feature Epic Editor :Licen

Epic Editor was not able to obtain a license for your use. Feature Epic Editor :License server is down (1 Reply)
Discussion started by: durgaprasadr13
1 Replies

5. UNIX and Linux Applications

C++ IDE and/or Text editor with split screen

I'm looking for a c++ IDE and/or Text editor with split screen abilities like what you see below with notepad ++. Having the ability to split your screen is very helpful when comparing code. http://i255.photobucket.com/albums/hh133/COKEDUDEUSF/Split_Screen.jpg ... (5 Replies)
Discussion started by: cokedude
5 Replies
javaws(1)						      General Commands Manual							 javaws(1)

NAME
javaws - a Java Web Start client SYNOPSYS
javaws [-run-options] jnlp-file javaws [-control-option] DESCRIPTION
javaws is an implementation of a JNLP client. It uses a JNLP (Java Network Launch Protocol) file to securely run a remote Java application or a Java applet. This implementation of javaws is from the IcedTea project and is based on the NetX project. A JNLP file is an xml file that describes how to securely run a remote Java application or a Java applet. OPTIONS
When specifying options, the name of the jnlp file must be the last argument to javaws - all the options must preceede it. The jnlp-file can either be a url or a local path. Control Options By default javaws will launch the jnlp file specified on the command line. The control options can be used to change this behaviour. -about Shows a sample application that can be used to test the basic functionality of this implementation. -viewer Shows the trusted certificate viewer. This allows a user to list, examine, remove or export trusted certificates. Note that this only reflects the certificates trusted by javaws and not any other certificates or programs. Run Options In the default mode, the following run-options can be used: -basedir dir Directory where the cache and certificates to be used are stored. -arg arg Adds an application argument before launching. -param name=value Adds an applet parameter before launching. -property name=value Sets a system property before launching. -update seconds Update check if seconds since last checked. -license Display the GPL license and exit. -verbose Enable verbose output. Very useful in debugging. -nosecurity Disables the secure runtime environment. -noupdate Disables checking for updates. -headless Disables download window, other UIs. -strict Enables strict checking of JNLP file format. Any deviations from the JNLP DTD will cause javaws to abort. -umask=value Sets the umask for files created by an application. -Xnofork Do not create another JVM, even if the JNLP file asks for running in a separate JVM. This is useful for debugging. -Jjava-option This passes along java-option to the java binary that is running javaws. For example, to make javaws run with a max heap size of 80m, use -J-Xmx80m. -help Print a help message and exit. FILES
~/.icedtea/deployment.properties specifies the settings used by javaws BUGS
There arent any known bugs. If you come across one, please file it at http://icedtea.classpath.org/bugzilla/ Please run javaws in verbose mode and include that output along with the jnlp file when filing out the bug report. AUTHOR
Originally written by Jon. A. Maxwell. Currently maintained by the IcedTea contributors. SEE ALSO
java(1) http://icedtea.classpath.org/ http://jnlp.sourceforge.net/netx/ 9 Sep 2010 javaws(1)
All times are GMT -4. The time now is 12:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy