Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #8553

Re: Packaging Java Pathfinder

Path csiph.com!eternal-september.org!feeder.eternal-september.org!news.unit0.net!news.panservice.it!diesel.cu.mi.it!bofh.it!news.nic.it!robomod
From Emmanuel Bourg <ebourg@apache.org>
Newsgroups linux.debian.maint.java
Subject Re: Packaging Java Pathfinder
Date Sun, 15 Nov 2015 09:20:02 +0100
Message-ID <qv0Hw-7jc-5@gated-at.bofh.it> (permalink)
References <qmBPX-6Vq-1@gated-at.bofh.it> <quZ8K-6fT-3@gated-at.bofh.it>
X-Original-To Marko Dimjašević <marko@dimjasevic.net>, debian-java@lists.debian.org
X-Mailbox-Line From debian-java-request@lists.debian.org Sun Nov 15 08:16:12 2015
Old-Return-Path <emmanuel.bourg@gmail.com>
X-Amavis-Spam-Status No, score=-7.197 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, CAPINIT=0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no
X-Policyd-Weight using cached result; rate: -7
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=BmMIV6rz4PM+Pn6IauoUdGIkImlwJ+AFo06vfKy3NTA=; b=BgdTOWDJXF533d7ExwYfQBDX8bSX8099onwLK5FD+G9G3J8AGng7sIVEYzc+ZRI8js rPVfPw40owhLMG41/sgByov3EBvlX8P38+sXi62JAlkoaWWW1LZ2tpkuBI/PYr3EvOMH WtaHoPzaLc7tnRMIBe9sZZjwNCvo3kxd4tgjmKRuYKPETv+IJ/5vsOjF4TGn8q6kNp+u DF/MOCazajygRUIkD5fNgl8JnthQA/RQ+8MdLOnwlxsHYHJqhNeKcXb2nibOaQ/4AfzE k5oj79A/Cxb8k4RAoYxSEzJAulhFq1V9MX6E+Jd587MD3i+qE7tzK0elceB+j61iNV3v YPZg==
X-Received by 10.28.141.204 with SMTP id p195mr12549784wmd.40.1447575356383; Sun, 15 Nov 2015 00:15:56 -0800 (PST)
Sender robomod@news.nic.it
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Mailing-List <debian-java@lists.debian.org> archive/latest/18872
List-ID <debian-java.lists.debian.org>
List-URL <https://lists.debian.org/debian-java/>
List-Archive https://lists.debian.org/msgid-search/56483F3B.60301@apache.org
Approved robomod@news.nic.it
Lines 15
Organization linux.* mail to news gateway
X-Original-Date Sun, 15 Nov 2015 09:15:55 +0100
X-Original-Message-ID <56483F3B.60301@apache.org>
X-Original-References <1445572423.29523.13.camel@dimjasevic.net> <1447569531.21022.19.camel@dimjasevic.net>
X-Original-Sender Emmanuel Bourg <emmanuel.bourg@gmail.com>
Xref csiph.com linux.debian.maint.java:8553

Show key headers only | View raw


Le 15/11/2015 07:38, Marko Dimjašević a écrit :

> Can someone point me to a package that depends on Java 8? JPF needs
> Java 8 to build and I can't figure out how to specify that given that
> 'default-java' points to Java 8. So I'd like to learn from an example.

Hi Marko,

You can get a look at the openjfx package. JAVA_HOME is set this way in
debian/rules:

  DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
  JAVA_HOME     := /usr/lib/jvm/java-8-openjdk-$(DEB_HOST_ARCH)

Emmanuel Bourg

Back to linux.debian.maint.java | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Packaging Java Pathfinder Marko Dimjašević <marko@dimjasevic.net> - 2015-10-23 06:10 +0200
  Re: Packaging Java Pathfinder Emmanuel Bourg <ebourg@apache.org> - 2015-10-23 10:10 +0200
    Re: Packaging Java Pathfinder Marko Dimjašević <marko@dimjasevic.net> - 2015-10-24 08:00 +0200
      Re: Packaging Java Pathfinder Emmanuel Bourg <ebourg@apache.org> - 2015-10-24 15:00 +0200
        Re: Packaging Java Pathfinder tony mancill <tmancill@debian.org> - 2015-10-25 19:00 +0100
  Re: Packaging Java Pathfinder Marko Dimjašević <marko@dimjasevic.net> - 2015-11-15 07:40 +0100
    Re: Packaging Java Pathfinder Emmanuel Bourg <ebourg@apache.org> - 2015-11-15 09:20 +0100
      Re: Packaging Java Pathfinder tony mancill <tmancill@debian.org> - 2015-11-15 17:50 +0100
        Re: Packaging Java Pathfinder Marko Dimjašević <marko@dimjasevic.net> - 2015-11-15 19:40 +0100
          Re: Packaging Java Pathfinder tony mancill <tmancill@debian.org> - 2015-11-16 02:10 +0100
            Re: Packaging Java Pathfinder Marko Dimjašević <marko@dimjasevic.net> - 2015-11-16 05:00 +0100

csiph-web