Sponsored Content
Full Discussion: Set java classes path
Top Forums Programming Set java classes path Post 302921873 by jim mcnamara on Monday 20th of October 2014 04:39:35 PM
Old 10-20-2014
What development environment are you using - Eclipse?
 

10 More Discussions You Might Find Interesting

1. Solaris

set path

hi how do i change the default PATH in my system. i log in as root, and i have .profile file in my / directory. ive put the PATH=.:/usr.......... statement, but that doesnt seem to be working i also wanted to know why exactly we need the profile file in etc? (6 Replies)
Discussion started by: strider
6 Replies

2. Shell Programming and Scripting

How to call Java classes/methods from ksh

Hi all, i am new to shell scripts and have one doubt. Can we call ava classes/methods from shell scripts? if yes how? (17 Replies)
Discussion started by: girish.sh
17 Replies

3. UNIX for Dummies Questions & Answers

How to set path for java in UNIX

How to set path for java in UNIX? (2 Replies)
Discussion started by: subhotech
2 Replies

4. UNIX for Dummies Questions & Answers

Set java Path

Hey eveyone, I am new to unix, and I just installed java 6, however it doesn't recognize javac command I tried to set the path such as: set path="/usr/java/jdk1.6.0_06/bin/ but i still got the same error message. any ideas? -andi (1 Reply)
Discussion started by: adtd8
1 Replies

5. Solaris

Not Able to Set the path

Hi, I want to set the path for my application so I am setting the path as below -- PATH=${PATH}:.:/envs/mldev/tools:/envs/mldev/common/tools:${HOME}:/bin/p4v:/usr/j2se:/usr/j2se/bin:/usr/j2se/lib or PATH="\ /usr/bin:\ /usr/sbin:\ /usr/dt/bin:\ ... (7 Replies)
Discussion started by: smartgupta
7 Replies

6. Programming

how can compile cpp code containing references to java classes

hi there is example (on link given below )of such code that contains java class reference in c++ program. http://slackware.cs.utah.edu/pub/slackware/slackware-7.1/docs/Linux-HOWTO/Process-Monitor-HOWTO I am new in linux environment. and not able to compile it. when i compile it through... (1 Reply)
Discussion started by: surinder
1 Replies

7. UNIX for Dummies Questions & Answers

How do I set the path

Very new to this type of thing so go easy on me....... I have downloaded a command language for data display. It came as ncl_ncarg-5.2.1.MacOS_10.6_i386_64bit_gcc421.tar.gz and I unzipped/tarred it into my local directory. The new directory, ncl_ncarg-5.2.1.MacOS_10.6_i386_64bit_gcc421,... (7 Replies)
Discussion started by: davcra
7 Replies

8. UNIX for Dummies Questions & Answers

Path set

Something changed on my unix box. Now when I log in it is showing entire path. It used to show only $ prompt before. I know I need to do something in .profile to show only $ prompt Could you please tell me what I should do, to show only $ prompt. (4 Replies)
Discussion started by: raopatwari
4 Replies

9. Programming

Java Abstract Classes

