Jump to content

PC-2011

Members
  • Posts

    42
  • Joined

  • Last visited

About PC-2011

  • Birthday 11/02/1990

PC-2011's Achievements

Grass

Grass (2/9)

0

Reputation

  1. Well the nic is broadcom Ethernet 5777 the only driver I could find is for windows and it came on a disk. Next I added the cauldron files to tekkit server so I could get bukkit functionality. There all 32 bit windows with 32 bit java.
  2. OK this conversation is shifting out of the form but I will continue anyway. I got these computers for free don't plan to put any money into these just wanted to play around with them and maybe create something useful. I don't need anything so there for I don't know where to start on building something cool and also have only taken a computer science class in high school so not a computer engineer or something. Any fun ideas?
  3. well yes this is probably a stupid idea but I'm looking for something to do with these pcs. And clusters require Linux and they don't have drivers for that os. Any fun ideas to put on these machines to work.
  4. I have recently acquired about 10 old desktops that have 4gb of ram, Pentium 4 and 500gb hard drive. My thoughts where to build a one server with one world each because the Ethernet drivers do not support Linux. So I'm stuck with windows. When I installed tekkit with cauldron an error occurs when it trys to load Galacticraft it flails I wanted to delete but is still trys to load the files. Error is below. 2014-11-22 20:51:51 [INFO] [ForgeModLoader] Launching wrapped minecraft {net.min ecraft.server.MinecraftServer} Galacticraft successfully injected bytecode into: ss (2 / 2) 2014-11-22 20:51:55 [SEVERE] [ForgeModLoader] Unable to launch java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.minecraft.launchwrapper.Launch.launch(Launch.java:131) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.j ava:43) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper. java:12) Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.fuseso urce.jansi.internal.Kernel32 at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode(WindowsSu pport.java:50) at jline.WindowsTerminal.getConsoleMode(WindowsTerminal.java:176) at jline.WindowsTerminal.init(WindowsTerminal.java:80) at jline.TerminalFactory.create(TerminalFactory.java:93) at jline.TerminalFactory.get(TerminalFactory.java:151) at jline.console.ConsoleReader.<init>(ConsoleReader.java:140) at jline.console.ConsoleReader.<init>(ConsoleReader.java:126) at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:274) at net.minecraft.server.dedicated.DedicatedServer.<init>(DedicatedServer .java:68) at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1716) ... 12 more C:UsersAdminDesktopTekkit_Server>pause
  5. Server has been closed due to spam please massage me if you are interested in helping build a new server
  6. ok so at my school we use this website for practice quizes but half the time its down and half the time there a bug or something that crashed and you have to restart. so im trying to write a group of programs that we be the quizes but i have run into a few problems the first is the Jlabel dose not update and secound is when you click the button it dose not put the data entered into the textfield into the string. Heres the code import javax.swing.*; import java.awt.*; import java.awt.event.*; public class GUI extends Frame implements ActionListener { int i=0; JLabel l1 = new JLabel(); JTextField tf1 = new JTextField(2); JButton b1; String temp; public GUI() { GUI_1(); } public void GUI_1() { int i=0; String temp; Game game = new Game(26); JFrame jf=new JFrame(); jf.setTitle("testGUI"); jf.setSize(500,300); JLabel l1=new JLabel("Enter the "+game.getE(i)+"?"); JTextField tf1=new JTextField(); JButton b1=new JButton("Submit"); b1.addActionListener(this); temp=tf1.getText(); Container pane=jf.getContentPane(); pane.setLayout(new GridLayout(3,1) ); pane.add(l1); pane.add(tf1); pane.add(b1); temp=tf1.getText(); jf.setDefaultCloseOperation(jf.EXIT_ON_CLOSE); jf.setVisible(true); } public void actionPerformed(ActionEvent e) { if(true==e.getActionCommand().equals("Submit")) { submit(); } } public void submit() { JFrame jf=new JFrame(); Game game = new Game(26); System.out.println("Passed button"); l1.setText("Enter the"+game.getE(i+1)+"?"); repaint(); temp=tf1.getText(); System.out.println("Temp = "+temp); if(temp!=null || temp != "" || temp != " ") { System.out.println("Passed if Else"); game.play(temp,i); System.out.println("Passed Answer"); if(game.getB()==false) { JOptionPane.showMessageDialog(jf,"You entered "+temp+" for "+game.getE(i)+" and the answer was "+game.getS(i),"Incorret",JOptionPane.ERROR_MESSAGE); } else { JOptionPane.showMessageDialog(jf,"Correct"); } i++; } else { JOptionPane.showMessageDialog(jf,"You must answer","Invalid Answer",JOptionPane.ERROR_MESSAGE); } } }
  7. graylist updated we will have a few admins on tonight to aid in the admission tonight
  8. Go to www.pc-2011.com/mc/promote.html and fill out the forum then just check the gray list at the bottom of the page for your name under accepted list.
  9. you can fill out the forum at www.pc-2011.com/mc/promote.html and feel free to join talk to the community and see if you have been accepted.
×
×
  • Create New...