Issue 63636 - GCJ as JDK: JAVAVER and JAVANUMVER
Summary: GCJ as JDK: JAVAVER and JAVANUMVER
Status: ACCEPTED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 2.0.2
Hardware: All Linux, all
: P3 Trivial (vote)
Target Milestone: DevTools
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-26 00:27 UTC by sparcmoz
Modified: 2013-02-07 22:03 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
where used JAVANUMVER (2.36 KB, text/plain)
2006-03-26 00:30 UTC, sparcmoz
no flags Details
grep JAVAVER - some extra results included (2.15 KB, text/plain)
2006-03-26 00:31 UTC, sparcmoz
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description sparcmoz 2006-03-26 00:27:07 UTC
These variables are defined in solenv/inc/tg_javav.mk using hardcoded java
command for example:
JAVAVER:=$(shell -$(JAVA_HOME)$/bin$/java $(JFLAGSVERSION_CMD))
JAVANUMVER:=$(shell -$(JAVA_HOME)$/bin$/java $(JFLAGSNUMVERSION_CMD))

The places where these are used are listed in the attached files, plus some
extra results which also interesting. The main place affected seems to be
accessability but I suppose any developer might use these in future so it would
be good to have them set?

For an experiment I will build m161 with JAVAVER=1.4.2 and JAVANUMVER=000100040002
Comment 1 sparcmoz 2006-03-26 00:27:56 UTC
start and target
Comment 2 sparcmoz 2006-03-26 00:30:43 UTC
Created attachment 35256 [details]
where used JAVANUMVER
Comment 3 sparcmoz 2006-03-26 00:31:51 UTC
Created attachment 35257 [details]
grep JAVAVER - some extra results included