From owner-freebsd-java@freebsd.org Mon May 16 09:22:46 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA898B3DFC5 for ; Mon, 16 May 2016 09:22:46 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from mail-vk0-x22d.google.com (mail-vk0-x22d.google.com [IPv6:2607:f8b0:400c:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8614E12FF for ; Mon, 16 May 2016 09:22:46 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: by mail-vk0-x22d.google.com with SMTP id s184so205774342vkb.3 for ; Mon, 16 May 2016 02:22:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bris-ac-uk.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=YvmMwS7KIcIL9BhpuSaFDGbxeQo1XyEwiPjmakP/NC0=; b=nfb7fbhS4WqN524N5XcdBTIH2BSju29FnKdk9LzJx87aJeKtsOh8wtScc/HZniMpU4 CrziTjxNlvsGNlVErdUDkj3fqjNTB24wWi4LAJLz5WKBRGscd0uJyhqwz5za72JwGo8P KJrkK+uOzid4qT51I1jaCzlWheIrHa4vGjVDwVhM6wBVAwpAjgtnhPSg02U0ZUefPM0U ixJohd72OQ13pUYRy+A4z3oe4wKWqcxT4FTwKLwzhL3meAeo5B2D8kHLEJdebxfvL9Yh vVnFbwDmWrvb9rJe6n3B5jacFVw0DqFaDKDOILg5GRDLDqG8rK5AWx/NeULaaQKowlhN aM3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=YvmMwS7KIcIL9BhpuSaFDGbxeQo1XyEwiPjmakP/NC0=; b=krjKHkqGjIczYQKTxKCLipYLncKuRzQ4FYeiwpnX0/MAasLrr1+865aXhoeioqxoS+ jqb4WXQe2xTf2TvbPGE0JJOWLOxJLvGsNccxV/1gxpCWDPz+sycMTc+bUC00NjkU99fQ xw7bPErr/usYWQCZlQ521uwHzvX1foDPB37mof5WFP/hWttk7+yi6x5HL/pUmtISFI9l DMxxR+QMF9vJ7FjYv6s4JACpjJ5dIYeNhzHrKslBe92mtQ4MPRQtTFMDvLpfVaygAafZ cq7YKYBDrfam/F9wmw3ab9sQO2ujQVAwsrYKZuz+z5kD2A4t6FurvcB/iAiw4yiZ8tBQ u7hw== X-Gm-Message-State: AOPr4FW6otHxaU+VFVRg1RehSM1z6AUOibICD797kD0gwMPKI/Yi9i1QwD8DJ1x6kwoqHS/AcI2nFURk2x9a0cKh MIME-Version: 1.0 X-Received: by 10.176.64.100 with SMTP id h91mr12536675uad.56.1463390565481; Mon, 16 May 2016 02:22:45 -0700 (PDT) Received: by 10.176.69.208 with HTTP; Mon, 16 May 2016 02:22:45 -0700 (PDT) In-Reply-To: References: <201605131703.u4DH3Xx5005224@mech-as222.men.bris.ac.uk> Date: Mon, 16 May 2016 10:22:45 +0100 Message-ID: Subject: Re: help fix javax.media.opengl.GLException: Error making context current From: Anton Shterenlikht To: Ronald Klop Cc: freebsd-java@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2016 09:22:46 -0000 Is there a program/port on FreeBSD that I can use to debug this locally, i.e. without ssh? I'm having problems building the remote application on FreeBSD. This might take a while to resolve. So I'm thinking if there is some other application I can use to test my java/OpenGL installation and config? Also, do I need graphics/jogamp-jogl or graphics/jogl installed to have java/OpenGL working correctly? Thanks Anton