i have been given a 2-phase compiler containig the lexical phase and the syntax phase as my final year project. for that i need to know how to call a C program from a Java applet using a button called "compile". A little help will make me thankful.
mdew_47 -2 Light Poster
Recommended Answers
Jump to Postuh, if it is already an .exe, i think you can look at this
I'm really not sure if the link you provided will be helpful, because in Java you cannot make native calls to C++ code directly (or any program that has potential access to memory) …
Jump to PostI haven't had time to read this link thoroughly, but this may help--
Jump to PostI have Textpad 5 installed on my machine. I'm trying to run it using the button within a JApplet but I'm getting an access denied error (as expected)
import javax.swing.*; import java.awt.event.*; public class TernaryTest extends JApplet implements ActionListener{ private JButton button; public void init(){ setSize(500, 500); …
Jump to Postis still think that this may help but i don't know
I had trouble loading the page so I only saw the first post - apparently our posts are similar after all.
The problem is that the code examples are given in applications and not within …
Jump to Posti think he is using an application and not an applet he did say that in one of his psots
This is the first post from the original poster--
i have been given a 2-phase compiler containig the lexical phase and the syntax phase as my final year project. for …
All 32 Replies
sciwizeh 62 Posting Pro in Training
Alex Edwards 321 Posting Shark
sciwizeh 62 Posting Pro in Training
mdew_47 -2 Light Poster
sciwizeh 62 Posting Pro in Training
mdew_47 -2 Light Poster
mdew_47 -2 Light Poster
mdew_47 -2 Light Poster
sciwizeh 62 Posting Pro in Training
Alex Edwards 321 Posting Shark
mdew_47 -2 Light Poster
Alex Edwards 321 Posting Shark
sciwizeh 62 Posting Pro in Training
mdew_47 -2 Light Poster
Alex Edwards 321 Posting Shark
sciwizeh 62 Posting Pro in Training
Alex Edwards 321 Posting Shark
sciwizeh 62 Posting Pro in Training
Alex Edwards 321 Posting Shark
mdew_47 -2 Light Poster
mdew_47 -2 Light Poster
sciwizeh 62 Posting Pro in Training
mdew_47 -2 Light Poster
sciwizeh 62 Posting Pro in Training
mdew_47 -2 Light Poster
mdew_47 -2 Light Poster
sciwizeh 62 Posting Pro in Training
mdew_47 -2 Light Poster
mdew_47 -2 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.