Jboss保险丝进口包

时间:2018-03-18 19:34:06

标签: maven jboss osgi apache-felix jbossfuse

当我尝试在Jboss保险丝中部署我的路线时,这个问题出现了: enter image description here

我已经配置了felix插件来导入这个包但没有结果

bool state = false;
int x = 0;
int y = 1;
int z = 3;

if(x == 0 && y == 1 && z == 2)    {
// Do something...
state == true;
}

if(state == false)    {

std::cout << "I did not execute the if statement because the following 
conditions were not met: " << std::endl;

/*Find a way to make the program output that z != 3 stopped the 
conditional from running without directly using if(z != 2)*/

} 

我能解释一下这个问题吗?和一个永久的解决方案?

1 个答案:

答案 0 :(得分:0)

您还需要可以导出这些软件包的安装包。