Sponsored Content
Top Forums Programming Looking for equal to Visual Studio for Unix Post 302140351 by andryk on Friday 12th of October 2007 02:48:13 AM
Old 10-12-2007
Give eclipse a try, you will not be disappointed Smilie
 

6 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Visual Studio .Net

How can I create and run a stand-alone console application in Visual Studio .Net ? (cpp-file)....... ...thanks for any help (4 Replies)
Discussion started by: Pennywize
4 Replies

2. Programming

Connect to UNIX server with Visual Basic

Is there any possibility to develop an application using Visual Basic that connects to a unix server (using SSH) and run some commands? I will try to describe what i need : The user should enter the server adress, username and password! Than the user must enter some "filenames" and after... (10 Replies)
Discussion started by: SuperDuck
10 Replies

3. Shell Programming and Scripting

Not equal to in Unix

Guys, I am trying to do below operation LAST_TRANSACTION=2 if ]; then # do something fi If the LAST_TRANSACTION variable is not equal to 1 or 2 or 3 then code inside the if block should be execute. This code is not working, Any help is appreciated. (7 Replies)
Discussion started by: gowrishankar05
7 Replies

4. Programming

Debug with VIsual Studio 6, cpp project

Hi, I"m trying to debug one project in VS6 this is cpp ,with source/headers/resource files. I need to start program from terminal with some parameters, e.g. c> feetcmd -a param1 -d param2, now this program going into the loop and the whole PC is frozen, I tried to do TASK_MANAGER/right... (6 Replies)
Discussion started by: trento17
6 Replies

5. Solaris

How to FTP (get multiple) unix files to windows using visual basic 6

How to FTP (get multiple) unix files to windows using visual basic 6. I am a list of files in my unix location, need to ftp those files to windows machine using Visual basic 6 or VBA macros. Thanks in Advance (3 Replies)
Discussion started by: sureshmani
3 Replies

6. UNIX for Beginners Questions & Answers

Downloading and running Visual Studio Code

Ubuntu 16.04 I tried downloading the .deb package of Visual Studio Code from here but for some reason it won't open. From Activities Overview if I select the program it shows up in the task panel on the left but it just blinks a few times then goes away. I would rather not have to use snap... (5 Replies)
Discussion started by: Circuits
5 Replies
ECJ(1)							      General Commands Manual							    ECJ(1)

NAME
ecj - manual page for eclipse JDT Compiler SYNOPSIS
ecj <options> <source files> DESCRIPTION
The JDT Compiler (jdtc) is a command version of Java compiler for eclipse. ecj has basic java compiler options like SUN's javac. Note: this manual page is out of date; please call the compiler with -help for the current documentation. OPTIONS
-help display a help message -version compiler version number -classpath <dir 1>;<dir 2>;...;<dir P> -d <dir> destination directory (if omitted no package directory structure is created) -d none no classfile is generated -1.3 set compliance level to 1.3 -1.4 set compliance level to 1.4 (default) -1.5 set compliance level to 1.5 -1.6 set compliance level to 1.6 -1.7 set compliance level to 1.7 -source <ver> assertions toggle (1.3 or 1.4, default is 1.3 in -1.3 mode and 1.4 in -1.4 mode) -target <ver> classfile target setting -nowarn no warning (equivalent to '-warn:none') -warn: <level> set warning level (e.g. '-warn:unusedLocals,deprecation') constructorName warn method with constructor name packageDefaultMethod warn attempt to override package-default method deprecation warn usage of deprecated type or member maskedCatchBlocks warn hidden catch block unusedLocals warn on unused local variable (never read) unusedArguments warn on unused method argument (never read) unusedImports warn on unused imports syntheticAccess warn when performing synthetic access for innerclass assertIdentifier warn occurrence of 'assert' used as identifier -deprecation equivalent to -warn:deprecation. -g[:<level>] debug attributes level -g all debug info ('-g:lines,vars,source') -g:none no debug info -g:[lines,vars,source] selective debug info -preserveAllLocals code gen preserve all local variables (for debug purpose) -noImportError no errors for unresolved imports -encoding specify default source encoding format (custom encoding can also be specifed on a per file basis by suffixing each input source file/folder name with '[encoding]') -log <filename> specify a log file -proceedOnError keep compiling when error, dumping class files with problem methods -verbose print accessedprocessed compilation units -referenceInfo compute reference info -progress show progress (only in -log mode) -time display speed information -noExit do not call System.exit(n) at end of compilation (n=0 if no error) -repeat <n> repeat compilation process <n> times (perf analysis) AUTHOR
This manual page was written by Takshi Okamoto and Jan Schulz <debian@katzien.de>. October 2002 ECJ(1)
All times are GMT -4. The time now is 09:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy