[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orekit Users] uncompilable source - error from NetBeans
- To: orekit-users@orekit.org
- Subject: Re: [Orekit Users] uncompilable source - error from NetBeans
- From: Michael Turner <michael.eugene.turner@gmail.com>
- Date: Thu, 25 Jul 2013 22:46:14 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=JGgJe6NAX/mXGJ3EpmfljJeUgulZoBSc3ItgPOOe0Hw=; b=EZMoz58LasGd7CFum6r8zUvUNTmwL5QG19+Zs9lNbcRm+5Y0Kx09OK15d2O9oqRXF3 ml/b8LlSgpZSKz37bJsZqFxr7ZQ41R6dXB9ui15CBqNZtrFfkIcauUmv95xlRwh0u3/w U1WJd2v9yLFE/sNytjUaF7fV/j9ZrUAZzmbcR1Mq006qw7YPO8dmdxl1pnzzshcxbC8c 97lW070/aCb5POhKUL/3l0AsKkK2yii19iFaIEhs1V4Ma4PI5SBt+iODRtgwo6uC8Faq T5+1EjxnrD1ZEKQFIVsl3ukbADQnse5dVJ0GkADTa95tVrX9JhXDddmmC5JGf4it1o1P L2SQ==
- In-reply-to: <20130724162247.352882sqcfbpx35j@messagerie.si.c-s.fr>
- References: <CANHeBihNU0OWmMB4crUm3kOJwdOK0-143=nrtBeuddnehYW92w@mail.gmail.com> <20130724162247.352882sqcfbpx35j@messagerie.si.c-s.fr>
Any suggestions about where to install Apache Commons Math 3?
As it is, I'm a little mystified about how to add anything to my
classpath in NetBeans. I have very little Java programming experience
.... gmake and C++ were my preferred tools when I was working on this
kind of code. I'd prefer a sequence like ftp/gunzip/config/make
install, but I guess I'm from the caveman days of programming ;^(
Regards,
Michael Turner
Project Persephone
K-1 bldg 3F
7-2-6 Nishishinjuku
Shinjuku-ku Tokyo 160-0023
Tel: +81 (3) 6890-1140
Fax: +81 (3) 6890-1158
Mobile: +81 (90) 5203-8682
turner@projectpersephone.org
http://www.projectpersephone.org/
"Love does not consist in gazing at each other, but in looking outward
together in the same direction." -- Antoine de Saint-Exupéry
On Wed, Jul 24, 2013 at 11:22 PM, MAISONOBE Luc <luc.maisonobe@c-s.fr> wrote:
> Hi Michael,
>
> Michael Turner <michael.eugene.turner@gmail.com> a écrit :
>
>
>> I'm trying to ease into the example code provided. Adding this line
>>
>> import org.apache.commons.math3.geometry.euclidean.threed.RotationOrder;
>>
>> to a simple HelloWorld app, then trying to run it, caused an error
>> message about the app being uncompilable. Any idea what would cause
>> this?
>
>
> This may happen if you don't have Apache Commons Math 3 in your classpath.
> Perhaps you have a wrong version of the library (prior to 3.X the top level
> import package was not the same), or perhaps there is a missing dependency
> (in order to use Orekit you must have both Orekit and Apache Commons Math
> declared as dependencies of your project).
>
> best regards,
> Luc
>
>
>>
>> Regards,
>> Michael Turner
>>
>> Project Persephone
>> K-1 bldg 3F
>> 7-2-6 Nishishinjuku
>> Shinjuku-ku Tokyo 160-0023
>> Tel: +81 (3) 6890-1140
>> Fax: +81 (3) 6890-1158
>> Mobile: +81 (90) 5203-8682
>> turner@projectpersephone.org
>> http://www.projectpersephone.org/
>>
>> "Love does not consist in gazing at each other, but in looking outward
>> together in the same direction." -- Antoine de Saint-Exupéry
>>
>>
>
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>