Can anyone tell me if this is correct when creating classes in Java? public abstract class Animal { public class Point { public int x,y; } public class Animal { protected Point loc; protected String name; protected Random rng; String... (3 Replies)
Discussion started by: totoro125
3 Replies

10. Programming

Java compilation problem - path not set

I am compiling the Java program in the Command Prompt then one error has appeared that you did not have set the path of java folder then I also set the path to go in the environment variables but I have the same issue. What should I do to resolve this issue? Please don't hijack others'... (4 Replies)
Discussion started by: Nancy Wilson
4 Replies
eclipse(1)																eclipse(1)

NAME
eclipse - extensible tool platform and Java IDE SYNOPSIS
eclipse [ platform options ] [ -vmargs [ Java VM arguments ]] DESCRIPTION
The Eclipse Platform is an open and extensible platform for anything and yet nothing in particular. It provides a foundation for construct- ing and running integrated software-development tools. The Eclipse Platform allows tool builders to independently develop tools that inte- grate with other people's tools so seamlessly you can't tell where one tool ends and another starts. When invoked without selecting any particular application, the eclipse command will start the Eclipse Platform with the Java Development Tools (JDT) functionality enabled and ready to use. This manual page documents the command-line arguments for the Eclipse Platform and it is based on the Runtime Options help item in the Eclipse online help <see below> . PLATFORM OPTIONS
Listed below are the command line arguments processed by various parts of the Eclipse runtime. Many of these values can also be specified using System properties either on the command line using -D VM arguments, by specifying their values in a config.ini file or by using a <launcher>.ini file. Using the two latter techniques it is possible to customize Eclipse without using command line arguments at all. For each argument in the list, its corresponding System property key is given (in {}). Also given is the Eclipse runtime layer in which the command line argument is processed (in ()). -application <id> (Runtime) The identifier of the application to run. The value given here overrides any application defined by the product being run. This is equivalent to setting the property eclipse.application to <id>. -arch <architecture> (OSGi) The processor architecture value. This is equivalent to setting the property osgi.arch to <architecture>. -clean (OSGi) Wipe clean any cached data used by the OSGi framework and eclipse runtime. This will clean the caches used to store bundle dependen- cy resolution and eclipse extension registry data. Using this option will force eclipse to reinitialize these caches. This is equivalent to setting the property osgi.clean to "true". -configuration <location> (Main) The configuration location for this run of the platform. The configuration determines what plug-ins will run as well as various oth- er system settings. See the On-line Help for details (SEE ALSO below). This is equivalent to setting the property osgi.configuration.area to <location>. -console [port] (OSGi) Enable the OSGi console (if installed). If the [port] value is a suitable integer, it is interpreted as the port on which the con- sole listens and directs its output to the given port. Handy for investigating the state of the system. This is equivalent to setting the property osgi.console to [port] or the empty string if the default port is to be used (i.e., when the port is not specified). -consoleLog (Runtime) Any log output is also sent to Java's System.out (typically back to the command shell if any). Handy when combined with -debug. This is equivalent to setting the property eclipse.consoleLog to "true". -data <location> (OSGi) The instance data location for this session. Plug-ins use this location to store their data. For example, the Resources plug-in uses this as the default location for projects (aka the workspace). See the On-line Help for details (SEE ALSO below). This is equivalent to setting the property osgi.instance.area to <location>. -debug [options file] (OSGi) Put the platform in debug mode. If [options file] is given, it is interpreted as the location of the .options file. This file indi- cates what debug points are available for a plug-in and whether or not they are enabled. If a location is not specified, the plat- form searches for the .options file under the install directory. This is equivalent to setting the property osgi.debug to [options file] or the empty string to simply enable debug (i.e., if the op- tions file location is not specified). -dev [entries] (OSGi) Turn on dev mode. If given, [entries] should be a comma-separated class path entries which are added to the class path of each plug- in or a URL to a Java properties file containing custom classpath additions for a set of plug-ins. For each plug-in requiring a cus- tomized dev time classpath the file will contain an entry of the form. This is equivalent to setting the property osgi.dev to [entries] or the empty string to simply enable dev mode (i.e., if entries are not specified). -eclipse.keyring <file path> (Equinox) Set to override location of the default secure storage. -eclipse.password <file path> (Equinox) If specified, the secure storage treats contents of the file as a default password. When not set, password providers are used to ob- tain a password. -feature <feature id> (Runtime) Set the identifier of the product being run. This controls various branding information and what application is used. This is equivalent to setting the property eclipse.product to <feature id>. -framework <location> (Main) Set the URL location of the OSGi framework. Useful if the Eclipse install is disjoint. See the On-line Help for details (SEE ALSO below). This is equivalent to setting the property osgi.framework to <location>. -initialize (Main) Initializes the configuration being run. All runtime related data structures and caches are refreshed. Any user/plug-in defined con- figuration data is not purged. No application is run, any product specifications are ignored and no UI is presented (e.g., the splash screen is not drawn). -install <location> (Main) Set the install location of the platform. This option indicates the location of the basic Eclipse plug-ins and is useful if the Eclipse install is disjoint. This is equivalent to setting the property osgi.install.area to <location>. -keyring <location> (Runtime) The location of the authorization database on disk. This argument has to be used together with the -password argument. --launcher.library <location> (Executable) The location of the eclipse executable's companion shared library. If not specified the executable looks in the plugins directory for the appropriate org.eclipse.equinox.launcher.[platform] fragment with the highest version and uses the shared library named eclipse_* inside. --launcher.ini <location> (Executable) The location of the product .ini file to use. If not specified the executable will look for a file beside the launcher with the same name and the extension .ini. (ie., /usr/bin/eclipse looks for eclipse.ini, /opt/product looks for product.ini). --launcher.suppressErrors (Executable) If specified the executable will not display any error or message dialogs. This is useful if the executable is being used in an unattended situation. --launcher.XXMaxPermSize <value> (Executable) If specified, and the executable detects that the VM being used is a Sun VM, then the launcher will automatically add the -XX:Max- PermSize=<value> vm argument. The executable is not capable of detecting Sun VMs on all platforms. -name <string> The name to be displayed in task bar item when the application starts up. When not set, the name is the name of the executable. -nl <locale> (OSGi) The name of the locale on which Eclipse platform will run. NL values should follow the standard Java locale naming conventions. This is equivalent to setting the property osgi.nl to <locale>. -noExit (OSGi) Disable automatic termination of the VM after the eclipse application has ended. This is useful for examining the OSGi framework af- ter the eclipse application has ended. This is equivalent to setting the property osgi.noShutdown to "true". -noLazyRegistryCacheLoading (Runtime) Deactivate the platform's plug-in registry cache loading optimization. By default, configuration elements are loaded from the reg- istry cache (when available) only on demand, reducing memory footprint. This option forces the registry cache to be fully loaded at startup. This is equivalent to setting the property eclipse.noLazyRegistryCacheLoading to "true". -noRegistryCache (Runtime) The internal extension registry cache will neither be read nor written. This is equivalent to setting the property eclipse.noRegistryCache to "true". -noSplash (Executable, Main) Controls whether or not the splash screen is shown. -os <operating system> (OSGi) The operating system value. The value should be one of the Eclipse processor architecture names known to Eclipse (e.g., x86, sparc, ...). This is equivalent to setting the property osgi.os to <operating system>. -password <password> (Runtime) The password for the authorization database. -pluginCustomization <location> (Runtime) The file system location of a properties file containing default settings for plug-in preferences. These default settings override default settings specified in the primary feature. Relative paths are interpreted relative to the current working directory for eclipse itself. This is equivalent to setting the property eclipse.pluginCustomization to <location> -product <id> (OSGi) The identifier of the product being run. This controls various branding information and what application is used. This is equivalent to setting the property eclipse.product to <id>. -showSplash <bitmap> (Executable, Main) Specifies the bitmap to use in the splash screen. If specified, the launcher may be able to show the splash screen before starting the Java VM. If not specified, Main will find the bitmap using the osgi.splashLocation and osgi.splashPath properties. -startup <location> (Executable) The location of jar used to startup eclipse. The jar referred to should have the Main-Class attribute set to org.eclipse.equinox.launcher.Main. If this parameter is not set, the executable will look in the plugins directory for the org.eclipse.equinox.launcher bundle with the highest version. -user <location> (OSGi) Set the location of the user area. The user area contains data (e.g., preferences) specific to the OS user and independent of any Eclipse install, configuration or instance. See the On-line Help for details (SEE ALSO below). This is equivalent to setting the property osgi.user.area to <location>. -vm <path to java vm> (Executable, Main) When passed to the Eclipse executable, this option is used to locate the Java VM to use to run Eclipse. It should be the full file system path to an appropriate: Java jre/bin directory, Java Executable, Java shared library (libjvm.so), or a Java VM Execution En- vironment description file. If not specified, the Eclipse executable uses a search algorithm to locate a suitable VM. In any event, the executable then passes the path to the actual VM used to Java Main using the -vm argument. Java Main then stores this value in eclipse.vm. -vmargs [vmargs*] (Executable, Main) when passed to the Eclipse, this option is used to customize the operation of the Java VM to use to run Eclipse. If specified, this option must come at the end of the command line. Even if not specified on the executable command line, the executable will automati- cally add the relevant arguments (including the class being launched) to the command line passed into Java using the -vmargs argu- ment. Java Main then stores this value in eclipse.vmargs. -ws <window system> (OSGi) Set the window system value. The value should be one of the Eclipse window system names known to Eclipse (e.g., win32, motif, ...). This is equivalent to setting the property osgi.ws to <window system>. SEE ALSO
java(1), ecj(1). Eclipse On-line Help <http://help.eclipse.org/> Platform Plug-in Developer Guide > Reference > Other reference information > Runtime Op- tions. FILES
The system wide config.ini file is /etc/eclipse.ini. User level Configuration file is $HOME/.eclipse/org.eclipse.platform_<ver- sion>_<id>/configuration/config.ini. AUTHORS
The Eclipse Project was originally created by IBM in November 2001 and supported by a consortium of software vendors. The Eclipse Founda- tion was created in January 2004 as an independent not-for-profit corporation to act as the steward of the Eclipse community. This manual page was semi-automatically transformed from the Runtime Options HTML help using pandoc and docbook2x-man by Pablo Duboue <pablo.duboue@gmail.com>. 27 June 2012 eclipse(1)
All times are GMT -4. The time now is 07:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy