Search found 1 match

by ccorbin
Fri Sep 14, 2007 12:31 pm
Forum: Java
Topic: Help With Java Compile ACM Package
Replies: 1
Views: 1435

Help With Java Compile ACM Package

Hello -

I am getting a error message saying "package acm does not exist" and returns an error code of 1. I verified JDK is installed and the acm file is located in C:\Program Files\Java\jdk1.6.0_02\jre\lib\ext path.

Here Is The Code I'm Trying To Compile:

import acm.*;

public class foo ...