Sponsored Content
Top Forums Programming Setting environment variable using JNI call Post 302216138 by shafi2all on Friday 18th of July 2008 04:52:45 AM
Old 07-18-2008
Code should be in C since function definition is written in C and declaration in Java...
 

10 More Discussions You Might Find Interesting

1. Programming

Setting Environment Variable date

Hi to all... I'm currently running a C++ program in Unix environment and it is dependent to a Unix environment variable with a date value. ex: echo $DateToday 20060403 I want to change that date in my C++ program, changing the value date to 20061120 and revert back to original... (6 Replies)
Discussion started by: d3ck_tm
6 Replies

2. UNIX for Dummies Questions & Answers

setting environment variable in awk

Dear all, I have a data sample... Dose: Summed ROI: Bladder ************************** Bin Dose Volume 001 0.700 100.000 002 0.715 99.998 168 3.142 0.368 169 3.157 0.338 170 3.171 0.292 Dose: Summed ROI:... (2 Replies)
Discussion started by: tintin72
2 Replies

3. Programming

Setting Environment variable..!

Hi, I already have one CPP program which invokes the C program.And the C program contains whole function definitions..!This is a working program..I have to enable the logs in both CPP as well as in the C program ..!So I am reading the enviornmental variable log path from the CPP and doing the... (2 Replies)
Discussion started by: Kattoor
2 Replies

4. Shell Programming and Scripting

Setting Environment variable from value in file

I've searched Google and now this forum. Best guess is my search fu is not good (and it probably isn't). The Google search did bring me here. Background I have a number of Korn Shell scripts who all use one of 3 values for an environment variable used in the backup system. On occasion one or... (8 Replies)
Discussion started by: WolfBrother
8 Replies

5. Shell Programming and Scripting

Setting environment variable using shell script

Hi All, I'm trying to write an menu driven program to automate some functions which involve loging to multiple hosts. The hosts can differ for every use, so I thought I would use an config file to get the hostnames. Now I need to set those values in the config file to environment variable to... (6 Replies)
Discussion started by: arun_maffy
6 Replies

6. Shell Programming and Scripting

Dynamically setting of environment variable... Can it be done?

Hi all, I am fairly new to unix scripting and will like to know how to dynamically set the name of an environment variable to be used. We have a .env file where we defined the names and locations of data files, trigger files, directories .... etc Example of variables defined in .env... (4 Replies)
Discussion started by: Morelia
4 Replies

7. Shell Programming and Scripting

problem with setting environment variable

shell script: #!/bin/csh set VAR=12345 echo $VAR will peacefully give the output 12345 at shell. I need to use C++ to do the same in some part of the code: string str = "12345"; retValue="set var1= "+str; system(retValue1.c_str()); system("echo $var1"); This doesn't create a system... (1 Reply)
Discussion started by: harshvardhan360
1 Replies

8. UNIX for Dummies Questions & Answers

setting a environment variable on linux

I want to set a enviroment variable VDC_DIR to a particular directory. I am doing it as export VDC_DIR=/abc it gets set but when i logout and do relogin than its not there. one way could be setting it in .profile file. but i have seen it on another box where it is not present in... (2 Replies)
Discussion started by: Jcpratap
2 Replies

9. UNIX for Dummies Questions & Answers

Setting environment variable problem in Ubuntu?

I am trying to install timbl- memory based learner tools in ubuntu. it after unpacking the tar file it brings the following msg No package 'ticcutils' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you... (1 Reply)
Discussion started by: gbdaw
1 Replies

10. UNIX for Dummies Questions & Answers

STTY Columns Setting Environment Variable?

I am wondering about the following: stty columns 140 I have found that a number of times I need to set my display columns to a high number (such as 140) but I have to do this every time I login to use putty/ssh. Can we set this with an environmental variable so that it is permanent? Also... (4 Replies)
Discussion started by: newbie2010
4 Replies
IMAGEJ(1)																 IMAGEJ(1)

NAME
imagej - A Java image processing program inspired by NIH Image. SYNTAX
imagej [option] <filename> imagej [-i image] [-b|-m] [arg1 ... argN] DESCRIPTION
Imagej is a Java-based image processing program developed at the National Institutes of Health. ImageJ was designed with an open architec- ture that provides extensibility via Java plugins and recordable macros. Custom acquisition, analysis and processing plugins can be devel- oped using ImageJ's built-in editor and a Java compiler. User-written plugins make it possible to solve many image processing and analysis problems, from 3-dimensional live-cell imaging, to radiological image processing, multiple imaging system data comparisons to automated hematology systems. ImageJ's plugin architecture and built in development environment has made it a popular platform for teaching image processing. ImageJ can be run as an online applet, a downloadable application, or on any computer with a Java 1.1 or later virtual machine. OPTIONS
-h Output help information and exit. -o Open images in existing ImageJ panel if one exists. -p <N> Open images in existing ImageJ panel number <N>. -x <MB> Set available memory. -c Enable plugin compilation within imagej. -v Be verbose (vv or vvv increases verbosity). -e Macro Code Execute macro code. -r Menu Command Run menu command. Quotation marks are required around commands including spaces Commands can be sent to open ImageJ panels with the -p option. -b macro Run macro without graphics window. -m macro Run macro, image will be opened before macro is run all following arguments are passed to macro. FILES
Most IMAGEJ add-on are taken from $HOME/.imagej. The system wide equivalent is in /usr/share/imagej/ HOME/.imagej/plugins/, you can find and put new plugins here HOME/.imagej/macros/, you can find and put new macros here HOME/.imagej/luts/, you can find and put new look up tables here EXAMPLES
For compiling plugins: imagej -c SEE ALSO
The program is fully documented at http://imagej.nih.gov/ij/download/src/docs/ AUTHOR
ImageJ was written by Wayne Rasband <wsr@nih.gov> This manual page, the wrapper and packaging was done by Paolo Ariano <paolo.ariano@unito.it>, for the Debian project. Paolo Ariano March 14, 2008 IMAGEJ(1)
All times are GMT -4. The time now is 01:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy