简体   繁体   English

没有类文件的WebLogic加载jar?

[英]WebLogic load jar without class file?

I'm currently working on a prebuilt application running on weblogic. 我目前正在研究在weblogic上运行的预构建应用程序。
The application consist in NAME_APPLICATION.jar that must be deployed on weblogic. 该应用程序包含在必须部署在weblogic上的NAME_APPLICATION.jar中。
My problem is that I can't analyze anything for the simple reason that the jar DOES NOT CONTAIN ANY .JAVA OR .CLASS FILE 我的问题是我无法分析任何内容,原因很简单,因为jar 不包含任何.JAVA或.CLASS文件
The jar just contain the following files: 该jar仅包含以下文件:
- APPLICATION_1.0.sources -APPLICATION_1.0.sources
- APPLICATION_1.0.space -APPLICATION_1.0.space
- APPLICATION.ws -APPLICATION.ws
- GET_SOMETHING.ds -GET_SOMETHING.ds
- GET_SOMETHING.service -GET_SOMETHING.service
I really don't understand it. 我真的不明白 Where is the application ? 申请在哪里? How weblogic knows the logic (forgive me the pun) of the app? weblogic如何知道应用程序的逻辑(原谅我的双关语)? How to edit the application and where is the source files? 如何编辑应用程序,源文件在哪里?
It's the first time that I see such Jar file, it's probably because I'm a weblogic beginner 这是我第一次看到这样的Jar文件,这可能是因为我是Weblogic初学者
Thanks 谢谢

These are resources that must be available on the classpath for the application to find them and access them. 这些是类路径上必须可用的资源,应用程序才能找到它们并访问它们。 I am guessing that the documentation tells you to deploy it as a shared library. 我猜该文档告诉您将其部署为共享库。

If they are binary files (not text files that you could try reading with a text editor), then whatever application needs them obviously knows their format and how to read them. 如果它们是二进制文件(不是文本文件,您可以尝试使用文本编辑器进行读取),则无论需要什么应用程序,它们显然都知道其格式以及如何读取它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM