I got this error:
javac AudioConverter.java
.\Converter1.java:55: cannot access jlc
bad class file: .\jlc.java
file does not contain class jlc
Please remove or make sure it appears in the correct subdirectory of the classpa
th.
jlc j=new jlc();


jlc is one class which I have to call in another class

Pls. Help me

Hello,

Try this : javac AudioConverter.java jlc.java

:D

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.