Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-1 votes
1 answer
21 views

public boolean validateXML() throws Exception { sepaRTLogger.info("Entered validateXML()"); Schema schema = listOfXSDs.get(xmlVersion); sepaRTLogger.debug("...
0 votes
1 answer
287 views

With older JDK versions I included rt.jar in R8 configuration with -libraryjars <java.home>/lib/rt.jar In order to meet requirements of various java libraries not Android-specific (NOTE this ...
AndreaF's user avatar
  • 12.5k
2 votes
1 answer
2k views

Due to apache-tomcat 10 requirements, I need the "rt.jar" from Java 8 (possibly 7). I need to compile my current stuff (I am on jdk 11) using "javac -source 8 -target 8 ..." (...
Ray Holme's user avatar
0 votes
1 answer
1k views

Could you please advise how the JDK source files can be compiled with debug information using Javac. I am using the following command: javac -J-Xms16m -J-Xmx1024m -source 8 -target 8 -sourcepath d:\...
16 votes
3 answers
15k views

The only jar file I could find inside JAVA-HOME/lib was a file called jrt-fs.jar which is only 105 KB in size. So where are Runtime (bootstrap) classes then?
1 vote
0 answers
197 views

I was checking LockSupport.class (from eclipse, which is part of rt.jar) and came to know this class internally uses sun.misc.Unsafe for its implementation. In general, for most of the packages which ...
CuriousMind's user avatar
  • 9,055
7 votes
2 answers
17k views

We are planning to migrate our project from java 8(currently running on tomcat 7) to java 11, since rt.jar file is no longer available, and tomcat startup needs classes from sun.misc package for ...
0 votes
1 answer
177 views

I'm migrating a java project from Windows to macOS 10.13.6 (High Sierra). I want to use ProGuard, triggered from an ant script. On Windows I added rt.jar as input to ProGuard. I've learned that the ...
0 votes
0 answers
815 views

i have the following dependency in my app as I need some classes from rt.jar. <dependency> <groupId>com.sun</groupId> <artifactId>rt</artifactId> ...
ha9u63a7's user avatar
  • 6,968
0 votes
1 answer
3k views

I have installed my software in below mention path. i am getting resulting path of directory created at different location as my installation path contains space. can some one help me how to resolve ...
1 vote
1 answer
809 views

I want to experiment with changes to the java library in java.lang, and possibly eventually other packages. This means instead of using rt.jar, I want to be able to separate out at least java.lang ...
Dov's user avatar
  • 8,654
0 votes
1 answer
2k views

src.zip in the jdk1.8.0_144 contains Float.java That in turn refers to sun.misc.FloatingDecimal. I cannot find that anywhere in src.zip? Can anyone tell me where it is? I can find the source listed ...
Dov's user avatar
  • 8,654
4 votes
2 answers
14k views

I am using Eclipse and Netbeans, now preferring Netbeans. If developing a system class that is in the java library (such as FileReader) is there any way to add that class into an application and have ...
Dov's user avatar
  • 8,654
1 vote
0 answers
135 views

How to add new rendering hint in RenderingHints.java or by extending it. http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/6-b27/java/awt/RenderingHints.java
0 votes
1 answer
118 views

In JRE 8, most of the internal files are present in rt.jar or tools.jar, but in JRE 9 these jar files have been removed. In JRE 8 my code was using WindowsIconFactory.class which is a part of rt.jar. ...

15 30 50 per page
1
2

AltStyle によって変換されたページ (->オリジナル) /