From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 01:46:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B5871065696 for ; Fri, 29 Aug 2008 01:46:46 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id 0B2588FC1A for ; Fri, 29 Aug 2008 01:46:46 +0000 (UTC) (envelope-from tfcheng@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so580143wfg.7 for ; Thu, 28 Aug 2008 18:46:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=rPdDpBOisbcuDQ7cMoaOO/g4m/a3yeCBLIfS2AAaqhA=; b=coLZsJMcGKc9h7hUcs4tbGlttEc4uPs5SKm+7Wgq5460X2GBb4woZxmYPDXy6WYBsB xfr6u3Qv4b79epY7dnrsGfY5DffPM3M5S26Mj0lGhL3leGPVh2dMlrtTELoIWsrgCiIK Z6zNgOqrbhgJFx45PuDGuv9YHFpcPra9QQZ5k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=UtWD8GDLDCOHOeCWlp/sN+WrSJn6Ju/ZSuOOS5FtfvD5/ssipjQxRo/9qpe57QBe01 fMDR/jaLvqee93bf+i+ZJ7Plf/PrT/4S0hPfW4WXngK9CUn18V2gEYvuNz/RcAFKeOeW deAcEbWKXJ8rL85rq7UThkBbeK8JtByTEGdd0= Received: by 10.142.162.9 with SMTP id k9mr751757wfe.158.1219974405733; Thu, 28 Aug 2008 18:46:45 -0700 (PDT) Received: by 10.142.217.10 with HTTP; Thu, 28 Aug 2008 18:46:45 -0700 (PDT) Message-ID: Date: Thu, 28 Aug 2008 21:46:45 -0400 From: "Tsu-Fan Cheng" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: how to run JDownloader on freebsd 7? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2008 01:46:46 -0000 Hi, I just download the "JDownloader" to use with megaupload, I have jdk1.5 installed, but when running JDownloader.jar "java JDownloader.jar", it show "Exception in thread "main" java.lang.NoClassDefFoundError: JDownloader/jar" how should I do this right? thanks!! TFC