Hi Dougals,
On Mar 23, 3:25 am, passion learner <[email protected]> wrote: > Hello Mr Shin and fellow students > > Currently I was given a compiled "KeyboardInput.class" file to comile > with other source java files. > > How can I use NetBeans to compile this project? > > I tried to add the "KeyboardInput.class" in the Compile tag of the > Project Properties, or directly pasted the "KeyboardInput.class" to > the project's build folder but still get the "Cannot find symbol" > error. > > The error can be solved by putting the source java file to the source > folder or run by command line, however, I like to know how I can do it > in NetBeans IDE. > > Hope someone can help! Not a direct help, but what about packing the class in a jar file and reference this jar file from the proejct in netbeans. HTH Ewald --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
