java - Encoding of the exported jar on Eclipse -


i have many projects @ home work in mac os, , work on windows.

so, in eclipse change encode of projects utf-8.

but when export jars or generate plugins, , want use these jars, seems exported jar not in encode want.

to work exportation need externalize strings, , when import in other project lib, wit works well.

do need externalize strings export libs?

jar files not have encoding - zip container. if have resource files copied jar file.

may forgot specify encoding when loading resource files containing externalized strings in program. in case default encoding used different on different platforms.

therefore if can change resource loading source code check if uses specific encoding. if can't change resource loading source have convert encoding of resource file.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -