The Artima Developer Community
Sponsored Link

Java Answers Forum
Compiling .Java - Missing Classes???

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ralph

Posts: 2
Nickname: res2100
Registered: Oct, 2002

Compiling .Java - Missing Classes??? Posted: Oct 23, 2002 9:51 AM
Reply to this message Reply
Advertisement
I extracted my code from a .JAR file and then deompiled the classes, since I want to make a change to them.

Now what i wanted to try first was to see if the compiling of the .Java file works, since I am new to all this, so I type in javac.exe <filename>.Java, but on some of the files I get "cannot resolve symbol" errors. I was able to fix some of these by copying the missing classes, but I think I am still missing some as follows, which I can't see to find on my machine anywhere:

import java.applet.Applet;
import java.applet.AppletContext;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.net.*;
import java.util.*;

Any idea why these are missing or where I can get them. I am using Java 1.31

Any help would be appreciated.

Thanks.

Topic: String Arrays Previous Topic   Next Topic Topic: Polymorphsim:

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use