Simon Kaali

Greenhorn
+ Follow
since Jun 26, 2002
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 Simon Kaali

Hi Rene,
Thanks for the quick reply. It worked!
rgds,
Simon.
21 years ago
Hi gurus,
Rookie question for you...not for me.
I'm fixing a code in my PC on Visual Cafe 4.0 and all the other packages are now placed, only this org.apache.log4j.Category is the problem. Compiler is nagging:
---
C:\proggis\com\comp\adapters\CompAdapter.java(35) : Class org.apache.log4j.Category not found
C:\proggis\com\comp\adapters\CompAdapter.java(142) : Class org.apache.log4j.Category not found in void init(java.lang.String)
---
*Where should I refer to this or.apache.log4j.Category?
-In CLASSPATH?
-How? Download these classes from Apache site to my PC?
-Could the newer version of Java (as compiler) solve the problem?
Please help,
Thanx in advance,
Simon.
21 years ago
Hi gurus,
Is it possible to execute a .java or .jar or .exe file from HTML-page (with javascript?)? How?
My purpose is to start a little java program when the button or link is clicked in HTML page.
rgds,
Simon.