Tagged Questions
The jdic tag has no wiki summary.
10
votes
2answers
1k views
Java: Start Mail-Client with Attachment?
I'm currently searching for a way (in Java) to start the default mail client with defined receiver, subject and body and with a predefined attachment.
Due to the limitations of the RFC the ...
7
votes
2answers
174 views
Equivalent to JDIC?
Apart from JDIC (https://jdic.dev.java.net), does anyone knew a project working towards desktop/Java integration?
Many thanks in advance.
3
votes
2answers
951 views
FATAL ERROR in JNI code - presumably in JDIC library
I am using a Java coded desktop application to track my time on projects.
I used it until the IT did a new setup on my station. And now I cannot launch this application.
I got a log file when I ...
2
votes
0answers
70 views
Is 64bit jdic libraries available for solaris?
Does anyone know if there is a way to make jdic work in solaris (64bit version)??
I could only manage to find 32bit jdic libraries :(
Thanks in advance.
2
votes
1answer
572 views
Java JDIC error message
I have the following line in my Java app, and it's causing the following error message :
WebBrowser webBrowser=new WebBrowser();
org.jdesktop.jdic.init.JdicInitException: java.io.IOException: The ...
1
vote
1answer
528 views
How to package IeEmbed.exe and MozEmbed.exe into an executable Jar file
I use JDIC in my executable Jar file, when it runs, it needs to have IeEmbed.exe and MozEmbed.exe in the same dir as the Jar file, I wonder if there is a way to package all 3 files into a single ...
1
vote
2answers
934 views
When will the 64-bit version of JDIC be available?
My Java program needs lots of memory to run, the 32-bit version of Java max out at 1.5 GB, my system has 4 GB of RAM, so I decided to run it under the 64-bit version of Java, and yet the JDIC won't ...
0
votes
1answer
41 views
NetBeans error: package org does not exist
I just installed Netbeans IDE. I am now unable to import any org.* libs and it just says package org does not exist.
Also, I imported jdic.jar into the project and even though the code completion ...
0
votes
0answers
18 views
IEEmbed in JDIC- browser not being displayed
I want to open a browser in my java app
I do it using Jdic
however after running my code the "IEEmbed.exe" process is shown in the task manager but no browser is being displayed
WebBrowser ...
0
votes
0answers
24 views
JDIC Library Path
I have the following line in my java app
webBrowser = new WebBrowser(new URL("http://java.net"));
It is causing the following error
org.jdesktop.jdic.init.JdicInitException: ...
0
votes
0answers
114 views
JDIC vs DJ project
On my swing application i need web browser that support html5 and css.
I considering jdic or dj project.
it seems like jdic is dead?
I would be glad to get some reviews.
0
votes
2answers
122 views
What happened to JDic? Any replacement project?
I'd always heard of the JDic project being around, but never really had a need for it until now (I'm looking to register file associations with Java, and it seemed like the most promising solution.)
...
0
votes
1answer
43 views
Opening a native app within a JFrame
I have a fullscreen app that needs to open edrawings, is it at all possible to load edrawings within the Java app so that as soon as the user closes the drawing it will return to the fullscreen app?
0
votes
1answer
771 views
What files does JDIC need to run?
I'm trying to call JDIC from my application, but I can't get it to run. What files do I need and where? From what I've been able to gather from their site, I basically need to put jdic.jar in ...
0
votes
2answers
129 views
File Explorer - Altering File/Folder associated icon programmatically
Have you noticed modifications to the icons associated with files and folders when using file explorer in windows/linux while having a svn client installed (e.g., TortoiseSVN). Basically, when a ...