English 中文(简体)
Java Media 页: 1
原标题:Java Media API: java media api download

Where can i find javax.media.* jar file.. In sun site it downloads an installer. Is there any available of the media jar for java?

问题回答

没有任何<代码>javax.media.* jar文档。 这套材料载于jmf.jar案。 您既需要管理安装器,又需要搬出轮胎,或者跨平台安装仅是一只齐p文件(这颗jar鱼没有使用任何土著图书馆,因此不需要安装)。

你可以考虑利用依赖性管理人帮助安排图书馆。 例如,如果你把项目安排成一个夜晚的项目,那么你可以把任何图书馆的附属物添加到您的目录上,并处理掠夺资源的问题。

如果你重新使用像Eclipse这样的“Eclipse”(M2Eclipse plugin),那么你就可以寻找 j。 媒体和你可以选择从不同地点和特定类别和版本中挑选,然后在你向不同的图书馆更新其附属条件之前保持连贯性。

这里可以找到所有类型的媒体复印机和3D图书馆。

你下载jmf-2_1e-alljava JAR档案,如你想做任何手脚,视你的业务系统而定。 在编辑上开放你的项目,即你使用、正确点击和选择建筑道路、选择图书馆、选择Add JAR/Files、与你保存的jmf文档相匹配、重复点击档案、选择平衡。 你们会看到,他们当中的一辆面包车(Click)开张,在你眼前将出现在大的小组中,你们要为每一辆面包车开张,你们听到我、每个孩子和每个人的听话。 当你把K、And“Bam”点击时,你会好去。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签