top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

how can I get Unicode in Jar file.

0 votes
238 views

I am using Windows XP os with Eclipse IDE. I write one java program which can able to call Unicode (in my language) from out side of the program i.e its read from .txt file. 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.

posted Jul 5, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Try to ask the question on the Java Swing forum first:

https://forums.oracle.com/forums/forum.jspa?forumID=950

Do not forget to include the code snipped that reproduce the problem.

answer Jul 5, 2013 by anonymous
Similar Questions
+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.

+3 votes

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

...