Questions tagged [rt.jar]

rt.jar contains all of the compiled class files for the base Java Runtime environment.

rt.jar contains all of the compiled class files for the base Java Runtime environment.

Resources

24 questions
0
votes
0 answers

Maven Compile cannot find jars from rt.jar

i have the following dependency in my app as I need some classes from rt.jar. com.sun rt 1.5.0_06 system
ha9u63ar
  • 4,811
  • 7
  • 54
  • 80
0
votes
1 answer

space is replaced by %20 in file path while creating file and file is created at new location

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 this issue. installation path : /home/test/glh/QA…
0
votes
1 answer

Where is sun.misc.FloatingDecimal?

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 in grepcode:…
Dov
  • 6,731
  • 5
  • 35
  • 58
0
votes
1 answer

Issue related to JRE9

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. Can any one suggest me an alternative class so…
0
votes
0 answers

rt.jar / Key.Adapter.class

Googling a lot, I found nothing about the problem with this specific class (Key.Adapter.class), but there are a lot of topics about rt.jar of course, and I tried so many things to correct it, I tried to set the location of rt.jar and installed the…
bruno.bm6
  • 17
  • 5
0
votes
1 answer

How can I edit a .class in rt.jar to support arbitrary Elliptic Curves

I am trying to change the ECParameters class in sun.security.ec. I need to do this in order to get arbitrary curves working, and I already downloaded the OpenJDK source, edited the code and compiled it again. I unpacked my current rt.jar and…
Tosjo
  • 1
  • 4
0
votes
1 answer

The ResourceBundle.class in rt.jar is said to miss

I have a recurrent problem with Eclipse: when I try to launch my plugin Eclipse application, it often opens a new tab to "attach a missing source" in jre7\lib\rt.jar. I must be a bug since it usually works and I have never modified that file. There…
Codoscope
  • 692
  • 6
  • 14
0
votes
1 answer

can't read /usr/lib/jvm/jdk1.8.0_60/jre/lib/rj.jar proguard netbeans

i am using Ubuntu x64 15.04 and in netbeans ide i am trying to use proguard so created proguard.pro file: -libraryjars /usr/lib/jvm/jdk1.8.0_60/jre/lib/rj.jar -libraryjars libs/json-simple-1.1.1.jar -libraryjars libs/sqlite-jdbc-3.8.10.1.jar -injars…
0
votes
1 answer

adding java core libraries from maven central repository

I am new to maven. I was trying a simple maven project in which i want to include the core java library from maven central repository. I found this dependency from…
Rohit
  • 1
1
2