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, 1176👍, 0💬
Popular Posts:
How to download and install mysql-connector-java-5.1 .40.zip?Connector/J Java library is a JDBC Driv...
What Is HttpComponents httpcore-4.4.6.jar? HttpComponents httpcore-4.4.6.jar is the JAR file for Apa...
commons-lang-1.0.1.jar is the JAR file for Apache Commons Lang 1.0.1, which provides a host of helpe...
What Is ojdbc5.jar for Oracle 11g R1? ojdbc5.jar for Oracle 11g R1 is the JAR files of ojdbc.jar, JD...
JRE 8 plugin.jar is the JAR file for JRE 8 Java Control Panel Plugin interface and tools. JRE (Java ...