<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I have a jar file which contains java classes. I can set a path to the jar using javaclasspath. In order to use these classes, I need to import them first using jimport. However, the jar contains a significant number of classes and so using jimport will be tedious and time consuming. Is there a way to import all them at once?<br>Thanks! <br> </div></body>
</html>