Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Richard Torres   on Apr 28 In Java Category.

  
Question Answered By: Sophie Campbell   on Apr 28

Dont know the architecture of ur application, but it is possible
that it involves two separate jar files:
1 for declaring the interfaces -- typically called client_jars.
These help u to compile ur code. This does not contain any
implementation.

the second jar will contain the implementations of the interfaces.
these would be important while running ur application; but are not
required while compiling.

so, first check if u need any other jar file; if so, include this
jar in ur class  path.

Whatever be the solution, plz do let us know what the issue was.
This is worth archiving.

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Class not found Or get search suggestion and latest updates.


Tagged: