top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

how to make makefile for java with external jar file?

+3 votes
373 views

I want to write a Makefile that compiles. My question here is how to add an external library using Make syntax?

posted Sep 28, 2014 by Kali Mishra

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

I run my code in Eclipse IDE and its fine. I have export it as jar file from Eclipse and run on terminal as jar file, it generates Error: java.lang.NullPointerException. Could not understand why is it so.

+1 vote

I am using Windows XP os with Eclipse IDE. I write one java program which can able to call Unicode (Telugu) from out side of the program i.e its read from .txt file(.txt file saved under UTF-8 mode). While running this program in IDE I can able to see Unicode. But when I exported it as into Jar file, instead of Unicode I get square boxes. Can any one please tell me how can I get Unicode in Jar file.

...