/    Sign up×
Community /Pin to ProfileBookmark

path to a jar file ?

I have the following code in a php file :

[Code]
[color=blue]<script LANGUAGE=”JavaScript1.1″ SRC=”marvin.js”></script>
<script LANGUAGE=”JavaScript1.1″>
<!–
// marvin_jvm = “builtin”; // “builtin” or “plugin”
// marvin_gui = “awt”; // “awt” or “swing”
msketch_begin(“”, 460, 380);
msketch_param(“background”, “#666699”);
msketch_param(“molbg”, “#000000”);
msketch_param(“colorScheme”, “mono”);
msketch_end();
//–>
</script>
[/color][/Code]

This php file is in a subdirectory : www/Tutorial/Pages and is included in the Index.php which is in the Tutorial directory. The marvin.js and marvin.jar are in the same directory than the index.php.

But when I try to launch that file I have the following error message in the Java console

[quote]

[color=red]charger : classe JMSketch introuvable.
java.lang.ClassNotFoundException: JMSketch
at sun.applet.AppletClassLoader.findClass(Unknown Source)[/color]

[/quote]

Where I am wrong ?

Jean-Marie

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@Khalid_AliMar 06.2005 — it seems like the php engine does not know where [b]JMSketch[/b] class is.

You will need to make sure that you have completed all installation tasks for your php installation, i'd say go through the documentation one more time.
×

Success!

Help @schneiderj spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...