Afranio Friche

Greenhorn
+ Follow
since May 02, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Afranio Friche

Hello There,

I have a JNLP app and everytime when i try to launch the app using only the downloaded jars in cache a ClassNotFoundException is launched in the screen.
I am searching in the web with no result and i really need to know why the error occurs and the most simple solution for this!!! The code of JNLP could be see below.

Important: Using the app online works well, the problem is that I need the jar's of my app in cache in the user pc.

Thanks all

<?xml version="1.0" encoding="ISO-8859-1"?>
<jnlp
spec="1.0+" href="nfo.jnlp" >
<information>
<title>NFO ContingĂȘncia - CallCenter_Dedic_CA - 1.0</title>
<vendor>Sysmap</vendor>
<description>Sistema de contingĂȘncia do Vivo 360 Call Center para o site de CallCenter_Dedic_CA</description>
<description kind="short">NFO - CallCenter_Dedic_CA</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
<jar href="conf.jar"/>
<jar href="../libs/Vivo360Contingencia.jar"/>
<jar href="../libs/commons.jar"/>
<jar href="../libs/commons-lang-2.3.jar"/>
<jar href="../libs/commons-logging.jar"/>
<jar href="../libs/concurrent.jar"/>
<jar href="../libs/configurationprotocol.jar"/>
<jar href="../libs/connection.jar"/>
<jar href="../libs/Ecsjtapia.jar"/>
<jar href="../libs/jdom.jar"/>
<jar href="../libs/managementprotocol.jar"/>
<jar href="../libs/messagebrokerappblock.jar"/>
<jar href="../libs/openmediaprotocol.jar"/>
<jar href="../libs/outboundprotocol.jar"/>
<jar href="../libs/plugin.jar"/>
<jar href="../libs/protocol.jar"/>
<jar href="../libs/protocolmanagerappblock.jar"/>
<jar href="../libs/reportingprotocol.jar"/>
<jar href="../libs/system.jar"/>
<jar href="../libs/vivo-ini4j.jar"/>
<jar href="../libs/voiceprotocol.jar"/>
<property name="isWebEnvironment" value="true"/>
</resources>
<application-desc main-class="br.com.sysmap.contingencia.screen.MainScreen"/>
</jnlp>




12 years ago