Questions tagged [runtime-packages]

21 questions
0
votes
1 answer

Extending Default Access 3rd Party Method in Java Play Framework

So I'm using a third party library in a Play application (namely the Echo Nest Java API). There are some oversights in how some methods are exposed by the library, and I need to modify one method in particular, which involves using a constructor…
0
votes
1 answer

Exporting of packages by a plugin

I have a third party eclipse plug-in which exports few packages which should not be present during compilation of my other plug-ins. The packages are visible to downstream plug-ins unconditionally (It is classified under Accessible as per the…
avc2cob
  • 5
  • 4
0
votes
1 answer

XE7 link runtime package issue

I am moving my code from Delphi 2007 to XE7. My program use late binding package way. So I compile my application with "link with runtime packages" options. I used this way for a long time with 2007. But in XE7, same package structure, cause: "Unit…
0
votes
1 answer

i got trouble running exe file on runtime package delphi xe2

I tried to make the program Delphi XE2 with dynamic runtime package. when I compile it no problem, but when on the run with F9 program just compiled and created exe file but it did not run. what is wrong with my configuration? configuration that I…
0
votes
1 answer

Windows 2008 and wrong BPL loading

I have an application builded with Run-time Packages. When the executable starts it auto loads the required packages (.bpl). Recently we has installed an Windows 2008 R2 server to use as Terminal Services. We maintain some old compiled versions of…
Beto Neto
  • 3,962
  • 7
  • 47
  • 81
-1
votes
1 answer

How can I make my java app see the class it needs?

I built a little command line program in java. It has a class that gets instantiated and used in the main method. But when I go to compile it at the command line it doesn't 'see' the class it needs to run. It accepts arguments passed in at…
1
2