Categories:
Audio (13)
Biotech (29)
Bytecode (22)
Database (79)
Framework (7)
Game (7)
General (497)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (70)
JavaBeans (16)
JDBC (86)
JDK (338)
JSP (20)
Logging (90)
Mail (54)
Messaging (8)
Network (106)
PDF (82)
Report (7)
Scripting (75)
Security (67)
Server (112)
Servlet (17)
SOAP (24)
Testing (55)
Web (24)
XML (287)
Other Resources:
sun.tools.native2ascii.Main - "native2ascii" Command
How to run "native2ascii" command from JDK tools.jar file?
✍: FYIcenter
"native2ascii" command allows you to convert Java source code or other files
from different encoding to \udddd ASCII format.
"native2ascii" command is supported by the lib\tools.jar JAR file JDK 1, 2, 3, 4, 5, 6, 7, and 8.
You can run the "native2ascii" command using the JDK tools.jar file as described below using JDK 8 as an example:
C:\fyicenter>set JDK_HOME=\fyicenter\jdk-1.8.0_191 C:\fyicenter>%JDK_HOME%\bin\java -cp %JDK_HOME%\lib\tools.jar sun.tools.native2ascii.Main -encoding UTF8 Some.java java.lang.Exception: Some.java could not be read.
⇒ sun.tools.serialver.SerialVer - "serialver" Command
⇐ sun.tools.jstat.Jstat - "jstat" Command
2019-11-08, 275👍, 0💬
Popular Posts:
What Is xml-apis.jar in xml-commons External 1.4.01? xml-apis.jar in xml-commons External 1.4.01 is ...
What Is poi-scratchpad-3.5.jar? poi-scratchpad-3.5.jar is one of the JAR files for Apache POI 3.5, w...
Where to find answers to frequently asked questions on Downloading and Installing ojdbc.jar - JDBC D...
ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify ex...
What Is HttpComponents httpclient-4.2.2.jar? HttpComponents httpclient-4.2.2.jar is the JAR file for...