Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Other Programming > BOOK: Beginning Algorithms
|
BOOK: Beginning Algorithms
This is the forum to discuss the Wrox book Beginning Algorithms by Simon Harris, James Ross ; ISBN: 9780764596742
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning Algorithms section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 14th, 2007, 08:02 AM
Registered User
 
Join Date: Jun 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default can't run Beginning Algorithm examples

I need help with compiling on Vista because it did not work.
I have all the files in
C:\Users\Owner\javaproj\BeginningAlgorithms
junit3.8.1
main
readme.html
test

CLASSPATH=C:\User\Owner\javaproj\BeginningAlgorith ms\junit3.8.1
 When I compile in BeginningAlgorithms directory
 javac -sourcepath main main/com/wrox/algorithms/lists/*.java
I get these kind of errors;
  test\com\wrox\algorithms\lists\AbstractListTestCas e.java:325: cannot find symbol
symbol : method fail()
location: class com.wrox.algorithms.lists.AbstractListTestCase
            fail();
            ^
test\com\wrox\algorithms\lists\AbstractListTestCas e.java:336: cannot find symbol
symbol : method assertEquals(int,int)
location: class com.wrox.algorithms.lists.AbstractListTestCase
        assertEquals(0, _list.indexOf(VALUE_A));
please Help!!!

 
Old December 16th, 2007, 02:35 PM
Registered User
 
Join Date: Dec 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Necesitas poner Junit4-4.jar en el directorio:

C:\Program Files\Java\jdk1.6.0_03\jre\lib\ext

Con esto ya puedes compilar satisfactoriamente las pruebas de cada algoritmo.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Beginning Java Web Services source code examples ch1cago2la Java Basics 1 May 3rd, 2009 01:52 PM
Problems running Beginning ASP.NET 2.0 examples ymak ASP.NET 2.0 Basics 0 June 4th, 2006 05:02 AM
Problems with Examples of Beginning with php4 Book xtimox Beginning PHP 2 December 17th, 2004 02:01 PM
unable to run ch 10 examples jgtez JSP Basics 0 February 24th, 2004 09:22 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.