Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
00a8b314
Commit
00a8b314
authored
Aug 22, 2002
by
Tom Tromey
Committed by
Tom Tromey
Aug 22, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcj.texi (Invoking gij): Document -cp and -classpath.
From-SVN: r56521
parent
9acd8e65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
gcc/java/ChangeLog
+4
-0
gcc/java/gcj.texi
+8
-0
No files found.
gcc/java/ChangeLog
View file @
00a8b314
2002-08-22 Tom Tromey <tromey@redhat.com>
* gcj.texi (Invoking gij): Document -cp and -classpath.
2002-08-21 Tom Tromey <tromey@redhat.com>
* Make-lang.in (java/jcf-path.o): Use $(datadir), not
...
...
gcc/java/gcj.texi
View file @
00a8b314
...
...
@@ -730,6 +730,7 @@ Print extra information while running.
gij [@option{OPTION}] @dots{} @var{JARFILE} [@var{ARGS}@dots{}]
gij [@option{-jar}] [@option{OPTION}] @dots{} @var{CLASS} [@var{ARGS}@dots{}]
[@option{-cp} @var{path}] [@option{-classpath} @var{path}]
[@option{-D}@var{name}[=@var{value}]@dots{}]
[@option{-ms=}@var{number}] [@option{-mx=}@var{number}]
[@option{--version}] [@option{--help}]
...
...
@@ -772,6 +773,13 @@ been compiled and put into a shared library on the class path.
@
c
man
begin
OPTIONS
gij
@
table
@
gcctabopt
@
item
-
cp
@
var
{
path
}
@
itemx
-
classpath
@
var
{
path
}
Set
the
initial
class
path
.
The
class
path
is
used
for
finding
class
and
resource
files
.
If
specified
,
this
option
overrides
the
@
code
{
CLASSPATH
}
environment
variable
.
Note
that
this
option
is
ignored
if
@
code
{-
jar
}
is
used
.
@
item
-
D
@
var
{
name
}[=@
var
{
value
}]
This
defines
a
system
property
named
@
var
{
name
}
with
value
@
var
{
value
}.
If
@
var
{
value
}
is
not
specified
then
it
defaults
to
the
empty
string
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment