Categories:
Audio (13)
Biotech (29)
Bytecode (35)
Database (77)
Framework (7)
Game (7)
General (512)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (86)
JavaBeans (16)
JDBC (89)
JDK (337)
JSP (20)
Logging (103)
Mail (54)
Messaging (8)
Network (71)
PDF (94)
Report (7)
Scripting (83)
Security (32)
Server (119)
Servlet (17)
SOAP (24)
Testing (50)
Web (19)
XML (301)
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, 1177👍, 0💬
Popular Posts:
What Is commons-collections4-4.2 .jar?commons-collections4-4.2 .jaris the JAR file for Apache Common...
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms, it was develo...
io.jar is a component in iText Java library to provide input/output functionalities. iText Java libr...
itextpdf.jar is a component in iText 5 Java library to provide core functionalities. iText Java libr...
JDK 11 java.management.jmod is the JMOD file for JDK 11 Management module. JDK 11 Management module ...