Answer Questions
PrestonJ J# - Convert Jar to DLL
Hello, For the last week I have been unsuccessfly attempting to convert a jar file to a dll. I have been trying to reference all the neccessary files but have not been able to get everything right. I am trying to convert pdkjava.jar (Oracle Portlet Development Kit) using JbImp and IKVM. Both I actually have to revert to finding all the associated jar files - convert them, then reference them as dlls, etc... I am finding w ...Show All
GiampaoloSanRemo Running a Simple Program in J#
I created my first application in J#. In the Form1_load procedure I put System.out.println("Hello World"); I build the application. It compiles clean. How do I run it It's not too obvious. I did install the J# Redistribution Package. HELP! This is so simple.. but I'm stumped!!! Hi, I believe you have created a windows application project and you want to see output in console. That's is not supported by default as c ...Show All
rohangopal Reading text from a file
Hey all, I'm having a problem. I'm writing a program that reads a line of text from a .txt file. Within that line of text, I have it set it to a String variable. Then the program checks the String variable with substrings for a certain phrase. For example, let's say the word in the line of text I'm looking for is "hey." I want the program to do something if "hey" is present in the line of text, then do something and check the ...Show All
markovalex High School Teacher still needs help.
Hello, I am a high school math teacher and this is my second post for help writing my first java appet using : Microsoft Visual J#.NET Microsoftw Development Environment 2003 Version 7.1.3008 Microsoft.Net Framework 1.1 I have gotten help from Christian Graus and Jaiprakash previously and I thank them, but I still have not gotten my first applet to run. I am trying to use the code for the applet at http://www.mrpowe ...Show All
Geoff Davis Problem with C++/CLI and J# interaction bug
I'm having a problem with C++/CLI and J#. I am writing a class library in C++/CLI and want to use it from J#. I narrowed down my code and wrote a repro: a.cpp: #using <mscorlib.dll> #include <stdio.h> using namespace System; namespace AA { public ref class A { public : unsigned long Print() { printf( "Hello\n" ); return 0; } }; } b.jsl: import System.*; import AA.*; public class Test { public static void main( Stri ...Show All
dhirajdewani File association
I want to make a simple language that is interperated by a J# program. how do i access the name of the file that was clicked Hi James, could u pl clarify '...name of file that was clicked' Are u talking about file input which is to be interpreted Thanks ...Show All
Colon CrapSpray Scanner object
The Visual J# we have presently installed where I teach does not have many of the objects found in the java.utils package found in JAVA 5.0 Among other objects that were not found is Scanner , one used extensively in the text that we have adopted. Does the Visual J# upgrade address this problem at all is there any projection date for Visual J# to include the scanner object i like to use the visual J# but i wis ...Show All
voguy Tooltip and Change Backround
How to make the toolip for example on button, then you are on button , it shows tooltip. and one more qestion How to change main form image by pressing for example button. You push the button, and the backround image changes. How to programme that Hi, For the tooltip, for the already created button if you have the button object with you ( say jb ), then make the same call jb.setToolTipText("text") at the appropriate place. ...Show All
DavWein ResourceBundle
I am having trouble figuring out where to place my resource bundles inside my asp web site. My J# class file is in: \Visual Studio Projects\WebSites\view\App_Code\com\systems\test\rbw.jsl In rbw.jsl I do: resourceBundle = ResourceBundle.getBundle("login", new Locale("en", "us")); I've placed a "login.properties" file and a "login_en_US.properties" in a bunch of different file locations and I always get a "Resource Bundle not Found" e ...Show All
Mark Favor Publishing a project
I am trying to publish my project, but when I run the installer it dies because the the project has been improperly formatted. I have been unable to find any references to formatting during publishing, or even system requirements for the published version. If you have an easy solution or if you can point me in the direction of reference material for this that would be great. Thanks. as I said in my previous po ...Show All
Ygor Goldberg import netscape.javascript.JSObject;
I'm recompiling a java applet which I have found as an aid to learning J#. While doing so, I keep getting the same error "Error 1 Cannot find type 'netscape.javascript.JSObject'" I've searched google and msdn for the answer to this and have even downloaded the browser controls twice. how do I get rid of this error -john Start small. Can you make a trivial ("Hello World") apple ...Show All
jriker1 javax.* support
Hi, I was wondering if anyone has started on some libraries which provide support for things like javax.vecmath and the java 3d API. I do not care if they are just wrappers around other libraries (DirectX or .Math or ). Just if they are available before I start writing my own. Thanks, Blair P.S. No GPL'ed libraries please. Thanks. I am converting a chemical structure visualizer from it's java version to j# or C ...Show All
Beast Forever J# Browser Control under 2.0
I have an application running in ie using the JBC that ships with 2.0. Whenever a modal dialog is displayed, then my system will "beep". Atempting to move the dialog around inside the JBC container causes coruption of the display. The graphics context gets all messed up. I have signed the dll that is loaded and given it FullTrust. This did not occur in 1.1, but renders the JBC virtually useless. Any ideas on how to resolve this behavio ...Show All
MVP User120890 Acquiring Installer/Deployment templates
I am trying to publish my project, but when I run the installer it dies because the the project has been improperly formatted. I have been unable to find any references to formatting during publishing, or even system requirements for the published version. If you have an easy solution or if you can point me in the direction of reference material for this that would be great. Thanks. I used Visual J# to create ...Show All
bablo import netscape.javascript.JSObject;
I'm recompiling a java applet which I have found as an aid to learning J#. While doing so, I keep getting the same error "Error 1 Cannot find type 'netscape.javascript.JSObject'" I've searched google and msdn for the answer to this and have even downloaded the browser controls twice. how do I get rid of this error -john Did you add vjsjbc.dll as reference to your project Downloading the ...Show All
